mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
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. |
||
|---|---|---|
| .. | ||
| ata-all.c | ||
| ata-all.h | ||
| ata-card.c | ||
| ata-disk.c | ||
| ata-disk.h | ||
| ata-dma.c | ||
| ata-isa.c | ||
| ata-pci.c | ||
| ata-raid.c | ||
| ata-raid.h | ||
| atapi-all.c | ||
| atapi-all.h | ||
| atapi-cam.c | ||
| atapi-cd.c | ||
| atapi-cd.h | ||
| atapi-fd.c | ||
| atapi-fd.h | ||
| atapi-tape.c | ||
| atapi-tape.h | ||