diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-07-19 16:32:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-07-19 16:32:38 +0000 |
| commit | b16ba28fafad8f9b4d7acfa1abaec5ed83534f45 (patch) | |
| tree | 8bffc2b0bd6cc64b949e8f0b2a2b3427817cc140 | |
| parent | 75da303298ecb618d382eae18c62750bae35cc58 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/GENERIC.hints | 2 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC.hints | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints index 3628f40a7a77..652faa9e2b48 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" diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints index 3628f40a7a77..652faa9e2b48 100644 --- a/sys/i386/conf/GENERIC.hints +++ b/sys/i386/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" |
