summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2010-02-04 16:37:53 +0000
committerotto <otto@openbsd.org>2010-02-04 16:37:53 +0000
commit69a3a253975bf6432ed52a9910df73bc34b1dadd (patch)
tree7dd227c3667e3c68e915de69039c9fed1c001fd1
parentpf_get_sport() picks a random port from the port range specified in a (diff)
downloadwireguard-openbsd-69a3a253975bf6432ed52a9910df73bc34b1dadd.tar.xz
wireguard-openbsd-69a3a253975bf6432ed52a9910df73bc34b1dadd.zip
add a few USB devices known to work; ok miod@
-rw-r--r--sys/arch/loongson/conf/GENERIC8
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?