Add an ethernet part of Nereid.
This commit is contained in:
parent
9011251c05
commit
adf7d48092
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: INSTALL,v 1.42 2001/11/20 12:56:42 lukem Exp $
|
# $NetBSD: INSTALL,v 1.43 2001/11/25 05:10:03 isaki Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# INSTALL -- installation kernel.
|
# INSTALL -- installation kernel.
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
include "arch/x68k/conf/std.x68k"
|
include "arch/x68k/conf/std.x68k"
|
||||||
|
|
||||||
#ident "INSTALL-$Revision: 1.42 $"
|
#ident "INSTALL-$Revision: 1.43 $"
|
||||||
|
|
||||||
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
|
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
|
||||||
|
|
||||||
@ -260,9 +260,10 @@ pseudo-device sram # battery-backuped static RAM
|
|||||||
#audio* at vs?
|
#audio* at vs?
|
||||||
|
|
||||||
## Network interfaces
|
## Network interfaces
|
||||||
|
ne* at intio0 addr 0xece300 intr 249 # Nereid Ethernet
|
||||||
neptune0 at intio0 addr 0xece000 intr 249 # Neptune-X
|
neptune0 at intio0 addr 0xece000 intr 249 # Neptune-X
|
||||||
neptune1 at intio0 addr 0xece400 intr 249 # Neptune-X at alt. addr.
|
neptune1 at intio0 addr 0xece400 intr 249 # Neptune-X at alt. addr.
|
||||||
ne0 at neptune? addr 0x300 # NE2000 or clone
|
ne* at neptune? addr 0x300 # NE2000 or clone
|
||||||
#se0 at scsibus? target ? lun ? # Ether+; broken
|
#se0 at scsibus? target ? lun ? # Ether+; broken
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user