Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pc532/conf Add rnd pseudo-device to GENERIC, and a ...



details:   https://anonhg.NetBSD.org/src/rev/9fab9f8949dd
branches:  trunk
changeset: 467693:9fab9f8949dd
user:      jonb <jonb%NetBSD.org@localhost>
date:      Sat Mar 27 08:00:43 1999 +0000

description:
Add rnd pseudo-device to GENERIC, and a few cleanups everywhere.

diffstat:

 sys/arch/pc532/conf/BULLBOX |  8 ++------
 sys/arch/pc532/conf/GENERIC |  3 ++-
 2 files changed, 4 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 5a39487d6716 -r 9fab9f8949dd sys/arch/pc532/conf/BULLBOX
--- a/sys/arch/pc532/conf/BULLBOX       Sat Mar 27 07:40:08 1999 +0000
+++ b/sys/arch/pc532/conf/BULLBOX       Sat Mar 27 08:00:43 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: BULLBOX,v 1.2 1999/01/10 03:46:27 jonb Exp $
+#      $NetBSD: BULLBOX,v 1.3 1999/03/27 08:00:43 jonb Exp $
 #
 # BULLBOX: Kernel for Jon Buller's machine
 #
@@ -48,9 +48,7 @@
 
 # pc532 specific options
 options                NS381                   # FPU installed
-#options       CPU33MHZ                # for really fast machines 8-)
-#options       CONSOLE_SPEED=B9600     # default console baud rate
-#options       SCNDEF_CFLAG="CREAD+CS8+HUPCL" # default settings
+#options       CPU33MHZ                # I want a really fast machine 8-)
 
 config         netbsd  root on ? type ?
 
@@ -67,8 +65,6 @@
 pseudo-device  vnd 2                   # vnode devices
 pseudo-device  bpfilter 4              # packet filter
 pseudo-device  ipfilter
-pseudo-device  sl 1                    # compressed SLIP
 pseudo-device  ppp 4                   # Point-to-Point Protocol
 pseudo-device  tun 1                   # network tunneling
-pseudo-device  ccd 4                   # Concatenated Disk Driver
 pseudo-device  rnd                     # kernel random number generator
diff -r 5a39487d6716 -r 9fab9f8949dd sys/arch/pc532/conf/GENERIC
--- a/sys/arch/pc532/conf/GENERIC       Sat Mar 27 07:40:08 1999 +0000
+++ b/sys/arch/pc532/conf/GENERIC       Sat Mar 27 08:00:43 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.2 1999/03/24 03:48:04 jonb Exp $
+#      $NetBSD: GENERIC,v 1.3 1999/03/27 08:00:43 jonb Exp $
 #
 # GENERIC: generic kernel for most machines
 #
@@ -63,3 +63,4 @@
 pseudo-device  ppp 1                   # Point-to-Point Protocol
 pseudo-device  tun 1                   # network tunneling
 pseudo-device  ccd 4                   # Concatenated Disk Driver
+pseudo-device   rnd                     # kernel random number generator



Home | Main Index | Thread Index | Old Index