summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_pn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_pn.c')
-rw-r--r--sys/pci/if_pn.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/pci/if_pn.c b/sys/pci/if_pn.c
index f1686ff..77c4f84 100644
--- a/sys/pci/if_pn.c
+++ b/sys/pci/if_pn.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_pn.c,v 1.6 1999/01/05 00:59:08 wpaul Exp $
+ * $Id: if_pn.c,v 1.37 1999/02/26 07:49:31 wpaul Exp $
*/
/*
@@ -97,7 +97,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_pn.c,v 1.6 1999/01/05 00:59:08 wpaul Exp $";
+ "$Id: if_pn.c,v 1.37 1999/02/26 07:49:31 wpaul Exp $";
#endif
/*
@@ -106,6 +106,8 @@ static const char rcsid[] =
static struct pn_type pn_devs[] = {
{ PN_VENDORID, PN_DEVICEID_PNIC,
"82c168/82c169 PNIC 10/100BaseTX" },
+ { PN_VENDORID, PN_DEVICEID_PNIC_II,
+ "82c115 PNIC II 10/100BaseTX" },
{ 0, 0, NULL }
};
OpenPOWER on IntegriCloud