diff options
Diffstat (limited to 'sys/arch/hppa/conf/files.hppa')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 20035beb973..8e11039ac9f 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.52 2004/07/10 03:40:32 deraadt Exp $ +# $OpenBSD: files.hppa,v 1.53 2004/08/19 08:13:05 mickey Exp $ # # hppa-specific configuration info @@ -62,6 +62,11 @@ include "dev/cardbus/files.cardbus" include "dev/pcmcia/files.pcmcia" # +# Machine-independent USB drivers +# +include "dev/usb/files.usb" + +# # HIL Human Interface Loop devices # include "dev/hil/files.hil" |