Use PCI id symbol for the Adaptec ASR-2410SA instead of hardcoding
the number.
This commit is contained in:
parent
150390a8c2
commit
a1b0a42637
@ -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 @@ 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"
|
||||
|
Loading…
Reference in New Issue
Block a user