diff options
| author | Dmitry Luhtionov <dmitryluhtionov@gmail.com> | 2023-10-30 13:57:19 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2023-10-30 13:57:19 +0000 |
| commit | 05d1c205383bfcde073465f10113d1d8d1cc82c7 (patch) | |
| tree | cd64105b79c52fc8c5603de43f961cbb95e347c4 /sys/dev/ata/chipsets | |
| parent | 586fae3cd28661cfb45bb12306c8e6d048bb9f2e (diff) | |
Diffstat (limited to 'sys/dev/ata/chipsets')
| -rw-r--r-- | sys/dev/ata/chipsets/ata-intel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ata/chipsets/ata-intel.c b/sys/dev/ata/chipsets/ata-intel.c index 14542afba5b7..d3eb1965c740 100644 --- a/sys/dev/ata/chipsets/ata-intel.c +++ b/sys/dev/ata/chipsets/ata-intel.c @@ -189,6 +189,8 @@ ata_intel_probe(device_t dev) { ATA_ISCH, 0, 0, 1, ATA_UDMA5, "SCH" }, { ATA_COLETOCRK_S1, 0, INTEL_6CH2, 0, ATA_SA300, "COLETOCRK" }, { ATA_COLETOCRK_S2, 0, INTEL_6CH2, 0, ATA_SA300, "COLETOCRK" }, + { ATA_IBT_S1, 0, 0, 0, ATA_SA300, "BayTrail" }, + { ATA_IBT_S2, 0, 0, 0, ATA_SA300, "BayTrail" }, { 0, 0, 0, 0, 0, 0}}; if (pci_get_vendor(dev) != ATA_INTEL_ID) |
