summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-07-19 16:32:38 +0000
committerimp <imp@FreeBSD.org>2000-07-19 16:32:38 +0000
commit313eec7c252c3c4b659c8b5dcf88ae1e6d22bc05 (patch)
treec02b36d2bca6d421a29c6bf89054b0953d394aa1 /sys/amd64
parent4b8df583be95d12be3440a0ff5787fc41fa9be5c (diff)
downloadFreeBSD-src-313eec7c252c3c4b659c8b5dcf88ae1e6d22bc05.zip
FreeBSD-src-313eec7c252c3c4b659c8b5dcf88ae1e6d22bc05.tar.gz
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
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC.hints2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud