From 4ad37f48aada32c6bdedcae4b5444600b937b91e Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Wed, 8 Dec 1999 22:35:36 +0000 Subject: DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace the individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100 and DM9102 chipsets (dm) which we previously did not have. From FreeBSD. --- sys/dev/pci/files.pci | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/files.pci') diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 4aa89553954..a6d67f3ed3c 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.58 1999/12/07 01:45:29 aaron Exp $ +# $OpenBSD: files.pci,v 1.59 1999/12/08 22:35:34 aaron Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -213,6 +213,11 @@ device ste: ether, ifnet, mii, ifmedia attach ste at pci file dev/pci/if_ste.c ste +# DEC/Intel 21143 and "tulip" clone ethernet +#device dc: ether, ifnet, mii, ifmedia +#attach dc at pci +#file dev/pci/if_dc.c dc + # Industrial Computer Source WDT-50x device wdt: pcibus attach wdt at pci -- cgit v1.2.3