svn commit: r198482 - head/sys/dev/ata/chipsets

Alexander Motin mav at FreeBSD.org
Mon Oct 26 10:07:52 UTC 2009


Author: mav
Date: Mon Oct 26 10:07:52 2009
New Revision: 198482
URL: http://svn.freebsd.org/changeset/base/198482

Log:
  Add IDs for PATA part also.

Modified:
  head/sys/dev/ata/chipsets/ata-via.c

Modified: head/sys/dev/ata/chipsets/ata-via.c
==============================================================================
--- head/sys/dev/ata/chipsets/ata-via.c	Mon Oct 26 10:00:59 2009	(r198481)
+++ head/sys/dev/ata/chipsets/ata-via.c	Mon Oct 26 10:07:52 2009	(r198482)
@@ -95,6 +95,8 @@ ata_via_probe(device_t dev)
      { ATA_VIA8237,   0x00, VIA133, 0x00,    ATA_UDMA6, "8237" },
      { ATA_VIA8237A,  0x00, VIA133, 0x00,    ATA_UDMA6, "8237A" },
      { ATA_VIA8237S,  0x00, VIA133, 0x00,    ATA_UDMA6, "8237S" },
+     { ATA_VIA8237_5372, 0x00, VIA133, 0x00, ATA_UDMA6, "8237" },
+     { ATA_VIA8237_7372, 0x00, VIA133, 0x00, ATA_UDMA6, "8237" },
      { ATA_VIA8251,   0x00, VIA133, 0x00,    ATA_UDMA6, "8251" },
      { 0, 0, 0, 0, 0, 0 }};
     static struct ata_chip_id new_ids[] =


More information about the svn-src-all mailing list