From a1b0a426372b71cd7e6a3f2a4349a55e1ae0cdbe Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 19 Mar 2005 10:29:39 +0000 Subject: [PATCH] Use PCI id symbol for the Adaptec ASR-2410SA instead of hardcoding the number. --- sys/dev/pci/aac_pci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/pci/aac_pci.c b/sys/dev/pci/aac_pci.c index 664da96b5ca2..b6e21aa43479 100644 --- a/sys/dev/pci/aac_pci.c +++ b/sys/dev/pci/aac_pci.c @@ -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 -__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 #include @@ -293,7 +293,7 @@ struct aac_ident { PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_ASR2200S, PCI_VENDOR_ADP2, - 0x0290, + PCI_PRODUCT_ADP2_ASR2410SA, AAC_HWIF_I960RX, 0, "Adaptec ASR-2410SA"