summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-08-02 17:50:39 +0000
committermarcel <marcel@FreeBSD.org>2004-08-02 17:50:39 +0000
commite8f394bb690a644ca6f9a1fa4018b6b431509979 (patch)
treea7cacf5faa2cc383464deeb3e70ee4322b50f061 /sys/ia64
parent4d8c7e278116822a79a8e6f3289597805631b781 (diff)
downloadFreeBSD-src-e8f394bb690a644ca6f9a1fa4018b6b431509979.zip
FreeBSD-src-e8f394bb690a644ca6f9a1fa4018b6b431509979.tar.gz
Sort the miscellaneous devices to restore ordering after the insertion
of the mem and null devices.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index f19dfc3..0e20823 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -138,10 +138,10 @@ device faith # IPv6-to-IPv4 relaying (translation)
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 null # Null and zero devices
-device mem # Memory and kernel memory devices
device random # Entropy device
device tun # Packet tunnel.
device uart # Serial port (UART)
OpenPOWER on IntegriCloud