diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2000-12-11 16:15:16 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2000-12-11 16:15:16 +0000 |
commit | 61be14c326f623c59c9ab0f638db5e08b1a92883 (patch) | |
tree | 6afa400f5ba9358ef3607322b1d005fc976289b4 /sys/arch | |
parent | 4fe13969afbc9d1d3e68ba0dbb189c046dc75a4f (diff) |
Some alphas have USB
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 7 |
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" |