summaryrefslogtreecommitdiffstats
path: root/sys/modules/slhci/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-12/+0
| | | | | | | new USB2 stack will fully replace this for 8.0. Remove kernel modules, a subsequent commit will update conf/files. Unhook usbdevs from the build.
* Add modules for the HCI part of USB. This is convenient when having a UHCIn_hibma2008-10-091-1/+3
| | | | controller in your laptop but inserting a (OHCI-based) Option Cardbus card.
* Use .CURDIR when referring source code. This fixes builddelphij2007-06-201-1/+1
| | | | | | | | when 'make obj' was done first. I found this when fixing a problem reported by tinderbox, but forgot to send the patchset to re@ altogether. Approved by: re (kensmith)
* Add SL811 based host controller driver for CF usb host controller.takawata2005-07-141-0/+10
This is based on NetBSD slhci(4) driver for X68k amateur hardware. For now, it will not work properly, but it can detect usb device insertion.
OpenPOWER on IntegriCloud