K 10 svn:author V 3 sos K 8 svn:date V 27 2002-10-08T18:25:10.000000Z K 7 svn:log V 424 Fix for the panic when using a Promise TX2. The problem is that the code does a check for the granparent of the Promise chip, if this is a bridge of the right type, we have a TX4 on our hands, and need to handle that ones "issues". Now the grandparent check cause subtle bugs in the newbus system, mainly that pci_get_devid doesn't return an error value. This patch works around the issue by using BUS_READ_IVAR() instead. END