summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index c49daf864ffb..0a3bf6cbc470 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1037,6 +1037,10 @@ chip_match(device_t dev)
case 0x84c58086:
return ("Intel 82453KX/GX (Orion) PCI memory controller");
+ /* Sony -- vendor 0x104d */
+ case 0x8009104d:
+ return ("Sony CXD1847A FireWire Host Controller");
+
/* SiS -- vendor 0x1039 */
case 0x04961039:
return ("SiS 85c496");