From 0973e758b4b944f3ad7db4ad982a5094a0d20af9 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 22 Jul 2004 22:28:34 +0000 Subject: There is no pcic device on amd64. OLDCARD isn't supported, and NEWCARD will call it something different. and there are no ISA add-in devices. --- sys/amd64/conf/GENERIC.hints | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sys') diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints index 44476cc..4d28c16 100644 --- a/sys/amd64/conf/GENERIC.hints +++ b/sys/amd64/conf/GENERIC.hints @@ -17,15 +17,6 @@ hint.psm.0.irq="12" hint.vga.0.at="isa" hint.sc.0.at="isa" hint.sc.0.flags="0x100" -hint.pcic.0.at="isa" -# hint.pcic.0.irq="10" # Default to polling -hint.pcic.0.port="0x3e0" -hint.pcic.0.maddr="0xd0000" -hint.pcic.1.at="isa" -hint.pcic.1.irq="11" -hint.pcic.1.port="0x3e2" -hint.pcic.1.maddr="0xd4000" -hint.pcic.1.disabled="1" hint.sio.0.at="isa" hint.sio.0.port="0x3F8" hint.sio.0.flags="0x10" -- cgit v1.1