Add Apple Intrepid USB controller ID.

MFC after:	2 weeks
This commit is contained in:
Justin Hibbits 2014-11-25 06:15:00 +00:00
parent 4a2863452f
commit 4dc3495501
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275010

View File

@ -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;