summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbni/if_sbni_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Allocate the PCI BAR resource with bus_alloc_resource_any()jhibbits2016-03-031-2/+2
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andjhb2008-09-101-0/+191
* Remove the sbni(4) driver. No one responded to calls to test it onjhb2008-07-041-191/+0
* Make sbni(4) MPSAFE:jhb2008-07-041-27/+51
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-4/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+2
* This driver doesn't need to include <sys/bus_private.h> either.phk2002-09-281-1/+0
* printf() formats fixesfjoe2002-08-061-1/+1
* Make driver portable:fjoe2002-08-051-6/+11
* style fixesfjoe2002-08-051-2/+2
* fix driver name in DRIVER_MODULEfjoe2002-07-151-1/+1
* Add driver for Granch SBNI12-xx ISA and PCI network adapters.fjoe2001-11-211-0/+163
OpenPOWER on IntegriCloud