diff options
author | nyan <nyan@FreeBSD.org> | 2004-10-24 12:07:02 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2004-10-24 12:07:02 +0000 |
commit | 12f2a1322ccc0c2383aaf147da8a20b1924188b4 (patch) | |
tree | 2ef752ce49aad451c5e747ed276cfba3df7f0387 /sys | |
parent | 09adbfdf64b5ec2cb446811241c7184c84b91f0c (diff) | |
download | FreeBSD-src-12f2a1322ccc0c2383aaf147da8a20b1924188b4.zip FreeBSD-src-12f2a1322ccc0c2383aaf147da8a20b1924188b4.tar.gz |
Disable ed1 - ed12.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pc98/conf/GENERIC.hints | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints index 6dcec81..c3ed939 100644 --- a/sys/pc98/conf/GENERIC.hints +++ b/sys/pc98/conf/GENERIC.hints @@ -175,12 +175,14 @@ hint.ed.0.irq="6" #hint.ed.0.port="0x10d0" #hint.ed.0.irq="6" #hint.ed.0.maddr="0xc8000" +# SIC-98 hint.ed.5.at="isa" hint.ed.5.port="0x00d0" hint.ed.5.irq="6" hint.ed.5.maddr="0xd0000" hint.ed.5.msize="16384" hint.ed.5.flags="0x600000" +hint.ed.5.disabled="1" # SIU-98-E #hint.ed.5.at="isa" #hint.ed.5.port="0x00d0" @@ -188,72 +190,94 @@ hint.ed.5.flags="0x600000" #hint.ed.5.maddr="0xd0000" #hint.ed.5.msize="32768" #hint.ed.5.flags="0x610000" +# LANEED LD-BDN hint.ed.1.at="isa" hint.ed.1.port="0x00d8" hint.ed.1.irq="6" hint.ed.1.flags="0x200000" +hint.ed.1.disabled="1" +# LGY-98 hint.ed.3.at="isa" hint.ed.3.port="0x00d0" hint.ed.3.irq="6" hint.ed.3.flags="0x400000" +hint.ed.3.disabled="1" +# ICM-IF-2766/EN-2298-T hint.ed.4.at="isa" hint.ed.4.port="0x56d0" hint.ed.4.irq="5" hint.ed.4.flags="0x500000" +hint.ed.4.disabled="1" +# EGY-98 hint.ed.2.at="isa" hint.ed.2.port="0x00d8" hint.ed.2.irq="6" hint.ed.2.flags="0x300000" +hint.ed.2.disabled="1" +# LA-98 hint.ed.7.at="isa" hint.ed.7.port="0x00d0" hint.ed.7.irq="6" hint.ed.7.flags="0x900000" +hint.ed.7.disabled="1" # PC-9801-77 #hint.ed.7.at="isa" #hint.ed.7.port="0x00d0" #hint.ed.7.irq="6" #hint.ed.7.flags="0x910000" +# PC-9801-108 hint.ed.6.at="isa" hint.ed.6.port="0x0770" hint.ed.6.irq="6" hint.ed.6.flags="0x800000" +hint.ed.6.disabled="1" +# C-NET(98)E/L hint.ed.9.at="isa" hint.ed.9.port="0x03d0" hint.ed.9.irq="6" hint.ed.9.flags="0xb00000" +hint.ed.9.disabled="1" # C-NET(98)E/L(0x55ED) #hint.ed.9.at="isa" #hint.ed.9.port="0x03d0" #hint.ed.9.irq="6" #hint.ed.9.flags="0xb10000" +# C-NET(98) hint.ed.8.at="isa" hint.ed.8.port="0xa3d0" hint.ed.8.irq="6" hint.ed.8.maddr="0xd0000" hint.ed.8.msize="16384" hint.ed.8.flags="0xa00000" +hint.ed.8.disabled="1" # EN1646 #hint.ed.10.at="isa" #hint.ed.10.port="0x00d0" #hint.ed.10.irq="3" #hint.ed.10.flags="0xd00000" +# EC/EP-98X hint.ed.10.at="isa" hint.ed.10.port="0x00d0" hint.ed.10.irq="3" hint.ed.10.flags="0xd10000" +hint.ed.10.disabled="1" +# SB-9801 hint.ed.11.at="isa" hint.ed.11.port="0x00d0" hint.ed.11.irq="3" hint.ed.11.flags="0xe00000" +hint.ed.11.disabled="1" # SN-9801-2 #hint.ed.11.at="isa" #hint.ed.11.port="0x00d0" #hint.ed.11.irq="3" #hint.ed.11.flags="0xe00001" +# NC5098 hint.ed.12.at="isa" hint.ed.12.port="0x20d0" hint.ed.12.irq="3" hint.ed.12.flags="0xf00000" +hint.ed.12.disabled="1" # fe0: RE1000/1000Plus/AccessPC N98C+/LAC-98 hint.fe.0.at="isa" |