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

This commit is contained in:
jonb 1999-03-27 08:00:43 +00:00
parent 25cde9b010
commit a72ad718a0
2 changed files with 4 additions and 7 deletions

View File

@ -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 @@ options PPP_BSDCOMP,PPP_DEFLATE # compression for PPP
# 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 loop 1 # loopback network
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

View File

@ -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 sl 1 # compressed SLIP
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