Sync up: remove device counts.

This commit is contained in:
Marcel Moolenaar 2002-09-01 22:34:58 +00:00
parent 206a5d3a0c
commit 9010448c55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102815

View file

@ -74,12 +74,12 @@ device random # Entropy device
device loop # Network loopback
device ether # Ethernet support
device sl # Kernel SLIP
device ppp 1 # Kernel PPP
device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith 1 # IPv6-to-IPv4 relaying/(translation)
device faith # IPv6-to-IPv4 relaying/(translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!