diff options
author | 2008-06-12 22:03:19 +0000 | |
---|---|---|
committer | 2008-06-12 22:03:19 +0000 | |
commit | 1eab900c0d32368a153290fdf45740613cc8d25d (patch) | |
tree | d23afcfaaf2fcc2e220933d1a74820c23c2be2fb | |
parent | incremental search isn't allowed in macros, so if your fingers (diff) | |
download | wireguard-openbsd-1eab900c0d32368a153290fdf45740613cc8d25d.tar.xz wireguard-openbsd-1eab900c0d32368a153290fdf45740613cc8d25d.zip |
Add ep(4) at pcmcia(4).
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index a373920c97c..928c5a235c0 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.210 2008/06/12 21:48:24 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.211 2008/06/12 22:03:19 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -465,6 +465,7 @@ lpt* at apio? stp* at sbus? # STP4020 pcmcia* at stp? com* at pcmcia? # PCMCIA modems/serial ports +ep* at pcmcia? # PCMCIA based 3C5xx ethernet ne* at pcmcia? # PCMCIA based NE2000 ethernet wi* at pci? # WaveLAN IEEE 802.11DS wi* at pcmcia? # WaveLAN IEEE 802.11DS |