Bug 43974

Summary: add Sun type 6 keyboard/mouse to the supported hardware list
Product: Documentation Reporter: hendrik <hendrik>
Component: Books & ArticlesAssignee: Bruce A. Mah <bmah>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description hendrik 2002-10-12 15:10:01 UTC
FreeBSD supports the Sun type 6 USB keyboard as well as the mouse. They
are not shown on the device list (e.g. http://www.freebsd.org/releases/4.7R/hardware-i386.html#USB)

Proof that it works (I'm using the keyboard right now):
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xd400-0xd41f irq 9 at device 4.2 on pci0
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhub1: ALCOR Generic USB Hub, class 9/0, rev 1.10/1.00, addr 2
uhub1: 4 ports with 4 removable, self powered
ukbd0: Sun Microsystems Type 6 USB keyboard, rev 1.00/1.03, addr 3, iclass 3/1
kbd1 at ukbd0

I've tested the mouse some time ago:
Sep 21 12:38:13 goanna /kernel: uhid0: Sun Microsystems Type 6 USB mouse, rev 1.10/1.05, addr 4, iclass 3/1

Fix: 

Add the devices to the list of supported hardware.
Comment 1 Bruce A. Mah freebsd_committer freebsd_triage 2002-10-21 19:15:35 UTC
Responsible Changed
From-To: freebsd-doc->bmah

This is kind of my area.
Comment 2 Bruce A. Mah freebsd_committer freebsd_triage 2002-10-22 18:12:54 UTC
State Changed
From-To: open->closed

Committed to CURRENT and 4-STABLE.  Thanks for the PR!