Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/dev/pci Pullup rev 1.13 (requested by tron in ticket ...



details:   https://anonhg.NetBSD.org/src/rev/2eb1dd102db4
branches:  netbsd-3
changeset: 575291:2eb1dd102db4
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Apr 07 16:51:59 2005 +0000

description:
Pullup rev 1.13 (requested by tron in ticket #15)

        Add missing PCI id for Adaptec ASR-2410SA.

diffstat:

 sys/dev/pci/aac_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 87eb01d1bc94 -r 2eb1dd102db4 sys/dev/pci/aac_pci.c
--- a/sys/dev/pci/aac_pci.c     Thu Apr 07 16:51:56 2005 +0000
+++ b/sys/dev/pci/aac_pci.c     Thu Apr 07 16:51:59 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aac_pci.c,v 1.12.2.1 2005/04/07 11:30:06 tron Exp $    */
+/*     $NetBSD: aac_pci.c,v 1.12.2.2 2005/04/07 16:51:59 jmc Exp $     */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.12.2.1 2005/04/07 11:30:06 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.12.2.2 2005/04/07 16:51:59 jmc Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -302,7 +302,7 @@
                PCI_VENDOR_ADP2,
                PCI_PRODUCT_ADP2_ASR2200S,
                PCI_VENDOR_ADP2,
-               0x0290,
+               PCI_PRODUCT_ADP2_ASR2410SA,
                AAC_HWIF_I960RX,
                0,
                "Adaptec ASR-2410SA"



Home | Main Index | Thread Index | Old Index