diff options
author | 2001-03-06 04:55:35 +0000 | |
---|---|---|
committer | 2001-03-06 04:55:35 +0000 | |
commit | 8120a1d5b400248c4daa7009740ea0e5af7cc21f (patch) | |
tree | 250cdbada0db39d269de72c599b7319d78072537 | |
parent | If read() fails with EINTR deal with it the same way we treat EAGAIN (diff) | |
download | wireguard-openbsd-8120a1d5b400248c4daa7009740ea0e5af7cc21f.tar.xz wireguard-openbsd-8120a1d5b400248c4daa7009740ea0e5af7cc21f.zip |
isapnp pcic fits
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 2a5c566f1c5..c635ce7fecc 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.13 2001/02/15 04:58:08 krw Exp $ +# $OpenBSD: RAMDISKC,v 1.14 2001/03/06 04:55:35 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -71,6 +71,9 @@ pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000 pcic2 at isa? port 0x3e4 iomem 0xd4000 iosiz 0x4000 +# ISA Plug-and-Play PCMCIA controllers +pcic* at isapnp? + # PCI PCMCIA controllers pcic* at pci? dev? function ? |