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");