Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/alpha/conf pull up 1.115, as requested by ross:



details:   https://anonhg.NetBSD.org/src/rev/aa1fdfabc844
branches:  netbsd-1-4
changeset: 468387:aa1fdfabc844
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Apr 20 14:50:39 1999 +0000

description:
pull up 1.115, as requested by ross:
        options INSECURE, like i386
        pckbc* -> pckbc0, like i386

diffstat:

 sys/arch/alpha/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cde04320d31f -r aa1fdfabc844 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Tue Apr 20 14:31:10 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Tue Apr 20 14:50:39 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.114 1999/02/25 12:37:39 ross Exp $
+# $NetBSD: GENERIC,v 1.114.2.1 1999/04/20 14:50:39 perry Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 
@@ -69,7 +69,7 @@
 options        LKM
 
 # Disable kernel security.
-#options       INSECURE
+options        INSECURE
 
 # Misc. options
 options        EISAVERBOSE             # recognize "unknown" EISA devices
@@ -192,7 +192,7 @@
 
 # ISA devices
 mcclock* at    isa? port 0x70
-pckbc* at      isa?                            # PC keyboard controller
+pckbc0 at      isa?                            # PC keyboard controller
 pckbd* at      pckbc?                          # PC keyboard (kbd port)
 pms*   at      pckbc?                          # PS/2-style mouse (aux port)
 pcppi* at      isa?                            # PC prog. periph. interface



Home | Main Index | Thread Index | Old Index