summaryrefslogtreecommitdiffstats
path: root/sys/isa/pnpvar.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-10-14 21:03:03 +0000
committerdfr <dfr@FreeBSD.org>1999-10-14 21:03:03 +0000
commitf7cfef8ecf037d19a81279dcc4e946b79fc3837b (patch)
tree9cfc808248748600189af9b09481a97025b4b8ce /sys/isa/pnpvar.h
parentcdedefff3d29174f78d8e07698cec803b5553099 (diff)
downloadFreeBSD-src-f7cfef8ecf037d19a81279dcc4e946b79fc3837b.zip
FreeBSD-src-f7cfef8ecf037d19a81279dcc4e946b79fc3837b.tar.gz
* 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.
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 bfd26da..5f1a6dc 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 */
OpenPOWER on IntegriCloud