svn commit: r215431 - head/sys/dev/ata

Alexander Motin mav at FreeBSD.org
Wed Nov 17 17:52:05 UTC 2010


Author: mav
Date: Wed Nov 17 17:52:04 2010
New Revision: 215431
URL: http://svn.freebsd.org/changeset/base/215431

Log:
  Add IDs for VIA VX900 chipset SATA controller.
  (Missed part of r215428)

Modified:
  head/sys/dev/ata/ata-pci.h

Modified: head/sys/dev/ata/ata-pci.h
==============================================================================
--- head/sys/dev/ata/ata-pci.h	Wed Nov 17 17:29:22 2010	(r215430)
+++ head/sys/dev/ata/ata-pci.h	Wed Nov 17 17:52:04 2010	(r215431)
@@ -512,7 +512,10 @@ struct ata_pci_controller {
 #define ATA_VIACX700            0x83241106
 #define ATA_VIASATAIDE          0x53241106
 #define ATA_VIAVX800            0x83531106
+#define ATA_VIASATAIDE2         0xc4091106
 #define ATA_VIAVX855            0x84091106
+#define ATA_VIASATAIDE3         0x90011106
+#define ATA_VIAVX900            0x84101106
 
 /* global prototypes ata-pci.c */
 int ata_pci_probe(device_t dev);


More information about the svn-src-all mailing list