Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/dev/pci Pull up following revision(s) (requested by s...
details: https://anonhg.NetBSD.org/src/rev/b75be6048b78
branches: netbsd-6
changeset: 773892:b75be6048b78
user: riz <riz%NetBSD.org@localhost>
date: Wed Mar 07 23:33:10 2012 +0000
description:
Pull up following revision(s) (requested by sborrill in ticket #98):
sys/dev/pci/piixide.c: revision 1.58
Add support for Intel 6 Series Serial ATA Controller
diffstat:
sys/dev/pci/piixide.c | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
diffs (49 lines):
diff -r d948c3ed42c7 -r b75be6048b78 sys/dev/pci/piixide.c
--- a/sys/dev/pci/piixide.c Wed Mar 07 23:31:41 2012 +0000
+++ b/sys/dev/pci/piixide.c Wed Mar 07 23:33:10 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: piixide.c,v 1.57 2011/04/04 20:37:56 dyoung Exp $ */
+/* $NetBSD: piixide.c,v 1.57.10.1 2012/03/07 23:33:10 riz Exp $ */
/*
* Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.57 2011/04/04 20:37:56 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.57.10.1 2012/03/07 23:33:10 riz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -331,6 +331,30 @@
"Intel 3400 Serial ATA Controller",
piixsata_chip_map,
},
+ {
+ PCI_PRODUCT_INTEL_6SERIES_SATA_1,
+ 0,
+ "Intel 6 Series Serial ATA Controller",
+ piixsata_chip_map,
+ },
+ {
+ PCI_PRODUCT_INTEL_6SERIES_SATA_2,
+ 0,
+ "Intel 6 Series Serial ATA Controller",
+ piixsata_chip_map,
+ },
+ {
+ PCI_PRODUCT_INTEL_6SERIES_SATA_3,
+ 0,
+ "Intel 6 Series Serial ATA Controller",
+ piixsata_chip_map,
+ },
+ {
+ PCI_PRODUCT_INTEL_6SERIES_SATA_4,
+ 0,
+ "Intel 6 Series Serial ATA Controller",
+ piixsata_chip_map,
+ },
{ 0,
0,
NULL,
Home |
Main Index |
Thread Index |
Old Index