summaryrefslogtreecommitdiff
path: root/sys/dev/gx
Commit message (Expand)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* network interface driver changes:Sam Leffler2002-11-142-30/+13
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-8/+10
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-1/+1
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-281-3/+3
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-042-2/+3
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from theBrooks Davis2001-12-031-1/+1
* Remove unused headers that were breaking LINT.Jonathan Lemon2001-10-221-6/+0
* Add a driver for the Intel PRO/1000 Gigabit Ethernet boards.Jonathan Lemon2001-10-193-0/+2317