From 313eec7c252c3c4b659c8b5dcf88ae1e6d22bc05 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 19 Jul 2000 16:32:38 +0000 Subject: Default the pcic to polling. Some laptops need to have polling mode due to a paucity of IRQs. I have some reservations about this, so I'm not going to MFC this just yet. I'm doing this to see how many problems it causes so we can do this in 4.2. I've been seeing hangs on my laptop from time to time, but sometimes it was not in polling mode, other tmies it was. Don't know if this is one problem or more than one. Requested by: Sean O Connell --- sys/amd64/conf/GENERIC.hints | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/amd64') diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints index 3628f40..652faa9 100644 --- a/sys/amd64/conf/GENERIC.hints +++ b/sys/amd64/conf/GENERIC.hints @@ -35,7 +35,7 @@ hint.apm.0.at="nexus" hint.apm.0.disabled="1" hint.apm.0.flags="0x20" hint.pcic.0.at="isa" -hint.pcic.0.irq="10" +# hint.pcic.0.irq="10" # Default to polling hint.pcic.0.port="0x3e0" hint.pcic.0.maddr="0xd0000" hint.pcic.1.at="isa" -- cgit v1.1