Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Support Intel 82801FBM Serial ATA Controller. Fr...
details: https://anonhg.NetBSD.org/src/rev/cdc499f1904f
branches: trunk
changeset: 582067:cdc499f1904f
user: bouyer <bouyer%NetBSD.org@localhost>
date: Wed Jun 15 18:01:12 2005 +0000
description:
Support Intel 82801FBM Serial ATA Controller. From Kurt Schreiner on tech-kern.
diffstat:
sys/dev/pci/piixide.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 6cd6a59dde91 -r cdc499f1904f sys/dev/pci/piixide.c
--- a/sys/dev/pci/piixide.c Wed Jun 15 17:59:14 2005 +0000
+++ b/sys/dev/pci/piixide.c Wed Jun 15 18:01:12 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: piixide.c,v 1.20 2005/05/24 05:25:15 lukem Exp $ */
+/* $NetBSD: piixide.c,v 1.21 2005/06/15 18:01:12 bouyer Exp $ */
/*
* Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.20 2005/05/24 05:25:15 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.21 2005/06/15 18:01:12 bouyer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -159,6 +159,11 @@
"Intel 82801FR Serial ATA/Raid Controller",
piixsata_chip_map,
},
+ { PCI_PRODUCT_INTEL_82801FBM_SATA,
+ 0,
+ "Intel 82801FBM Serial ATA Controller (ICH6)",
+ piixsata_chip_map,
+ },
{ 0,
0,
NULL,
Home |
Main Index |
Thread Index |
Old Index