summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/pnp.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect the code for auto-loading modules based on ISAPNP IDs,marius2007-01-071-198/+0
* Use __FBSDID().obrien2003-08-251-1/+4
* Use <sys/queue.h> macro API.phk2000-12-301-12/+12
* Make the pnp structure a global variable, so it can be used elsewhere.dcs2000-09-081-1/+1
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-2/+0
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Update loader logic to distinguish modules vs. files.bp2000-05-011-1/+3
* Remove strange-looking quotes. This part of the code is #if'ed out,dcs1999-02-071-1/+1
* bootstrap.hmsmith1999-01-221-16/+15
* No builtin command resets getopt before using it, causingmsmith1999-01-111-0/+1
* Fix misallocation of buffer bug (too short)archie1998-11-201-1/+1
* Export an interface for presetting the ISA PnP read port address.msmith1998-10-221-1/+23
* Make ISA PnP work. This successfully enumerates as many ISA devices as Imsmith1998-10-211-38/+110
* console.cmsmith1998-09-261-4/+9
* Resynch with working sources before BTX integration.msmith1998-09-141-51/+110
* Generic plug-and-play enumerator infrastructure. Query suppliedmsmith1998-09-041-0/+221
OpenPOWER on IntegriCloud