Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf options INSECURE, like i386



details:   https://anonhg.NetBSD.org/src/rev/9fa3b3e18d81
branches:  trunk
changeset: 472070:9fa3b3e18d81
user:      ross <ross%NetBSD.org@localhost>
date:      Tue Apr 20 06:16:35 1999 +0000

description:
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 3bba5bc0e33f -r 9fa3b3e18d81 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Tue Apr 20 05:56:52 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Tue Apr 20 06:16:35 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.114 1999/02/25 12:37:39 ross Exp $
+# $NetBSD: GENERIC,v 1.115 1999/04/20 06:16:35 ross 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