aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sbni
Commit message (Expand)AuthorAgeFilesLines
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-152-4/+4
* 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
* This driver doesn't need to include <sys/bus_private.h> either.Poul-Henning Kamp2002-09-282-2/+0
* use __packed/__aligned rather than GCC-specific __attribute__.Alfred Perlstein2002-09-231-1/+1
* printf() formats fixesMax Khon2002-08-062-2/+2
* Make driver portable:Max Khon2002-08-054-44/+55
* back out one change that crept in (will be committed later)Max Khon2002-08-051-1/+1
* style fixesMax Khon2002-08-053-26/+30
* fix driver name in DRIVER_MODULEMax Khon2002-07-152-2/+2
* 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-083-5/+5
* Add driver for Granch SBNI12-xx ISA and PCI network adapters.Max Khon2001-11-215-0/+1898