From 2b02410c007ea7fb98d61ba2df25b6abf0048703 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 1 Oct 2001 00:27:33 +0000 Subject: Add product ID for the RealTek 8139[BC]. --- sys/dev/pci/pcidevs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 3d9610a4650..e896a9fd7b1 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.359 2001/09/28 22:06:04 thorpej Exp $ +$NetBSD: pcidevs,v 1.360 2001/10/01 00:27:33 thorpej Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -1561,9 +1561,10 @@ product QUANTUMDESIGNS 8500 0x0001 8500 product QUANTUMDESIGNS 8580 0x0002 8580 /* Realtek (Creative Labs?) products */ -product REALTEK RT8029 0x8029 8029 Ethernet -product REALTEK RT8129 0x8129 8129 10/100 Ethernet -product REALTEK RT8139 0x8139 8139 10/100 Ethernet +product REALTEK RT8029 0x8029 8029 Ethernet +product REALTEK RT8129 0x8129 8129 10/100 Ethernet +product REALTEK RT8139B 0x8138 8139B 10/100 Ethernet +product REALTEK RT8139 0x8139 8139 10/100 Ethernet /* RICOH products */ product RICOH Rx5C465 0x0465 5C465 PCI-CardBus bridge -- cgit