diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-11 03:07:28 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-11 03:07:28 +0000 |
| commit | 9faba323b678f87f25f9f3732dd8ee613d896ff0 (patch) | |
| tree | 5c53a8b16d49709fe66043788d2bf8c449dc3683 | |
| parent | cb9d2f078d213f8ac508d7154a9511cfea84bb8c (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/GENERIC.hints | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC.hints b/sys/alpha/conf/GENERIC.hints index 0b740d8fff05..0c268d3cae4b 100644 --- a/sys/alpha/conf/GENERIC.hints +++ b/sys/alpha/conf/GENERIC.hints @@ -25,8 +25,10 @@ hint.mcclock.0.port="0x70" hint.sio.0.at="isa" hint.sio.0.port="0x3F8" hint.sio.0.irq="4" +hint.sio.0.flags="0x10" hint.sio.1.at="isa" hint.sio.1.port="0x2F8" hint.sio.1.irq="3" +hint.sio.1.flags="0x80" hint.ppc.0.at="isa" hint.ppc.0.irq="7" |
