diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2006-05-17 21:25:23 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2006-05-17 21:25:23 +0000 |
| commit | 136eda1dc35af5ce3860260f868e2a65f2588f07 (patch) | |
| tree | 73f841ed14420299e243c3f3444f7858e2ef0d3e /sys/pc98 | |
| parent | 8df071afd966d30967ee703eede3c6aff2dbd656 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/conf/GENERIC.hints | 5 | ||||
| -rw-r--r-- | sys/pc98/conf/NOTES | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints index fb410cdf42bb..a64a0067dab3 100644 --- a/sys/pc98/conf/GENERIC.hints +++ b/sys/pc98/conf/GENERIC.hints @@ -272,6 +272,11 @@ hint.fe.1.at="isa" hint.fe.1.port="0x73d0" hint.fe.1.irq="5" +# C-NET(98)S +hint.le.0.at="isa" +hint.le.0.port="0x03d0" +hint.le.0.irq="6" + hint.snc.0.at="isa" hint.snc.0.port="0x888" hint.snc.0.irq="6" diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 78dc841f2b09..b5c4d76cccd2 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -360,8 +360,6 @@ hint.mse.0.irq="13" # (requires miibus) # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; # Intel EtherExpress -# le: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and -# Am79C960) # oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133. # Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140, # OC-3141, OC-3540 and OC-3250. @@ -384,6 +382,10 @@ hint.ie.2.at="isa" hint.ie.2.port="0x300" hint.ie.2.irq="5" hint.ie.2.maddr="0xd0000" +# Hint for the PC98-only C-NET(98)S C-bus front-end of le(4). +hint.le.0.at="isa" +hint.le.0.port="0x03d0" +hint.le.0.irq="6" device sbni hint.sbni.0.at="isa" hint.sbni.0.port="0x210" |
