diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-10-03 19:56:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-10-03 19:56:15 +0000 |
commit | b4264f3c3cd28d733605b30806a412b8953659fc (patch) | |
tree | b918e765b2c6098c916e39ed8c9a511825a1f6fb /sys/arch/sparc64/conf/GENERIC | |
parent | 16c6240794cf359fadd08000b4f1443f6218e0b2 (diff) |
Glue to attach the SD/MCC reader of the W83L519D found on some Tadpole
laptops.
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-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 d597bd042ee..66b128d951f 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.244 2009/09/19 19:37:42 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.245 2009/10/03 19:56:14 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -315,6 +315,9 @@ led* at ebus? lom* at ebus? pmc* at ebus? ppm* at ebus? +wbsd* at ebus? +sdmmc* at wbsd? +scsibus* at sdmmc? # performance counters uperf* at ebus? |