diff options
author | marcel <marcel@FreeBSD.org> | 2004-08-02 17:53:06 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-08-02 17:53:06 +0000 |
commit | 3dfc568f70965fc535e76a2329bc4ca378e3ac98 (patch) | |
tree | c5d5d434a1018b4f09b36b456f699989140eec06 /sys/ia64 | |
parent | e8f394bb690a644ca6f9a1fa4018b6b431509979 (diff) | |
download | FreeBSD-src-3dfc568f70965fc535e76a2329bc4ca378e3ac98.zip FreeBSD-src-3dfc568f70965fc535e76a2329bc4ca378e3ac98.tar.gz |
Add the mem and null devices now that they are optional.
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/conf/SKI | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI index c36ae65..f1b3b37 100644 --- a/sys/ia64/conf/SKI +++ b/sys/ia64/conf/SKI @@ -56,6 +56,8 @@ device pci # PCI bus support 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. |