diff options
author | 2008-06-12 16:19:18 +0000 | |
---|---|---|
committer | 2008-06-12 16:19:18 +0000 | |
commit | b3eaabc9c72f9e8b8cb64033ce8b04fa953185e5 (patch) | |
tree | a39ad2bcb39f3aa1c573729313d1c5fe5628d4ef | |
parent | Enable com(4) at pcmcia(4). (diff) | |
download | wireguard-openbsd-b3eaabc9c72f9e8b8cb64033ce8b04fa953185e5.tar.xz wireguard-openbsd-b3eaabc9c72f9e8b8cb64033ce8b04fa953185e5.zip |
wdc(4) at pcmcia(4)
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 4ecfd1ad583..d937930561a 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.206 2008/06/12 16:17:59 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.207 2008/06/12 16:19:18 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -339,6 +339,9 @@ wd* at pciide? flags 0x0a00 atapiscsi* at pciide? scsibus* at atapiscsi? +wdc* at pcmcia? +wd* at wdc? flags 0x0000 + # # Note the flags on the esp entries below, that work around # deficiencies in the current driver: |