diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index c65d31d636c..d3d52816a5c 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -41,8 +41,8 @@ /* * USB Open Host Controller driver. * - * OHCI spec: http://www.intel.com/design/usb/ohci11d.pdf - * USB spec: http://www.teleport.com/cgi-bin/mailmerge.cgi/~usb/cgiform.tpl + * OHCI spec: ftp://ftp.compaq.com/pub/supportinformation/papers/hcir1_0a.exe + * USB spec: http://www.usb.org/developers/data/usb11.pdf */ #include @@ -59,7 +59,7 @@ #include #include -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) #include #include #endif