Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci What we have listed as the PowerBook G3 Firwire ...



details:   https://anonhg.NetBSD.org/src/rev/026b1ebf1385
branches:  trunk
changeset: 831459:026b1ebf1385
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Mar 31 14:39:47 2018 +0000

description:
What we have listed as the PowerBook G3 Firwire device is actually the UniNorth
Firwire interface which is not exclusive to the PowerBook G3.
It can be found in the G3 iMac DV for example
http://dmesgd.nycbug.org/index.cgi?do=view&id=1124

Rename the PBG3_FW device UNINORTH_FW & set the previously listed UNINORTH_FW to
UNINORTH2_FW which is what the device actually is.

Verified using https://pci-ids.ucw.cz/read/PC/106b

diffstat:

 sys/dev/pci/pcidevs |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 56e0e470df50 -r 026b1ebf1385 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Sat Mar 31 14:24:54 2018 +0000
+++ b/sys/dev/pci/pcidevs       Sat Mar 31 14:39:47 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1322 2018/03/26 02:56:45 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1323 2018/03/31 14:39:47 sevan Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1150,7 +1150,7 @@
 product APPLE BANDIT2          0x0008  Bandit Host-PCI Bridge
 product APPLE HEATHROW         0x0010  Heathrow I/O Controller
 product APPLE PADDINGTON       0x0017  Paddington I/O Controller
-product APPLE PBG3_FW          0x0018  PowerBook G3 Firewire
+product APPLE UNINORTH_FW      0x0018  UniNorth Firewire
 product APPLE KEYLARGO_USB     0x0019  KeyLargo USB Controller
 product APPLE UNINORTH1                0x001e  UniNorth Host-PCI Bridge
 product APPLE UNINORTH2                0x001f  UniNorth Host-PCI Bridge
@@ -1167,7 +1167,7 @@
 product APPLE UNINORTH3                0x002e  UniNorth Host-PCI Bridge
 product APPLE UNINORTH4                0x002f  UniNorth Host-PCI Bridge
 product APPLE PANGEA_FW                0x0030  Pangea Firewire
-product APPLE UNINORTH_FW      0x0031  UniNorth Firewire
+product APPLE UNINORTH2_FW     0x0031  UniNorth Firewire
 product APPLE GMAC3            0x0032  GMAC Ethernet
 product APPLE UNINORTH_ATA     0x0033  UniNorth ATA/100 Controller
 product APPLE UNINORTH_AGP3    0x0034  UniNorth AGP Bridge



Home | Main Index | Thread Index | Old Index