summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authortanimura <tanimura@FreeBSD.org>2002-02-05 06:52:56 +0000
committertanimura <tanimura@FreeBSD.org>2002-02-05 06:52:56 +0000
commitdf91bf49f0979d8418358821772a374bbab0f6e1 (patch)
tree343b56e7ae750ee975a4a48bf7eacf62cb3d675e /sys/isa
parent3f7a9ec8215356c8575697de1eb36c52530c5ecb (diff)
downloadFreeBSD-src-df91bf49f0979d8418358821772a374bbab0f6e1.zip
FreeBSD-src-df91bf49f0979d8418358821772a374bbab0f6e1.tar.gz
- Do not hang if the resource allocation fails.
- Add another quirk entry of SB AWE64. PR: kern/32530 Submitted by: Magnus Backstrom <b@etek.chalmers.se>
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/pnp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c
index bf7ca97..6eff917 100644
--- a/sys/isa/pnp.c
+++ b/sys/isa/pnp.c
@@ -83,6 +83,8 @@ struct pnp_quirk pnp_quirks[] = {
PNP_QUIRK_EXTRA_IO, 0x400, 0x800 },
{ 0xc1008c0e /* SB64(CTL00c1) */, 0x22008c0e,
PNP_QUIRK_EXTRA_IO, 0x400, 0x800 },
+ { 0xc5008c0e /* SB64(CTL00c5) */, 0x22008c0e,
+ PNP_QUIRK_EXTRA_IO, 0x400, 0x800 },
{ 0xe4008c0e /* SB64(CTL00e4) */, 0x22008c0e,
PNP_QUIRK_EXTRA_IO, 0x400, 0x800 },
OpenPOWER on IntegriCloud