Date: Tue, 25 Nov 2014 06:15:01 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r275010 - head/sys/dev/usb/controller Message-ID: <201411250615.sAP6F1Ie055592@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhibbits Date: Tue Nov 25 06:15:00 2014 New Revision: 275010 URL: https://svnweb.freebsd.org/changeset/base/275010 Log: Add Apple Intrepid USB controller ID. MFC after: 2 weeks Modified: head/sys/dev/usb/controller/ohci_pci.c Modified: head/sys/dev/usb/controller/ohci_pci.c ============================================================================== --- head/sys/dev/usb/controller/ohci_pci.c Tue Nov 25 06:11:05 2014 (r275009) +++ head/sys/dev/usb/controller/ohci_pci.c Tue Nov 25 06:15:00 2014 (r275010) @@ -175,6 +175,8 @@ ohci_pci_match(device_t self) case 0x0019106b: return ("Apple KeyLargo USB controller"); + case 0x003f106b: + return ("Apple KeyLargo/Intrepid USB controller"); default: break;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411250615.sAP6F1Ie055592>