summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_isa.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-06-16 06:18:16 +0000
committerimp <imp@FreeBSD.org>2001-06-16 06:18:16 +0000
commit2819707a6c5bef060addfc4e4e04b99055305ddf (patch)
treef8a28603beb7199ec20695bacb5f90568492be2d /sys/pccard/pcic_isa.c
parentb08196841eaf11b05d90c5456e6c5206f940bff7 (diff)
downloadFreeBSD-src-2819707a6c5bef060addfc4e4e04b99055305ddf.zip
FreeBSD-src-2819707a6c5bef060addfc4e4e04b99055305ddf.tar.gz
On PC-98, map IRQ 6 to IRQ 7 at the pcic level. That is, when we're
told to use IRQ 6, progam the pcic to use irq 7 instead. Evidentally, at least some of the cards are wired this way. If you want to use irq 6, configure it. All the mapping is done just before we set the interrupt registers. See [FreeBSD98-testers 5064] for details. Added commentary about valid interrupts on some CBUS pc98 CL PD6722 based cards. Submitted by: Hiroshi TSUKADA-san <hiroshi@kiwi.ne.jp>
Diffstat (limited to 'sys/pccard/pcic_isa.c')
-rw-r--r--sys/pccard/pcic_isa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pccard/pcic_isa.c b/sys/pccard/pcic_isa.c
index b66c3cb..f90e76f 100644
--- a/sys/pccard/pcic_isa.c
+++ b/sys/pccard/pcic_isa.c
@@ -51,6 +51,7 @@ static struct isa_pnp_id pcic_ids[] = {
{PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */
{PCIC_PNP_SCM_SWAPBOX, NULL}, /* SCM0469 */
{PCIC_NEC_PC9801_102, NULL}, /* NEC8091 */
+ {PCIC_NEC_PC9821RA_E01, NULL}, /* NEC8121 */
{0}
};
OpenPOWER on IntegriCloud