diff options
author | 2008-06-12 16:17:59 +0000 | |
---|---|---|
committer | 2008-06-12 16:17:59 +0000 | |
commit | 6b5d680d80433fb90430d87822490482c82dc4cc (patch) | |
tree | a6c42d06569d97157ae057eb01c9209e0fc70b13 | |
parent | You successfully cast 'remove dead cruft' (diff) | |
download | wireguard-openbsd-6b5d680d80433fb90430d87822490482c82dc4cc.tar.xz wireguard-openbsd-6b5d680d80433fb90430d87822490482c82dc4cc.zip |
Enable com(4) at pcmcia(4).
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index fe1a570b53d..4ecfd1ad583 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.205 2008/06/12 15:31:40 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.206 2008/06/12 16:17:59 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -458,7 +458,7 @@ lpt* at apio? stp* at sbus? # STP4020 pcmcia* at stp? -#com* at pcmcia? # PCMCIA modems/serial ports +com* at pcmcia? # PCMCIA modems/serial ports ne* at pcmcia? # PCMCIA based NE2000 ethernet wi* at pci? # WaveLAN IEEE 802.11DS wi* at pcmcia? # WaveLAN IEEE 802.11DS |