Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | ** HP VISUALIZE Workstation PCI Bus Defect |
| 3 | ** |
| 4 | ** "HP has discovered a potential system defect that can affect |
| 5 | ** the behavior of five models of HP VISUALIZE workstations when |
| 6 | ** equipped with third-party or customer-installed PCI I/O expansion |
| 7 | ** cards. The defect is limited to the HP C180, C160, C160L, B160L, |
| 8 | ** and B132L VISUALIZE workstations, and will only be encountered |
| 9 | ** when data is transmitted through PCI I/O expansion cards on the |
| 10 | ** PCI bus. HP-supplied graphics cards that utilize the PCI bus are |
| 11 | ** not affected." |
| 12 | ** |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 13 | ** http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?locale=en_US&prodTypeId=12454&prodSeriesId=44443 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | ** |
| 15 | ** Product First Good Serial Number |
| 16 | ** C200/C240 (US) US67350000 |
| 17 | **B132L+/B180 (US) US67390000 |
| 18 | ** C200 (Europe) 3713G01000 |
| 19 | ** B180L (Europe) 3720G01000 |
| 20 | ** |
| 21 | ** Note that many boards were fixed/replaced under a free replacement |
| 22 | ** program. Assume a machine is only "suspect" until proven otherwise. |
| 23 | ** |
| 24 | ** "The pci_check program will also be available as application |
| 25 | ** patch PHSS_12295" |
| 26 | */ |
| 27 | |