enable the kbd/ms. enable some compat options for compat_sunos
This commit is contained in:
parent
9954eaa78b
commit
2a9fceab8d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: POWEROFSEVEN32,v 1.5 2000/11/27 08:55:42 soren Exp $
|
||||
# $NetBSD: POWEROFSEVEN32,v 1.6 2001/02/02 07:33:42 mrg Exp $
|
||||
#
|
||||
# Configuration for Ultra5/Ultra10
|
||||
|
||||
|
@ -122,9 +122,10 @@ options UCONSOLE
|
|||
## compat_sunos(8) and compat_svr4(8).
|
||||
|
||||
options COMPAT_43 # 4.3BSD system interfaces
|
||||
#options COMPAT_10 # NetBSD 1.0 binary compatibility
|
||||
options COMPAT_09 # NetBSD 0.9 binary compatibility (SUNOS)
|
||||
options COMPAT_10 # NetBSD 1.0 binary compatibility (SUNOS)
|
||||
#options COMPAT_11 # NetBSD 1.1 binary compatibility
|
||||
#options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
options COMPAT_12 # NetBSD 1.2 binary compatibility (SUNOS)
|
||||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
#options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility -- 64-bit only
|
||||
|
@ -246,13 +247,10 @@ timer0 at mainbus0 # sun4c
|
|||
#sabtty0 at sab0 channel 0 # ttya
|
||||
#sabtty1 at sab0 channel 1 # ttyb
|
||||
|
||||
## Part of a PC87332VLJ?
|
||||
#ucom0 at ebus? addr 0x3083f8 # `com' driver
|
||||
#ucom1 at ebus? addr 0x3062f8 #
|
||||
#ucom0 at ebus? # `com' driver
|
||||
#ucom1 at ebus? #
|
||||
#kbd0 at ucom0 channel 0 # keyboard
|
||||
#ms0 at ucom1 channel 1 # mouse
|
||||
## Part of a PC87332VLJ
|
||||
com* at ebus? # `com' driver for `su'
|
||||
kbd0 at com? # keyboard
|
||||
ms0 at com? # mouse
|
||||
|
||||
#### Disk controllers and disks
|
||||
|
||||
|
|
Loading…
Reference in New Issue