usb4bsd: Allow some parts to be built into the kernel.
authorSascha Wildner <saw@online.de>
Thu, 11 Oct 2012 09:24:08 +0000 (11:24 +0200)
committerSascha Wildner <saw@online.de>
Thu, 11 Oct 2012 09:27:51 +0000 (11:27 +0200)
commite395458eb256e54bfe0207deda217c28522f9423
tree97f183080d2eecdc22b25d94b6bb6e562f4b83b9
parent954ea51d83fd49a5275fbd7373aa740ee5bee01e
usb4bsd: Allow some parts to be built into the kernel.

This is for the core support, and for uhci, ohci, ehci and xhci.

To do this, replace:

  device usb

with

  device "usb4bsd"

in the config. The quotes are needed at the moment to cope with a
weakness in our config(8) that needs fixing.

Based-on-patch-submitted-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>
sys/conf/files
sys/platform/pc32/conf/files
sys/platform/pc64/conf/files