From 8638ed31ac29aa432e8d6c14a19317e400705a9a Mon Sep 17 00:00:00 2001 From: chuck Date: Thu, 20 Mar 1997 20:29:55 +0000 Subject: [PATCH] - add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how they correspond to the ANA numbers... certainly includes ANA-5940. - add Efficient Nets product 0x0000. according to linux pci.h the 0x0000 is an FPGA version of the midway card and the 0x0002 is the ASIC version. --- sys/dev/pci/pcidevs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index c7296dbdfa1..b2930eb8f0d 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.15 1996/12/05 18:08:09 dm Exp $ +$OpenBSD: pcidevs,v 1.16 1997/03/20 20:29:55 chuck Exp $ /* $NetBSD: pcidevs,v 1.20 1996/10/19 13:01:49 jonathan Exp $ */ @@ -423,6 +423,8 @@ product ALI M4803 0x5215 M4803 /* Adaptec products */ product ADP AIC7850 0x5078 AIC-7850 product ADP AIC7855 0x5578 AIC-7855 +product ADP AIC5900 0x5900 AIC-5900 ATM +product ADP AIC5905 0x5905 AIC-5905 ATM product ADP AIC7860 0x6078 AIC-7860 product ADP 2940AU 0x6178 AHA-2940A Ultra product ADP AIC7870 0x7078 AIC-7870 @@ -505,7 +507,8 @@ product FORE PCA200E 0x0300 ATM PCA-200e product FUTUREDOMAIN TMC_18C30 0x0000 TMC-18C30 (36C70) /* Efficient Networks products */ -product EFFICIENTNETS ENI155P 0x0002 155P-MF1 ATM +product EFFICIENTNETS ENI155PF 0x0000 155P-MF1 ATM (FPGA) +product EFFICIENTNETS ENI155PA 0x0002 155P-MF1 ATM (ASIC) /* Hewlett-Packard products */ product HP J2585A 0x1030 J2585A -- 2.20.1