summaryrefslogtreecommitdiffstats
path: root/sys/dev/gx/if_gx.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the obsolete gx driver.phk2004-11-081-1613/+0
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Don't forget to reset if_hwassist back to 0 when hardware checksummingyar2004-05-221-1/+3
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-5/+5
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-2/+0
* Avoid overwriting capability bits marked earlieryar2004-01-181-5/+5
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* network interface driver changes:sam2002-11-141-28/+13
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-3/+3
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-1/+1
* Remove unused headers that were breaking LINT.jlemon2001-10-221-6/+0
* Add a driver for the Intel PRO/1000 Gigabit Ethernet boards.jlemon2001-10-191-0/+1631
OpenPOWER on IntegriCloud