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:
parent
3f3d0ec007
commit
d23a262fc5
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -151,7 +151,6 @@ SUBDIR= ${_3dfx} \
|
||||
${_nsp} \
|
||||
ntfs \
|
||||
ntfs_iconv \
|
||||
null \
|
||||
nullfs \
|
||||
${_nwfs} \
|
||||
${_oltr} \
|
||||
|
@ -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>
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user