Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/ad_pmax_wscons]: src/sys/arch/pmax/conf Sanitize.



details:   https://anonhg.NetBSD.org/src/rev/b82997717a4c
branches:  ad_pmax_wscons
changeset: 523758:b82997717a4c
user:      ad <ad%NetBSD.org@localhost>
date:      Sat Mar 16 12:12:51 2002 +0000

description:
Sanitize.

diffstat:

 sys/arch/pmax/conf/GENERIC |  14 ++++++++------
 sys/arch/pmax/conf/INSTALL |  23 ++++++++++++++---------
 2 files changed, 22 insertions(+), 15 deletions(-)

diffs (99 lines):

diff -r 512441056cd7 -r b82997717a4c sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Sat Mar 16 10:38:12 2002 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Sat Mar 16 12:12:51 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.96.6.1 2002/03/15 14:22:39 ad Exp $
+# $NetBSD: GENERIC,v 1.96.6.2 2002/03/16 12:12:51 ad Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include                "arch/pmax/conf/std.pmax"
 
-#ident         "GENERIC-$Revision: 1.96.6.1 $"
+#ident         "GENERIC-$Revision: 1.96.6.2 $"
 
 maxusers       64
 
@@ -123,13 +123,15 @@
 #options       EXEC_ELF_CATCHALL # Older .note-less ELF binaries
 #options       COMPAT_10       # NetBSD 1.0, (needed for X on 386?)
 #options       COMPAT_11       # NetBSD 1.1,
-options        COMPAT_12       # Netbsd 1.2 reboot()
-options        COMPAT_13       # Netbsd 1.3
-options        COMPAT_14       # Netbsd 1.4
+options        COMPAT_12       # NetBSD 1.2 reboot()
+options        COMPAT_13       # NetBSD 1.3
+options        COMPAT_14       # NetBSD 1.4
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 # Workstation console options
-options        FONT_GALLANT12x22
+options        FONT_BOLD8x16           # Font for pm devices
+options        FONT_GALLANT12x22       # Default font
+
 options                WSEMUL_VT100
 options        WS_KERNEL_FG=WSCOL_GREEN
 #options       WS_KERNEL_BG=WSCOL_BLACK
diff -r 512441056cd7 -r b82997717a4c sys/arch/pmax/conf/INSTALL
--- a/sys/arch/pmax/conf/INSTALL        Sat Mar 16 10:38:12 2002 +0000
+++ b/sys/arch/pmax/conf/INSTALL        Sat Mar 16 12:12:51 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.43.6.1 2002/03/15 14:22:40 ad Exp $
+#      $NetBSD: INSTALL,v 1.43.6.2 2002/03/16 12:12:52 ad Exp $
 #
 # Distribution install kernel (any model)
 #    netbsd:   cut-down kernel for miniroots.
@@ -58,17 +58,19 @@
 options        INET                    # Internet protocols
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
 
-
+# Compatibility options
 options        COMPAT_12
 options        COMPAT_13
 options        COMPAT_14
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
-# Raster console options
-options        FONT_BOLD8x16           # Font for fb devices
-options        FONT_LUCIDA16x29        # Font for px devices
-#options       FONT_GALLANT12x22
-#options       FONT_QVSS8x15
+# Workstation console options
+options        FONT_BOLD8x16           # Font for pm devices
+options        FONT_GALLANT12x22       # Default font
+
+options                WSEMUL_VT100
+options        WS_KERNEL_FG=WSCOL_GREEN
+#options       WS_KERNEL_BG=WSCOL_BLACK
 
 # pmax specific
 options        HZ=256          # RTC rate required
@@ -84,12 +86,15 @@
 ## Peripheral Bus Support (for devices to attach to)
 ## ----------------------------------------------------------------------------
 
+# TURBOchannel bus support
+tc*    at      mainbus0
+
 # 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
 ioasic0        at      tc?
 mcclock* at    ioasic? offset ?        # DS1287 RTC
 le*    at      ioasic? offset ?        # LANCE
 dt*    at      ioasic? offset ?        # MAXINE kbd and mouse
-bba*   at      ioasic? offset ?        # MAXINE baseboard audio
+#bba*  at      ioasic? offset ?        # MAXINE baseboard audio
 #fdc   at      ioasic? offset ?        # MAXINE floppy disk (not supported)
 zsc0   at      ioasic? offset 0x100000 # Z85C30
 zsc1   at      ioasic? offset 0x180000 # Z85C30
@@ -100,7 +105,7 @@
 lkkbd* at      zsc1 channel ?          # keyboard port on A channels
 vsms*  at      zsc0 channel ?          # mouse port on A channels
 
-audio* at      bba?
+#audio*        at      bba?
 
 dtkbd* at      dt? addr ?
 dtms*  at      dt? addr ?



Home | Main Index | Thread Index | Old Index