diff options
author | imp <imp@FreeBSD.org> | 2002-08-17 20:03:02 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-08-17 20:03:02 +0000 |
commit | 03f4b1c25ba96ef0d2815a7973d8c108db694421 (patch) | |
tree | 053e2bf91981073d7d74d687881dcff90a95685b | |
parent | bb806c49bfead601a2b3c7298f33acef7d26a4ef (diff) | |
download | FreeBSD-src-03f4b1c25ba96ef0d2815a7973d8c108db694421.zip FreeBSD-src-03f4b1c25ba96ef0d2815a7973d8c108db694421.tar.gz |
Now that NEWCARD is gone, NEWCARD.hints is even less necessary.
Noticed by: bde
-rw-r--r-- | sys/i386/conf/NEWCARD.hints | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/sys/i386/conf/NEWCARD.hints b/sys/i386/conf/NEWCARD.hints deleted file mode 100644 index ab9d143..0000000 --- a/sys/i386/conf/NEWCARD.hints +++ /dev/null @@ -1,80 +0,0 @@ -# $FreeBSD$ -hint.fdc.0.at="isa" -hint.fdc.0.port="0x3F0" -hint.fdc.0.irq="6" -hint.fdc.0.drq="2" -hint.fd.0.at="fdc0" -hint.fd.0.drive="0" -hint.fd.1.at="fdc0" -hint.fd.1.drive="1" -hint.ata.0.at="isa" -hint.ata.0.port="0x1F0" -hint.ata.0.irq="14" -hint.ata.1.at="isa" -hint.ata.1.port="0x170" -hint.ata.1.irq="15" -hint.adv.0.at="isa" -hint.bt.0.at="isa" -hint.aha.0.at="isa" -hint.aic.0.at="isa" -hint.atkbdc.0.at="isa" -hint.atkbdc.0.port="0x060" -hint.atkbd.0.at="atkbdc" -hint.atkbd.0.irq="1" -hint.atkbd.0.flags="0x1" -hint.psm.0.at="atkbdc" -hint.psm.0.irq="12" -hint.vga.0.at="isa" -hint.sc.0.at="isa" -hint.sc.0.flags="0x100" -hint.vt.0.at="isa" -hint.npx.0.at="nexus" -hint.npx.0.port="0x0F0" -hint.npx.0.irq="13" -hint.apm.0.at="nexus" -hint.apm.0.flags="0x20" -hint.pmtimer.0.at="isa" -hint.pcic.0.at="isa" -hint.pcic.0.irq="10" -hint.pcic.0.port="0x3e0" -hint.pcic.0.maddr="0xd0000" -hint.sio.0.at="isa" -hint.sio.0.port="0x3F8" -hint.sio.0.flags="0x10" -hint.sio.0.irq="4" -hint.sio.1.at="isa" -hint.sio.1.port="0x2F8" -hint.sio.1.irq="3" -hint.sio.2.at="isa" -hint.sio.2.disabled="1" -hint.sio.2.port="0x3E8" -hint.sio.2.irq="5" -hint.sio.3.at="isa" -hint.sio.3.disabled="1" -hint.sio.3.port="0x2E8" -hint.sio.3.irq="9" -hint.ppc.0.at="isa" -hint.ppc.0.irq="7" -hint.ed.0.at="isa" -hint.ed.0.port="0x280" -hint.ed.0.irq="10" -hint.ed.0.maddr="0xd8000" -hint.cs.0.at="isa" -hint.cs.0.port="0x300" -hint.sn.0.at="isa" -hint.sn.0.port="0x300" -hint.sn.0.irq="10" -hint.ie.0.at="isa" -hint.ie.0.port="0x300" -hint.ie.0.irq="10" -hint.ie.0.maddr="0xd0000" -hint.fe.0.at="isa" -hint.fe.0.port="0x300" -hint.le.0.at="isa" -hint.le.0.port="0x300" -hint.le.0.irq="5" -hint.le.0.maddr="0xd0000" -hint.lnc.0.at="isa" -hint.lnc.0.port="0x280" -hint.lnc.0.irq="10" -hint.lnc.0.drq="0" |