summaryrefslogtreecommitdiffstats
path: root/sys/isa/pnpreg.h
Commit message (Collapse)AuthorAgeFilesLines
* Supported PC-98.nyan2000-05-111-2/+1
|
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* s/LOGIGAL/LOGICAL/peter1999-09-021-1/+1
|
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-0/+259
new system is integrated with the ISA bus code more cleanly and allows the future addition of more enumerators such as PnPBIOS and ACPI. This commit also enables the new pcm driver since it is somewhat tied to the new PnP code.
OpenPOWER on IntegriCloud