summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-05-22 03:43:16 +0000
committerimp <imp@FreeBSD.org>2000-05-22 03:43:16 +0000
commit999937cd20b49fd585bce33b3a4eaff7669fdc03 (patch)
tree9a828cf695f73c1cf72f485b749ab8eb0744cb8f /sys/pci
parent1e368462addb63a90216d5009482322ba6f37fbf (diff)
downloadFreeBSD-src-999937cd20b49fd585bce33b3a4eaff7669fdc03.zip
FreeBSD-src-999937cd20b49fd585bce33b3a4eaff7669fdc03.tar.gz
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.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c2
1 files changed, 1 insertions, 1 deletions
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:
OpenPOWER on IntegriCloud