diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-17 03:16:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-17 03:16:27 +0000 |
commit | 5f034b83d155298e36231df19daeae6396bf97ba (patch) | |
tree | 7615f10c042f7fdf04636c9e3bf31dbaf1d2e2b6 /sys | |
parent | b50fc09018803ef96f70f8cac840a337b87092e1 (diff) |
To squeeze new stuff onto onto the very full boot floppies, occasionally
some drivers for ancient devices must die. To modify one of my favorite
quotes into this particular context:
The total amount of suffering per year [on a boot floppy] is beyond
all decent contemplation. During the minute that it takes me to
compose this sentence, [a few device drivers] are being [deleted],
many others are running for their lives, whimpering with fear, others
are being slowly devoured from within by rasping parasites, thousands
of all kinds are dying of starvation, thirst and disease. It must be
so. If there is ever a time of [sufficient space], this very fact will
automatically lead to an increase in [driver] population until the
natural state of starvation and misery is restored.
- cribbed from Richard Dawkins "God's Utility Function",
Scientific American, November 1995
Of course, these drivers remain on the CD boot media, so there is a
solution for the truly desperate legacy addicts.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 10fcc3e569f..36ca21f19fa 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.146 2006/12/20 03:30:39 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.147 2007/02/17 03:16:26 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -131,7 +131,7 @@ bha* at pci? scsibus* at bha? aha0 at isa? port 0x330 # Adaptec 154[02] SCSI controllers aha1 at isa? port 0x334 # Adaptec 154[02] SCSI controllers -aha* at isapnp? +#aha* at isapnp? scsibus* at aha? ahb* at eisa? # Adaptec 174[024] SCSI controllers scsibus* at ahb? @@ -199,7 +199,7 @@ scsibus* at atapiscsi? we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC 80x3 ethernet series we1 at isa? port 0x300 iomem 0xcc000 irq 10 # we* at isapnp? -ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3C503 ethernet card +#ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3C503 ethernet card ne0 at isa? port 0x240 irq 9 # NE[12]000 ethernet card ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet card ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet |