diff options
author | obrien <obrien@FreeBSD.org> | 2004-03-19 03:28:38 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-03-19 03:28:38 +0000 |
commit | 8d108c2b541353d9716b8c8232e07913cf062b76 (patch) | |
tree | 605be8b1201627f827a072fbfb5770a3de9db0c9 /sys/amd64 | |
parent | 5fa7bf555d322c53f84334ddc2ff4f9f68df8533 (diff) | |
download | FreeBSD-src-8d108c2b541353d9716b8c8232e07913cf062b76.zip FreeBSD-src-8d108c2b541353d9716b8c8232e07913cf062b76.tar.gz |
'vi' got away from me in rev. 1.13.
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC.hints | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints index 5281db4..44476cc 100644 --- a/sys/amd64/conf/GENERIC.hints +++ b/sys/amd64/conf/GENERIC.hints @@ -7,6 +7,7 @@ hint.fd.0.at="fdc0" hint.fd.0.drive="0" hint.fd.1.at="fdc0" hint.fd.1.drive="1" +hint.atkbdc.0.at="isa" hint.atkbdc.0.port="0x060" hint.atkbd.0.at="atkbdc" hint.atkbd.0.irq="1" |