diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-10-25 04:18:20 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-10-25 04:18:20 +0000 |
| commit | 37f6675cdb7cf7b9da4d3998e22956d4cbcea795 (patch) | |
| tree | 2163aebf3eeaaa7cc361d896a072415add020309 | |
| parent | dd30998fb1396618ed63210a4920fcf9dd2ecbb3 (diff) | |
Notes
| -rw-r--r-- | sys/pci/pcisupport.c | 4 |
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"); |
