summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/ohci_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/controller/ohci_pci.c')
-rw-r--r--sys/dev/usb/controller/ohci_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ohci_pci.c b/sys/dev/usb/controller/ohci_pci.c
index c01b080..7b6589a 100644
--- a/sys/dev/usb/controller/ohci_pci.c
+++ b/sys/dev/usb/controller/ohci_pci.c
@@ -134,6 +134,8 @@ ohci_pci_match(device_t self)
return "ATI SB400 USB Controller";
case 0x43971002:
return ("AMD SB7x0/SB8x0/SB9x0 USB controller");
+ case 0x43981002:
+ return ("AMD SB7x0/SB8x0/SB9x0 USB controller");
case 0x43991002:
return ("AMD SB7x0/SB8x0/SB9x0 USB controller");
OpenPOWER on IntegriCloud