Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | phk | 2002-04-28 | 1 | -3/+3 |
| | |||||
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 2 | -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 the | brooks | 2001-12-03 | 1 | -1/+1 |
| | | | | | | mbuf instead. Suggested by: fenner | ||||
* | Remove unused headers that were breaking LINT. | jlemon | 2001-10-22 | 1 | -6/+0 |
| | |||||
* | Add a driver for the Intel PRO/1000 Gigabit Ethernet boards. | jlemon | 2001-10-19 | 3 | -0/+2317 |