diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-04-16 09:09:50 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-04-16 09:09:50 +0000 |
commit | 1c568db95bdbeab9ebe9113884e907b9cfa3c6ba (patch) | |
tree | e5ef9855add2230fca2d07d3830f484726016ca5 /sys/arch/loongson | |
parent | f49b145785b8db50798a06d26eeac6bf6917b759 (diff) |
Enable ualea(4) where we have uhub(4), these USB device lists cry for
unification...
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index 7b8922e67d8..93599c10c77 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.49 2015/04/02 14:24:02 jasper Exp $ +# $OpenBSD: GENERIC,v 1.50 2015/04/16 09:09:49 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -95,6 +95,7 @@ usb* at ehci? # USB devices uhub* at usb? # USB Hubs uhub* at uhub? # USB Hubs +ualea* at uhub? # Araneus Alea II TRNG umodem* at uhub? # USB Modems/Serial ucom* at umodem? uvisor* at uhub? # Handspring Visor |