Add forgotten `eeprom' configuration.
This commit is contained in:
parent
21a594651a
commit
ecf1cf893d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.18 1995/10/04 23:45:52 pk Exp $
|
||||
# $NetBSD: GENERIC,v 1.19 1995/10/08 11:45:39 pk Exp $
|
||||
|
||||
machine sparc
|
||||
options "SUN4", "SUN4C"
|
||||
|
@ -71,6 +71,8 @@ memreg0 at obio0 addr 0xf4000000
|
|||
memreg0 at obio0 addr 0x04000000 # 4/100
|
||||
timer0 at mainbus0
|
||||
timer0 at obio0 addr 0xef000000
|
||||
eeprom0 at obio0 addr 0xf2000000
|
||||
eeprom0 at obio0 addr 0x02000000 # 4/100
|
||||
|
||||
zs0 at mainbus0
|
||||
zs0 at obio0 addr 0xf1000000 level 12 flags 0x103
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_SCSI3,v 1.18 1995/10/04 23:45:53 pk Exp $
|
||||
# $NetBSD: GENERIC_SCSI3,v 1.19 1995/10/08 11:45:40 pk Exp $
|
||||
|
||||
machine sparc
|
||||
options "SUN4", "SUN4C"
|
||||
|
@ -71,6 +71,8 @@ memreg0 at obio0 addr 0xf4000000
|
|||
memreg0 at obio0 addr 0x04000000 # 4/100
|
||||
timer0 at mainbus0
|
||||
timer0 at obio0 addr 0xef000000
|
||||
eeprom0 at obio0 addr 0xf2000000
|
||||
eeprom0 at obio0 addr 0x02000000 # 4/100
|
||||
|
||||
zs0 at mainbus0
|
||||
zs0 at obio0 addr 0xf1000000 level 12 flags 0x103
|
||||
|
|
Loading…
Reference in New Issue