Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add support for the Intel 82801ER Serial ATA/Rai...
details: https://anonhg.NetBSD.org/src/rev/c1438dc708ae
branches: trunk
changeset: 556010:c1438dc708ae
user: bouyer <bouyer%NetBSD.org@localhost>
date: Fri Dec 05 23:12:41 2003 +0000
description:
Add support for the Intel 82801ER Serial ATA/Raid Controller.
>From Simas Mockevicius on current-users@.
diffstat:
sys/dev/pci/piixide.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 32c272c2d501 -r c1438dc708ae sys/dev/pci/piixide.c
--- a/sys/dev/pci/piixide.c Fri Dec 05 22:49:11 2003 +0000
+++ b/sys/dev/pci/piixide.c Fri Dec 05 23:12:41 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: piixide.c,v 1.3 2003/11/27 23:02:40 fvdl Exp $ */
+/* $NetBSD: piixide.c,v 1.4 2003/12/05 23:12:41 bouyer Exp $ */
/*
* Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -133,6 +133,11 @@
"Intel 82801EB Serial ATA Controller",
artisea_chip_map,
},
+ { PCI_PRODUCT_INTEL_82801ER_SATA,
+ 0,
+ "Intel 82801ER Serial ATA/Raid Controller",
+ artisea_chip_map,
+ },
{ 0,
0,
NULL,
Home |
Main Index |
Thread Index |
Old Index