From df28f2b76408731fb85ef97019e2746cf1b49060 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 22 May 2000 03:43:16 +0000 Subject: [PATCH] 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(-) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 88de586fb6f..0737b43e054 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: