summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/isapnp.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-08-251-3/+4
| | | | Also some minor style cleanups.
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-17/+10
| | | | some added const's.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Export an interface for presetting the ISA PnP read port address.msmith1998-10-221-44/+45
| | | | Make the EISA ID formatter generally available
* Make ISA PnP work. This successfully enumerates as many ISA devices as Imsmith1998-10-211-62/+111
| | | | | | | | | | | | can fit into my test machine. - Move to using STAILQs rather than ad-hoc singly-linked lists. - Use a mostly procedural interface to the PnP information. This improves data-hiding. Implement a new linker-set technique (currently on i386 only but should work on Alpha as well). This is a good candidate for replacing the current gensetdefs cruft completely.
* console.cmsmith1998-09-261-11/+14
| | | | | | | | | | | | | | | | | | | Allow the MI code to override the preferred console (eg. so that an RB_SERIAL flag from the i386 boot2 can override the default first active console) isapnp.c Use the standard format for ISA PnP IDs. pnp.c Allow trailing comments on lines, be less picky about line contents. ls.c Cosmetic error message fix. panic.c Print the right arguments.
* Oops, missed these. Machine-independant ISA PnP enumerator.msmith1998-09-181-0/+266
OpenPOWER on IntegriCloud