Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Use PCI id symbol for the Adaptec ASR-2410SA ins...



details:   https://anonhg.NetBSD.org/src/rev/79f7e86d1993
branches:  trunk
changeset: 579602:79f7e86d1993
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Mar 19 10:29:39 2005 +0000

description:
Use PCI id symbol for the Adaptec ASR-2410SA instead of hardcoding
the number.

diffstat:

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

diffs (27 lines):

diff -r 74fd6c0b1d7a -r 79f7e86d1993 sys/dev/pci/aac_pci.c
--- a/sys/dev/pci/aac_pci.c     Sat Mar 19 10:28:12 2005 +0000
+++ b/sys/dev/pci/aac_pci.c     Sat Mar 19 10:29:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aac_pci.c,v 1.12 2005/03/01 03:31:45 briggs Exp $      */
+/*     $NetBSD: aac_pci.c,v 1.13 2005/03/19 10:29:39 tron 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 2005/03/01 03:31:45 briggs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.13 2005/03/19 10:29:39 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -293,7 +293,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