Making a loadable null.ko for /dev/(null|zero) proved rather

unpopular, so remove this (mis)feature.

Encouragement provided by:	jhb (and others)
This commit is contained in:
Mark Murray 2004-08-03 19:24:54 +00:00
parent 3f3d0ec007
commit d23a262fc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133087
12 changed files with 1 additions and 22 deletions

View file

@ -173,7 +173,6 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# Pseudo devices.
device loop # Network loopback
device mem # Memory and kernel memory devices
device null # Null and zero devices
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP

View file

@ -220,7 +220,6 @@ device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
device loop # Network loopback
device mem # Memory and kernel memory devices
device io # I/O device
device null # Null and zero devices
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP

View file

@ -839,9 +839,6 @@ options VFS_AIO
# Cryptographically secure random number generator; /dev/random
device random
# The bit-bucket; /dev/null
device null
# The system memory devices; /dev/mem, /dev/kmem
device mem

View file

@ -585,7 +585,7 @@ dev/my/if_my.c optional my
dev/musycc/musycc.c optional musycc
dev/nge/if_nge.c optional nge
dev/nmdm/nmdm.c optional nmdm
dev/null/null.c optional null
dev/null/null.c standard
dev/patm/if_patm.c optional patm pci
dev/patm/if_patm_intr.c optional patm pci
dev/patm/if_patm_ioctl.c optional patm pci

View file

@ -242,7 +242,6 @@ device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
device loop # Network loopback
device mem # Memory and kernel memory devices
device io # I/O device
device null # Null and zero devices
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP

View file

@ -139,7 +139,6 @@ device gif # IPv6 and IPv4 tunneling
device loop # Network loopback
device md # Memory "disks"
device mem # Memory and kernel memory devices
device null # Null and zero devices
device pty # Pseudo-ttys (telnet etc)
device puc # Multi I/O cards and multi-channel UARTs
device random # Entropy device

View file

@ -57,7 +57,6 @@ device ether # Ethernet support
device loop # Network loopback
device md # Memory "disks"
device mem # Memory and kernel memory devices
device null # Null and zero devices
device pty # Pseudo-ttys (telnet etc)
device random # Entropy device
device tun # Packet tunnel.

View file

@ -151,7 +151,6 @@ SUBDIR= ${_3dfx} \
${_nsp} \
ntfs \
ntfs_iconv \
null \
nullfs \
${_nwfs} \
${_oltr} \

View file

@ -1,9 +0,0 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/null
KMOD= null
SRCS= null.c
SRCS+= bus_if.h device_if.h vnode_if.h
.include <bsd.kmod.mk>

View file

@ -218,7 +218,6 @@ device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
# Pseudo devices.
device loop # Network loopback
device mem # Memory and kernel memory devices
device null # Null and zero devices
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP

View file

@ -103,7 +103,6 @@ device fxp # Intel EtherExpress PRO/100B (82557, 82558)
# Pseudo devices.
device loop # Network loopback
device null # Null and zero devices
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP

View file

@ -167,7 +167,6 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# Pseudo devices.
device loop # Network loopback
device mem # Memory and kernel memory devices
device null # Null and zero devices
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP