diff options
author | imp <imp@FreeBSD.org> | 2001-06-09 06:43:54 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-06-09 06:43:54 +0000 |
commit | 3177247cd55b43b6a15f29ec5eecb77bf203a68b (patch) | |
tree | 1550c25b941e675445c48c76d9e941a4275e296f /sys/pccard | |
parent | 0383b1c18ba022ba217bbd6201a6860f9c61671a (diff) | |
download | FreeBSD-src-3177247cd55b43b6a15f29ec5eecb77bf203a68b.zip FreeBSD-src-3177247cd55b43b6a15f29ec5eecb77bf203a68b.tar.gz |
Add PC9801-102 CBUS card to the list of plug and play devices. Some
mapping of irq 6 may be required to use that irq, but if so,
additional commits will follow.
Submitted by: Hiroshi TSUKADA-san
Diffstat (limited to 'sys/pccard')
-rw-r--r-- | sys/pccard/pcic_isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pccard/pcic_isa.c b/sys/pccard/pcic_isa.c index cabb10f..b66c3cb 100644 --- a/sys/pccard/pcic_isa.c +++ b/sys/pccard/pcic_isa.c @@ -50,6 +50,7 @@ static struct isa_pnp_id pcic_ids[] = { {PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */ {PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */ {PCIC_PNP_SCM_SWAPBOX, NULL}, /* SCM0469 */ + {PCIC_NEC_PC9801_102, NULL}, /* NEC8091 */ {0} }; |