aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sbni/if_sbni_isa.c
Commit message (Expand)AuthorAgeFilesLines
* sbni: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-0/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-3/+3
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+3
* - Provide necessary includes.Gleb Smirnoff2013-10-291-1/+1
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andJohn Baldwin2008-09-101-0/+167
* Remove the sbni(4) driver. No one responded to calls to test it onJohn Baldwin2008-07-041-167/+0
* Make sbni(4) MPSAFE:John Baldwin2008-07-041-32/+30
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* - 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-2/+3
* back out one change that crept in (will be committed later)Max Khon2002-08-051-1/+1
* style fixesMax Khon2002-08-051-10/+12
* fix driver name in DRIVER_MODULEMax Khon2002-07-151-1/+1
* 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/+165