Subject: kern/28384: typo in source code
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Ray Phillips <r.phillips@jkmrc.com>
List: netbsd-bugs
Date: 11/22/2004 03:09:00
>Number: 28384
>Category: kern
>Synopsis: Model number of IEEE 1394 IC is mistyped
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Nov 22 03:09:00 +0000 2004
>Originator: Ray Phillips
>Release: NetBSD 2.99.10
>Organization:
JKMRC
>Environment:
System: NetBSD 164lx 2.99.10 NetBSD 2.99.10 (GENERIC-twe-ld0-bootld0)
#0: Thu Nov 11 12:22:59 EST 2004
ray@pws500au:/usr/src/sys/arch/alpha/compile/GENERIC-twe-ld0-bootld0
alpha
Architecture: alpha
Machine: alpha
>Description:
When a machine containing an IEEE 1394 PCI card with a Viatech VT6306
IC on it is booting, this message is printed to the console when its
devices are being probed:
fwohci0 at pci2 dev 1 function 0: VIA Technologies VT3606 IEEE 1394
Host Control
ler (rev. 0x43)
Notice it says VT3606 instead of VT6306?
I searched the source tree and found it's mistyped in three places:
% cd /usr/src
% find . -type f -exec grep VT3606 {} \; -print
product VIATECH VT6306 0x3044 VT3606 IEEE 1394 Host Controller
./sys/dev/pci/pcidevs
"VT3606 IEEE 1394 Host Controller",
./sys/dev/pci/pcidevs_data.h
#define PCI_PRODUCT_VIATECH_VT6306 0x3044 /* VT3606
IEEE 1394 Host Controller */
./sys/dev/pci/pcidevs.h
I'm not one hundred percent certain but believe there's no such thing
as a VT3606.
Ray
>Fix:
Unknown
>Unformatted:
>source date of snapshot: 3 Nov 2004