aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/pnp.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect the code for auto-loading modules based on ISAPNP IDs,Marius Strobl2007-01-071-198/+0
* Use __FBSDID().David E. O'Brien2003-08-251-1/+4
* Use <sys/queue.h> macro API.Poul-Henning Kamp2000-12-301-12/+12
* Make the pnp structure a global variable, so it can be used elsewhere.Daniel C. Sobral2000-09-081-1/+1
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-031-2/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-011-1/+3
* Remove strange-looking quotes. This part of the code is #if'ed out,Daniel C. Sobral1999-02-071-1/+1
* bootstrap.hMike Smith1999-01-221-16/+15
* No builtin command resets getopt before using it, causingMike Smith1999-01-111-0/+1
* Fix misallocation of buffer bug (too short)Archie Cobbs1998-11-201-1/+1
* Export an interface for presetting the ISA PnP read port address.Mike Smith1998-10-221-1/+23
* Make ISA PnP work. This successfully enumerates as many ISA devices as IMike Smith1998-10-211-38/+110
* console.cMike Smith1998-09-261-4/+9
* Resynch with working sources before BTX integration.Mike Smith1998-09-141-51/+110
* Generic plug-and-play enumerator infrastructure. Query suppliedMike Smith1998-09-041-0/+221