From 999937cd20b49fd585bce33b3a4eaff7669fdc03 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 22 May 2000 03:43:16 +0000 Subject: It turns out that I was wrong. The chip in my machine is not a CXD1847A, but a CXD1947A. I checked by visual inspection after prompting from onoe-san. --- sys/pci/pcisupport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pci') diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 88de586..0737b43 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1165,7 +1165,7 @@ chip_match(device_t dev) /* Sony -- vendor 0x104d */ case 0x8009104d: - return ("Sony CXD1847A/CXD1947A FireWire Host Controller"); + return ("Sony CXD1947A FireWire Host Controller"); /* SiS -- vendor 0x1039 */ case 0x04961039: -- cgit v1.1