diff options
author | 2020-07-31 14:48:47 +0000 | |
---|---|---|
committer | 2020-07-31 14:48:47 +0000 | |
commit | 3f91202ba04ac5c686f3de7f7e610509c0b44b3f (patch) | |
tree | 6143972c9ad2e3d8b84f457ee409d0ed7530867c /sys | |
parent | Use consistent types in comparison to fix build with clang 10. (diff) | |
download | wireguard-openbsd-3f91202ba04ac5c686f3de7f7e610509c0b44b3f.tar.xz wireguard-openbsd-3f91202ba04ac5c686f3de7f7e610509c0b44b3f.zip |
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')
-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 |