Remove devices acpi & mem, as they are in defaults already.

This commit is contained in:
Marcel Moolenaar 2006-02-02 23:41:08 +00:00
parent 05a2398f32
commit 8c4f6925c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155232

View File

@ -48,14 +48,12 @@ options UFS_DIRHASH # Hash-based directory lookup scheme
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions
# Various "busses"
device acpi # ACPI support (mandatory)
device pci # PCI bus support
# Various (pseudo) devices
device ether # Ethernet support
device loop # Network loopback
device md # Memory "disks"
device mem # Memory and kernel memory devices
device pty # Pseudo-ttys (telnet etc)
device random # Entropy device
device tun # Packet tunnel.