summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-10-25 04:18:20 +0000
committerimp <imp@FreeBSD.org>1999-10-25 04:18:20 +0000
commite102eb6ffff3f6dc958f7d1d8b90a25007b28b5b (patch)
tree2163aebf3eeaaa7cc361d896a072415add020309 /sys
parentff295fd857d247fa09dee9321543bb381427a9a4 (diff)
downloadFreeBSD-src-e102eb6ffff3f6dc958f7d1d8b90a25007b28b5b.zip
FreeBSD-src-e102eb6ffff3f6dc958f7d1d8b90a25007b28b5b.tar.gz
Sony CXD1847A FireWire Host Controller
Diffstat (limited to 'sys')
-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 c49daf8..0a3bf6c 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");
OpenPOWER on IntegriCloud