diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-14 03:00:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-14 03:00:53 +0000 |
commit | f0c527038ba3ee1d480527a78782428c7b3be5b1 (patch) | |
tree | 6827b03cd3d3ead3f1ca438c7629ace801548ba3 /sys/arch/i386 | |
parent | b78308743dc00df1326e4eb14a4183b8278db2e6 (diff) |
clean
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c1bdf4ffc92..2770037bc07 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.259 2001/05/13 15:39:26 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.260 2001/05/14 03:00:52 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -49,7 +49,6 @@ pci* at mainbus0 bus ? option PCIVERBOSE option EISAVERBOSE -#option PCMCIAVERBOSE option USBVERBOSE pchb* at pci? dev ? function ? # PCI-Host bridges @@ -59,12 +58,14 @@ pci* at pchb? bus ? pcib* at pci? dev ? function ? # PCI-ISA bridges (do nothing) # ISA PCMCIA controllers +#option PCMCIAVERBOSE pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 pcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000 pcic2 at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000 tcic0 at isa? disable port 0x240 iomem 0xd0000 iosiz 0x10000 # ISA Plug-and-Play PCMCIA controllers +#option DEBUG_ISAPNP pcic* at isapnp? # PCI PCMCIA controllers @@ -439,7 +440,4 @@ pseudo-device sequencer 1 # mouse & keyboard multiplexor pseudo-devices pseudo-device wsmux 2 - -#option DEBUG_ISAPNP - -pseudo-device crypto 1 +pseudo-device crypto 1 |