Get the build bits right for the new Architecture Independant null- and

entropy drivers.
Reviewed by:	dfr(mostly)
This commit is contained in:
Mark Murray 2000-06-25 09:18:13 +00:00
parent 5afffbaa08
commit 15bbdecf2e
10 changed files with 23 additions and 1 deletions

View File

@ -68,6 +68,7 @@ options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
options RANDOMDEV #entropy device
# Standard busses
device isa

View File

@ -68,6 +68,7 @@ options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
options RANDOMDEV #entropy device
# Standard busses
device isa

View File

@ -55,6 +55,7 @@ options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options RANDOMDEV #entropy device
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel

View File

@ -3,5 +3,8 @@
all:
@echo "make LINT only"
clean:
rm LINT
LINT: NOTES makeLINT.pl
perl5 makeLINT.pl < NOTES > LINT

View File

@ -711,6 +711,9 @@ options EXT2FS
# inclusion on shell boxes.
options VFS_AIO
# Cryptographically secure random number generator; /dev/[u]random
options RANDOMDEV
#####################################################################
# POSIX P1003.1B

View File

@ -196,6 +196,7 @@ dev/mii/miibus_if.m optional miibus
dev/mlx/mlx.c optional mlx
dev/mlx/mlx_disk.c optional mlx
dev/mlx/mlx_pci.c optional mlx
dev/nulldev/nulldev.c standard
dev/pccard/card_if.m optional card
dev/pccard/card_if.m optional pccard
dev/pccard/pccard.c optional pccard
@ -224,6 +225,11 @@ dev/ppbus/ppi.c optional ppi
dev/ppbus/pps.c optional pps
dev/ppbus/vpo.c optional vpo
dev/ppbus/vpoio.c optional vpo
dev/randomdev/randomdev.c optional randomdev
dev/randomdev/yarrow.c optional randomdev
crypto/blowfish/bf_cbc.c optional randomdev
crypto/blowfish/bf_enc.c optional randomdev
crypto/blowfish/bf_skey.c optional randomdev
dev/rp/rp.c optional rp
dev/rp/rp_isa.c optional rp isa
dev/rp/rp_pci.c optional rp pci
@ -406,7 +412,6 @@ kern/kern_ntptime.c standard
kern/kern_physio.c standard
kern/kern_proc.c standard
kern/kern_prot.c standard
kern/kern_random.c standard
kern/kern_resource.c standard
kern/kern_shutdown.c standard
kern/kern_sig.c standard

View File

@ -62,6 +62,7 @@ NTIMECOUNTER opt_ntp.h
NSWAPDEV opt_swap.h
PPS_SYNC opt_ntp.h
QUOTA
RANDOMDEV
SPX_HACK
SUIDDIR opt_suiddir.h
SYSVMSG opt_sysvipc.h

View File

@ -55,6 +55,7 @@ options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options RANDOMDEV #entropy device
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel

View File

@ -3,5 +3,8 @@
all:
@echo "make LINT only"
clean:
rm LINT
LINT: NOTES makeLINT.pl
perl5 makeLINT.pl < NOTES > LINT

View File

@ -711,6 +711,9 @@ options EXT2FS
# inclusion on shell boxes.
options VFS_AIO
# Cryptographically secure random number generator; /dev/[u]random
options RANDOMDEV
#####################################################################
# POSIX P1003.1B