Deleted Added
full compact
27c27
< # $FreeBSD: head/sys/dev/usb/usb_if.m 196219 2009-08-14 20:03:53Z jhb $
---
> # $FreeBSD: head/sys/dev/usb/usb_if.m 228483 2011-12-14 00:28:54Z hselasky $
56a57,66
>
> # Take controller from BIOS
> #
> # Return values:
> # 0: Success
> # Else: Failure
> #
> METHOD int take_controller {
> device_t dev;
> };