diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-07-31 14:48:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-07-31 14:48:48 +0000 |
commit | de7a1e274f39703f1b687ad4f143f503ee9ad473 (patch) | |
tree | 951f7a55139a58f0088656b281e0a0533d10a0c2 /sys/arch/i386/conf | |
parent | d18199165d9e5a700dfc5835c0d963ae0743dba0 (diff) |
like amd64:
atapiscsi is not needed here. (well maybe it changes the behaviour of
the pciide subsystem a tiny bit at attach-time, but we don't have the
downstream cd(4) device to attach, so let's try without)
Diffstat (limited to 'sys/arch/i386/conf')
-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 7219e87f2fc..7d08eea3bb0 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.197 2020/03/24 02:48:45 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.198 2020/07/31 14:48:47 deraadt Exp $ machine i386 maxusers 4 @@ -101,8 +101,8 @@ wdc1 at isa? port 0x170 irq 15 flags 0x00 #wdc* at pcmcia? wd* at wdc? flags 0x0000 wd* at pciide? flags 0x0000 -atapiscsi* at wdc? -atapiscsi* at pciide? +#atapiscsi* at wdc? +#atapiscsi* at pciide? #ahc0 at isa? # Adaptec 284x SCSI controllers #ahd* at pci? # Adaptec 79?? SCSI controllers |