View | Details | Raw Unified | Return to bug 224940
Collapse All | Expand All

(-)b/sys/powerpc/conf/GENERIC64 (-1 / +1 lines)
Lines 173-178 options USB_DEBUG # enable debug msgs Link Here
173
device		uhci		# UHCI PCI->USB interface
173
device		uhci		# UHCI PCI->USB interface
174
device		ohci		# OHCI PCI->USB interface
174
device		ohci		# OHCI PCI->USB interface
175
device		ehci		# EHCI PCI->USB interface
175
device		ehci		# EHCI PCI->USB interface
176
device		xhci		# XHCI PCI->USB interface (USB 3.0)
176
device		usb		# USB Bus (required)
177
device		usb		# USB Bus (required)
177
device		uhid		# "Human Interface Devices"
178
device		uhid		# "Human Interface Devices"
178
device		ukbd		# Keyboard
179
device		ukbd		# Keyboard
179
- 

Return to bug 224940