kern/135057: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Oct 26 10:10:03 UTC 2009


The following reply was made to PR kern/135057; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/135057: commit references a PR
Date: Mon, 26 Oct 2009 10:01:25 +0000 (UTC)

 Author: mav
 Date: Mon Oct 26 10:00:59 2009
 New Revision: 198481
 URL: http://svn.freebsd.org/changeset/base/198481
 
 Log:
   Add two more VIA SATA chip IDs.
   
   PR:		kern/135057
 
 Modified:
   head/sys/dev/ata/ata-pci.h
   head/sys/dev/ata/chipsets/ata-via.c
 
 Modified: head/sys/dev/ata/ata-pci.h
 ==============================================================================
 --- head/sys/dev/ata/ata-pci.h	Mon Oct 26 09:16:08 2009	(r198480)
 +++ head/sys/dev/ata/ata-pci.h	Mon Oct 26 10:00:59 2009	(r198481)
 @@ -415,6 +415,8 @@ struct ata_pci_controller {
  #define ATA_VIA8237             0x32271106
  #define ATA_VIA8237A            0x05911106
  #define ATA_VIA8237S		0x53371106
 +#define ATA_VIA8237_5372	0x53721106
 +#define ATA_VIA8237_7372	0x73721106
  #define ATA_VIA8251             0x33491106
  #define ATA_VIA8361             0x31121106
  #define ATA_VIA8363             0x03051106
 
 Modified: head/sys/dev/ata/chipsets/ata-via.c
 ==============================================================================
 --- head/sys/dev/ata/chipsets/ata-via.c	Mon Oct 26 09:16:08 2009	(r198480)
 +++ head/sys/dev/ata/chipsets/ata-via.c	Mon Oct 26 10:00:59 2009	(r198481)
 @@ -103,6 +103,8 @@ ata_via_probe(device_t dev)
       { ATA_VIA6421,   0x00, 6,      VIABAR,  ATA_SA150, "6421" },
       { ATA_VIA8237A,  0x00, 7,      0x00,    ATA_SA150, "8237A" },
       { ATA_VIA8237S,  0x00, 7,      0x00,    ATA_SA150, "8237S" },
 +     { ATA_VIA8237_5372, 0x00, 7,   0x00,    ATA_SA300, "8237" },
 +     { ATA_VIA8237_7372, 0x00, 7,   0x00,    ATA_SA300, "8237" },
       { ATA_VIA8251,   0x00, 0,      VIAAHCI, ATA_SA300, "8251" },
       { 0, 0, 0, 0, 0, 0 }};
  
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list