aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/pnpvar.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1999-10-14 21:03:03 +0000
committerDoug Rabson <dfr@FreeBSD.org>1999-10-14 21:03:03 +0000
commitbb2b9030e84f6638c53379fa3061ee49bef5b868 (patch)
tree9cfc808248748600189af9b09481a97025b4b8ce /sys/isa/pnpvar.h
parent0fe2cc8ec8b378c99b16273edd6240d99290df41 (diff)
downloadsrc-bb2b9030e84f6638c53379fa3061ee49bef5b868.tar.gz
src-bb2b9030e84f6638c53379fa3061ee49bef5b868.zip
* Add some verbose logging to the PnP parser and fix a couple of bugs.
* Move pnp_eisaformat() to pnp.c, declared in <isa/pnpvar.h>. * Turn the pnpbios code into an enumerator for the isa bus. This allows all devices known to the bios to be probed automatically. Currently the pnpbios code is dependant on the PNPBIOS option. As the code is tested more and when more drivers are converted this will be made the default. I have PnP changes in the wings for fdc, atkbd, psm, pcaudio, and joy. Sio already works with pnpbios.
Notes
Notes: svn path=/head/; revision=52241
Diffstat (limited to 'sys/isa/pnpvar.h')
-rw-r--r--sys/isa/pnpvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isa/pnpvar.h b/sys/isa/pnpvar.h
index bfd26dab2650..5f1a6dcdb234 100644
--- a/sys/isa/pnpvar.h
+++ b/sys/isa/pnpvar.h
@@ -52,6 +52,7 @@ u_char pnp_read(int d); /* currently unused, but who knows... */
| (PNP_HEXTONUM(s[6]) << 24) \
| (PNP_HEXTONUM(s[5]) << 28))
+char *pnp_eisaformat(u_int32_t id);
void pnp_parse_resources(device_t dev, u_char *resources, int len);
#endif /* KERNEL */