FreeBSD Bugzilla – Attachment 160578 Details for
Bug 202807
New USB device ids found on HP ProLiant server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
uhci_pci.c.diff (text/plain), 885 bytes, created by
Dmitry Lukhtionov
on 2015-09-01 07:27:02 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Dmitry Lukhtionov
Created:
2015-09-01 07:27:02 UTC
Size:
885 bytes
patch
obsolete
>--- uhci_pci.c.orig 2015-08-31 16:54:40.000000000 +0300 >+++ uhci_pci.c 2015-09-01 09:14:06.000000000 +0300 >@@ -77,6 +77,7 @@ > #include "usb_if.h" > > #define PCI_UHCI_VENDORID_INTEL 0x8086 >+#define PCI_UHCI_VENDORID_HP 0x103c > #define PCI_UHCI_VENDORID_VIA 0x1106 > > /* PIIX4E has no separate stepping */ >@@ -222,6 +223,9 @@ > case 0x76028086: > return ("Intel 82372FB/82468GX USB controller"); > >+ case 0x3309103c: >+ return ("HP iLO Standard Virtual USB controller"); >+ > case 0x30381106: > return ("VIA 83C572 USB controller"); > >@@ -309,6 +313,9 @@ > case PCI_UHCI_VENDORID_INTEL: > sprintf(sc->sc_vendor, "Intel"); > break; >+ case PCI_UHCI_VENDORID_HP: >+ sprintf(sc->sc_vendor, "HP"); >+ break; > case PCI_UHCI_VENDORID_VIA: > sprintf(sc->sc_vendor, "VIA"); > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202807
: 160578