Fixes to make kernel compile: HZ is required to be defined and CPU_R3000
is needed to include R3000 support. Also change the le0 to le* for the 3100 LANCE so it configures properly.
This commit is contained in:
parent
e35aa10df8
commit
a2d094fb48
|
@ -2,7 +2,7 @@
|
|||
# DECstation (3100 or 5000/xxx)
|
||||
#
|
||||
# Generic config.new configuration for NetBSD/pmax
|
||||
# $NetBSD: NEWCONF,v 1.6 1995/12/28 16:08:20 jonathan Exp $
|
||||
# $NetBSD: NEWCONF,v 1.7 1996/05/29 06:01:13 mhitch Exp $
|
||||
#
|
||||
include "std.pmax"
|
||||
|
||||
|
@ -14,6 +14,7 @@ maxusers 8
|
|||
# what the root device is.)
|
||||
#options GENERIC
|
||||
|
||||
options CPU_R3000 # R2000/R3000 support
|
||||
|
||||
# replaces "cpu ds5k/240"
|
||||
options DS5000 # generic TC support and 3MAX support
|
||||
|
@ -70,6 +71,7 @@ options GATEWAY # IP packet forwarding
|
|||
|
||||
# pmax specific
|
||||
options COMPAT_ULTRIX # ultrix compatibility
|
||||
options "HZ=256" # RTC rate required
|
||||
|
||||
# Note that this configuration is unlikely to work, yet...
|
||||
config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b
|
||||
|
@ -135,7 +137,7 @@ le* at tc? #slot ? offset ? # TC ether option
|
|||
clock0 at mainbus0 # RTC
|
||||
pm0 at mainbus0 # 3100 onboard fb
|
||||
dc0 at mainbus0 # dc7083 four-port DZ device
|
||||
le0 at mainbus0 # 3100 onboard lance
|
||||
le* at mainbus0 # 3100 onboard lance
|
||||
sii0 at mainbus0 # onboard scsi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue