aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ti
Commit message (Expand)AuthorAgeFilesLines
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingPyun YongHyeon2006-01-032-168/+157
* Cache the tx producer index instead of reading it every time ti_start isScott Long2005-12-282-1/+4
* Fix a serious regression from the busdma conversion. Check to make sureScott Long2005-12-281-10/+17
* Bring big-endian architecture support for ti(4).Pyun YongHyeon2005-12-282-241/+311
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inGleb Smirnoff2005-12-181-2/+5
* Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert itScott Long2005-12-142-99/+347
* Allocate the jumbo rx frame buffer with busdma.Scott Long2005-12-102-15/+28
* if_ti has been operating with locks for a while, so remove the GIANT markers.Scott Long2005-12-101-20/+29
* The if_ti Tigon I/II driver has moved to /sys/dev/tiScott Long2005-12-101-3/+3
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* In detach method, move if_free() after bus_teardown_intr().Ruslan Ermilov2005-10-131-2/+2
* Use if_printf() and device_printf().John Baldwin2005-09-291-90/+92
* Typo.John Baldwin2005-09-291-1/+1
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.Ruslan Ermilov2005-09-161-2/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-13/+14
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Fix ifnet fallout in if_ti.Scott Long2005-07-071-8/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-29/+37
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* If resource allocation fails, we could wind up freeing the cdev without itScott Long2005-03-311-1/+2
* deal with malloc failure when setting up the multicast filterSam Leffler2005-03-261-0/+4
* Start the process of modernizing the Tigon driver by using busdma for theScott Long2005-03-212-21/+92
* Fix style(9) issues with __P removal.Warner Losh2005-02-241-59/+55
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-072-2/+2
* Update the Tigon 1 and 2 driver to use the sf_buf API for implementingAlan Cox2004-12-061-15/+23
* Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until theyRobert Watson2004-08-281-1/+2
* Whitespace pass.Bruce M Simpson2004-07-051-40/+39
* style(9):Bruce M Simpson2004-07-051-75/+75
* Eliminate redundant return keywords.Bruce M Simpson2004-07-051-48/+0
* Whitespace nitsBruce M Simpson2004-07-051-23/+23
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-4/+4
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-6/+0
* Stop setting ifp->if_output to ether_output() since ether_ifattach()Maxime Henrion2004-03-111-1/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-142-0/+5
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+2
* Sanitize the code relating to the /dev/ti%d entries. In particular evictPoul-Henning Kamp2003-10-101-68/+6
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Enable IFCAP_VLAN_MTU and increase MTU for it.Hidetoshi Shimokawa2003-08-051-2/+3
* Remove code that tries to detect if the MCLSHIFT and MSIZE macrosMaxime Henrion2003-06-131-46/+0
* Remove now unused pointer to etherheader.Poul-Henning Kamp2003-05-311-2/+0
* Use newly minted device_is_attached rather than device_is_alive to seeWarner Losh2003-04-211-1/+1
* Revise attach/detach resource cleanupNate Lawson2003-04-171-5/+13
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-161-9/+0
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+3