Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf enable the kbd/ms. enable some compat...
details: https://anonhg.NetBSD.org/src/rev/01e3a184207c
branches: trunk
changeset: 503180:01e3a184207c
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Feb 02 07:33:42 2001 +0000
description:
enable the kbd/ms. enable some compat options for compat_sunos
diffstat:
sys/arch/sparc64/conf/POWEROFSEVEN32 | 18 ++++++++----------
1 files changed, 8 insertions(+), 10 deletions(-)
diffs (40 lines):
diff -r 468e8688ddf9 -r 01e3a184207c sys/arch/sparc64/conf/POWEROFSEVEN32
--- a/sys/arch/sparc64/conf/POWEROFSEVEN32 Fri Feb 02 07:32:45 2001 +0000
+++ b/sys/arch/sparc64/conf/POWEROFSEVEN32 Fri Feb 02 07:33:42 2001 +0000
@@ -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 @@
## 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 @@
#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
Home |
Main Index |
Thread Index |
Old Index