diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-06 08:02:14 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-06 08:02:14 +0000 |
commit | a3b5edea3991a5af513f92dd86991d7b1a561a54 (patch) | |
tree | f051a33605fa9c2bde1756be0816999893544828 /sys/arch/hp300/conf/DISKLESS | |
parent | a66e6c132dfc5477c6359bf03ab2bd43b9779756 (diff) |
Sync with changes from NetBSD, up to 970705.
This includes all of the new frodo drivers, from Michael Smith, hacked up
by Jason R. Thorpe; other changes, mostly configuration and/or m68k
abstraction related, from Thorpe. A few others of my own.
This compiles and runs, have not yet tested Domain kbd or apci ports.
Diffstat (limited to 'sys/arch/hp300/conf/DISKLESS')
-rw-r--r-- | sys/arch/hp300/conf/DISKLESS | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS index 038ecd0d569..b2f28c67b1c 100644 --- a/sys/arch/hp300/conf/DISKLESS +++ b/sys/arch/hp300/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.14 1997/02/24 01:16:06 downsj Exp $ +# $OpenBSD: DISKLESS,v 1.15 1997/07/06 08:01:41 downsj Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -13,11 +13,15 @@ include "../../../conf/GENERIC" option HP320 option HP330 # includes 318, 319 option HP340 +option HP345 option HP350 option HP360 option HP370 -option HP375 # includes 345, 400t, 400s -option HP380 # includes 425t, 425s, 433s +option HP375 +option HP380 +option HP400 +option HP425 +option HP433 # Need to set locally maxusers 8 @@ -54,6 +58,13 @@ mainbus0 at root # root "bus" intio0 at mainbus0 # internal i/o space dio0 at mainbus0 # DIO/DIO-II bus +# Frodo utility chip found on 4xx's +frodo0 at intio? + +# 8250-like serial ports found on Frodo ASIC +#dnkbd0 at frodo? offset 0x0 # Domain keyboard flavor +apci* at frodo? offset ? # tty flavor + # Davinci framebuffer dvbox* at intio? dvbox* at dio? scode ? |