diff options
author | 2018-11-08 00:04:51 +0000 | |
---|---|---|
committer | 2018-11-08 00:04:51 +0000 | |
commit | 3aa89c94bfb123901f2f550fdf5f802e2320399b (patch) | |
tree | 4aea99d3bea1ac776c76248f14037ef8a1442a31 | |
parent | Use in-place (un)wrapping in the keywrap tests. (diff) | |
download | wireguard-openbsd-3aa89c94bfb123901f2f550fdf5f802e2320399b.tar.xz wireguard-openbsd-3aa89c94bfb123901f2f550fdf5f802e2320399b.zip |
Remove cardbus and pcmcia debug options that we don't enable on other
platforms.
From miod@
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index a50fb8c7f78..92b4c0fe35c 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.177 2018/08/22 15:38:46 mpi Exp $ +# $OpenBSD: GENERIC,v 1.178 2018/11/08 00:04:51 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -78,9 +78,8 @@ lpt0 at ssio? # CardBus bus support cbb* at pci? cardslot* at cbb? -option CARDBUS_DEBUG,CARDSLOT_DEBUG,CARDBUS_MAP_DEBUG cardbus* at cardslot? -option PCMCIADEBUG,PCMCIAVERBOSE +option PCMCIAVERBOSE pcmcia* at cardslot? # PCI USB Controllers |