summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornate <nate@openbsd.org>2000-12-11 16:15:15 +0000
committernate <nate@openbsd.org>2000-12-11 16:15:15 +0000
commitdce4b4a2d13d9773e5ffe7c7b9c7f015b3e1ef1b (patch)
tree5d796dd46692fa5d00912af3c566d86ae70dd7e6
parentAdd a whole slew of drivers to the Alpha GENERIC. These all compile (diff)
downloadwireguard-openbsd-dce4b4a2d13d9773e5ffe7c7b9c7f015b3e1ef1b.tar.xz
wireguard-openbsd-dce4b4a2d13d9773e5ffe7c7b9c7f015b3e1ef1b.zip
Some alphas have USB
-rw-r--r--sys/arch/alpha/conf/files.alpha7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha
index 15d326c9aac..4ee0c559472 100644
--- a/sys/arch/alpha/conf/files.alpha
+++ b/sys/arch/alpha/conf/files.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: files.alpha,v 1.40 2000/11/26 19:41:21 millert Exp $
+# $OpenBSD: files.alpha,v 1.41 2000/12/11 16:15:15 nate Exp $
# $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $
#
# alpha-specific configuration info
@@ -298,3 +298,8 @@ file arch/alpha/alpha/osf1_locore.s compat_osf1
# NetBSD binary compatibility (COMPAT_NETBSD)
include "../../../compat/netbsd/files.netbsd"
file arch/alpha/alpha/netbsd_machdep.c compat_netbsd
+
+#
+# Machine-independent USB drivers
+#
+include "dev/usb/files.usb"