summaryrefslogtreecommitdiff
path: root/sys/dev/sbni/if_sbni.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+2
* There is no way to enter the attach routine twice with the same softcBrooks Davis2003-10-301-18/+16
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Fix i386 assembly constraints. The same register cannot beAlexander Kabaev2003-07-111-3/+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-141-15/+7
* Use if_printf() instead of printf() to print "sbni#: blah".Brooks Davis2002-10-011-4/+3
* use __packed/__aligned rather than GCC-specific __attribute__.Alfred Perlstein2002-09-231-1/+1
* Make driver portable:Max Khon2002-08-051-33/+38
* style fixesMax Khon2002-08-051-14/+16
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-3/+5
* Rename a variable that might accidentally be duplicated elsewhere.Mike Smith2002-01-081-2/+2
* Add driver for Granch SBNI12-xx ISA and PCI network adapters.Max Khon2001-11-211-0/+1312