From 4a8c5316ecd38a4f4f4194646d0f69fffbb3cfab Mon Sep 17 00:00:00 2001 From: Jorrit Herder Date: Tue, 2 Aug 2005 16:05:01 +0000 Subject: [PATCH] Temporarily disabled FLOPPY to prevent mayhem due to ISA DMA below 16 MB. --- etc/usr/rc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/usr/rc b/etc/usr/rc index ec21d6e55..be366762c 100644 --- a/etc/usr/rc +++ b/etc/usr/rc @@ -72,13 +72,13 @@ start) # Start servers and drivers set at the boot monitor. echo -n "Starting services:" - up rtl8139 - up fxp - up dpeth - up inet - up is "arg is leuk" + up rtl8139 "" + up fxp "" + up dpeth "" + up inet "" + up is "" up printer "" /dev/lp - up floppy "" /dev/fd0 +# up floppy "" /dev/fd0 echo . # Network initialization. -- 2.44.0