diff options
| author | sevan <sevan@NetBSD.org> | 2018-03-31 14:39:47 +0000 |
|---|---|---|
| committer | sevan <sevan@NetBSD.org> | 2018-03-31 14:39:47 +0000 |
| commit | 46dea14f938cec5059f04d09075a6fe7a6159d4e (patch) | |
| tree | cd3b9e3eb26049ff6924c37c400951fa52c58f43 /sys/dev | |
| parent | cad3e50e24099d80c9b710ec8473549c0cda9cea (diff) | |
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 (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 40276e05ec7..e4cdbf17890 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -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 OHARE 0x0007 OHare I/O Controller 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 UNINORTH_AGP2 0x002d UniNorth AGP Interface 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 |
