summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti
Commit message (Expand)AuthorAgeFilesLines
* Fix style(9) issues with __P removal.imp2005-02-241-59/+55
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-072-2/+2
* Update the Tigon 1 and 2 driver to use the sf_buf API for implementingalc2004-12-061-15/+23
* Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until theyrwatson2004-08-281-1/+2
* Whitespace pass.bms2004-07-051-40/+39
* style(9):bms2004-07-051-75/+75
* Eliminate redundant return keywords.bms2004-07-051-48/+0
* Whitespace nitsbms2004-07-051-23/+23
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-4/+4
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-6/+0
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-111-1/+0
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-142-0/+5
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+2
* Sanitize the code relating to the /dev/ti%d entries. In particular evictphk2003-10-101-68/+6
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Enable IFCAP_VLAN_MTU and increase MTU for it.simokawa2003-08-051-2/+3
* Remove code that tries to detect if the MCLSHIFT and MSIZE macrosmux2003-06-131-46/+0
* Remove now unused pointer to etherheader.phk2003-05-311-2/+0
* Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-211-1/+1
* Revise attach/detach resource cleanupnjl2003-04-171-5/+13
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-9/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-7/+3
* Fix KASSERT syntax error.phk2003-04-011-1/+1
* Clean up locking and resource management for pci/if_*njl2003-03-311-50/+32
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Spell noread() and nowrite() correctly (ie: not "NULL")phk2003-03-021-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-8/+8
* o track either_ifattach/ether_ifdetach API changessam2002-11-141-29/+16
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-7/+7
* Use %z to print a size_t value.jhb2002-11-081-1/+1
* Be consistent about functions being static.phk2002-10-161-2/+2
* Static'ify a variable.alfred2002-10-031-1/+1
* style: put return types on a line by themselves.alfred2002-08-241-40/+80
* catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.alfred2002-06-291-2/+2
* Remove a couple of __P() stragglers.peter2002-06-291-2/+2
* At long last, commit the zero copy sockets code.ken2002-06-264-5230/+6591
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-4/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-201-55/+53
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-111-4/+0
* Remove printf's on mbuf/cluster allocation failures. There are nowluigi2001-12-141-6/+1
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-1/+1
* Have the driver advertise that it is capable of hardware checksums, andjlemon2001-09-181-2/+19
OpenPOWER on IntegriCloud