From e8f394bb690a644ca6f9a1fa4018b6b431509979 Mon Sep 17 00:00:00 2001 From: marcel Date: Mon, 2 Aug 2004 17:50:39 +0000 Subject: Sort the miscellaneous devices to restore ordering after the insertion of the mem and null devices. --- sys/ia64/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/ia64') 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) -- cgit v1.1