Skip to content

Commit 0bed81e

Browse files
committed
ata-serverworks: Fix incorrect port count for BCM5770 SATA controller
The 1166:0241 PCI device has 8 ports instead of 4. Signed-off-by: Dmitry Borisov <[email protected]>
1 parent db0d002 commit 0bed81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sys/dev/ata/ata-pci.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ struct ata_pci_controller {
430430
#define ATA_HT1000_S1 0x024b1166
431431
#define ATA_HT1000_S2 0x024a1166
432432
#define ATA_K2 0x02401166
433-
#define ATA_FRODO4 0x02411166
434-
#define ATA_FRODO8 0x02421166
433+
#define ATA_FRODO8 0x02411166
434+
#define ATA_FRODO4 0x02421166
435435

436436
#define ATA_SILICON_IMAGE_ID 0x1095
437437
#define ATA_SII3114 0x31141095

0 commit comments

Comments
 (0)