From f51604514930dea3979a68c0fd163c9e5c13ac75 Mon Sep 17 00:00:00 2001 From: markm Date: Tue, 3 Aug 2004 19:24:54 +0000 Subject: Making a loadable null.ko for /dev/(null|zero) proved rather unpopular, so remove this (mis)feature. Encouragement provided by: jhb (and others) --- sys/ia64/conf/GENERIC | 1 - sys/ia64/conf/SKI | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/ia64') diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 0e20823..2c6d6c0 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -139,7 +139,6 @@ 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 random # Entropy device diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI index f1b3b37..ce805e9 100644 --- a/sys/ia64/conf/SKI +++ b/sys/ia64/conf/SKI @@ -57,7 +57,6 @@ 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. -- cgit v1.1