diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-04 16:37:54 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-04 16:37:54 +0000 |
commit | 665e0266c80c387a4c67fc6a595c26788cb4cdaa (patch) | |
tree | 2ad6b1882ec85260c9434efcb975041a5f66d94c | |
parent | 2cc5d0f6c46822077a0d74a03d544f9f2c3d1d2f (diff) |
add a few USB devices known to work; ok miod@
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index 55036540375..b1dc9e322b6 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.3 2010/01/31 19:12:30 miod Exp $ +# $OpenBSD: GENERIC,v 1.4 2010/02/04 16:37:53 otto Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -57,6 +57,12 @@ usb* at uhci? usb* at ehci? uhub* at usb? uhub* at uhub? +umodem* at uhub? +ucom* at umodem? +uplcom* at uhub? # I/O DATA USB-RSAQ2 serial adapter +ucom* at uplcom? +umsm* at uhub? +ucom* at umsm? umass* at uhub? atapiscsi* at umass? scsibus* at atapiscsi? |