Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 3 | -15/+14 |
* | There is no way to enter the attach routine twice with the same softc | brooks | 2003-10-30 | 1 | -21/+19 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -2/+6 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | - bpf is now working (tested with tcpdump) | fjoe | 2003-01-30 | 1 | -16/+0 |
* | - add support for IPX (tested with mount -t nwfs and mars_nwe), | fjoe | 2003-01-24 | 1 | -7/+8 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -2/+1 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-01 | 1 | -32/+29 |
* | Remove __P. | alfred | 2002-03-20 | 3 | -18/+18 |
* | - generic Arcnet framework | fjoe | 2002-01-08 | 4 | -0/+1400 |