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 Adaptec AAR-1210SA Serial ATA RAID controller.



details:   https://anonhg.NetBSD.org/src/rev/226e9c7dd3a7
branches:  trunk
changeset: 555965:226e9c7dd3a7
user:      grant <grant%NetBSD.org@localhost>
date:      Fri Dec 05 04:28:04 2003 +0000

description:
add Adaptec AAR-1210SA Serial ATA RAID controller.

diffstat:

 sys/dev/pci/pcidevs |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a7d281943e2e -r 226e9c7dd3a7 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Fri Dec 05 03:28:38 2003 +0000
+++ b/sys/dev/pci/pcidevs       Fri Dec 05 04:28:04 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.595 2003/11/28 20:04:16 chs Exp $
+$NetBSD: pcidevs,v 1.596 2003/12/05 04:28:04 grant Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1126,6 +1126,8 @@
 product CIRRUS CS4280          0x6003  CS4280 CrystalClear Audio Interface
 product CIRRUS CS4281          0x6005  CS4281 CrystalClear Audio Interface
 
+/* Adaptec's AAR-1210SA serial ATA RAID controller uses the CMDTECH chip */
+product CMDTECH AAR_1210SA     0x0240  AAR-1210SA serial ATA RAID controller
 /* CMD Technology products -- info gleaned from their web site */
 product CMDTECH 640            0x0640  PCI0640
 /* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */



Home | Main Index | Thread Index | Old Index