summaryrefslogtreecommitdiffstats
path: root/sys/dev/gx
Commit message (Collapse)AuthorAgeFilesLines
* 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-042-2/+3
| | | | | | | most cases NULL is passed, but in some cases such as network driver locks (which use the MTX_NETWORK_LOCK macro) and UMA zone locks, a name is used. Tested on: i386, alpha, sparc64
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-1/+1
| | | | | | mbuf instead. Suggested by: fenner
* 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-193-0/+2317
OpenPOWER on IntegriCloud