diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-12-07 22:15:33 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-12-07 22:15:33 +0000 |
commit | a994716ebc6aaf583819900e980c0220350e54da (patch) | |
tree | 1679ae66d7ba5371179b141eaac08c3fa09da5e3 /sys/arch | |
parent | d044b80890761d3dcff21c85f8ff0a7532d1208e (diff) |
add ohci and several basic usb devices.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 4d790562a96..8ee4607cd7b 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.31 2001/12/07 19:11:26 jason Exp $ +# $OpenBSD: GENERIC,v 1.32 2001/12/07 22:15:32 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -30,9 +30,20 @@ ebus* at pci? hme* at pci? dev ? function ? gem* at pci? dev ? function ? dc* at pci? dev ? function ? + siop* at pci? dev ? function ? scsibus* at siop? +# USB bridges +ohci* at pci? dev ? function ? +usb* at ohci? + +# USB devices +uhub* at usb? +uhub* at uhub? port ? configuration ? +uhid* at uhub? port ? configuration ? +ugen* at uhub? port ? configuration ? + #### Standard system devices -- all required for a given architecture auxio* at ebus? |