Add ASB-3940U3W host adapters (AdvanSys)
This commit is contained in:
parent
77e7c7ee2c
commit
ff84aeb762
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.219 2000/04/28 20:54:39 augustss Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.220 2000/04/30 18:46:18 dante Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.212 2000/04/28 20:54:10 augustss Exp
|
||||
* NetBSD: pcidevs,v 1.213 2000/04/30 18:34:53 dante Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -668,6 +668,7 @@
|
|||
#define PCI_PRODUCT_ADVSYS_ULTRA 0x1300 /* ABP-930/40UA */
|
||||
#define PCI_PRODUCT_ADVSYS_WIDE 0x2300 /* ABP-940UW */
|
||||
#define PCI_PRODUCT_ADVSYS_U2W 0x2500 /* ASB-3940U2W */
|
||||
#define PCI_PRODUCT_ADVSYS_U3W 0x2700 /* ASB-3940U3W */
|
||||
|
||||
/* Alliance products */
|
||||
#define PCI_PRODUCT_ALLIANCE_AT24 0x6424 /* AT24 */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.217 2000/04/28 20:54:40 augustss Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.218 2000/04/30 18:46:18 dante Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.212 2000/04/28 20:54:10 augustss Exp
|
||||
* NetBSD: pcidevs,v 1.213 2000/04/30 18:34:53 dante Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -549,6 +549,12 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"Advanced System Products",
|
||||
"ASB-3940U2W",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_ADVSYS, PCI_PRODUCT_ADVSYS_U3W,
|
||||
0,
|
||||
"Advanced System Products",
|
||||
"ASB-3940U3W",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_ALLIANCE, PCI_PRODUCT_ALLIANCE_AT24,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue