aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sbni/if_sbni_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sbni: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+2
* Allocate the PCI BAR resource with bus_alloc_resource_any()Justin Hibbits2016-03-031-2/+2
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andJohn Baldwin2008-09-101-0/+191
* Remove the sbni(4) driver. No one responded to calls to test it onJohn Baldwin2008-07-041-191/+0
* Make sbni(4) MPSAFE:John Baldwin2008-07-041-27/+51
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-4/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-2/+2
* This driver doesn't need to include <sys/bus_private.h> either.Poul-Henning Kamp2002-09-281-1/+0
* printf() formats fixesMax Khon2002-08-061-1/+1
* Make driver portable:Max Khon2002-08-051-6/+11
* style fixesMax Khon2002-08-051-2/+2
* fix driver name in DRIVER_MODULEMax Khon2002-07-151-1/+1
* Add driver for Granch SBNI12-xx ISA and PCI network adapters.Max Khon2001-11-211-0/+163