Module Name:    src
Committed By:   thorpej
Date:           Sat Jan 25 18:59:43 UTC 2020

Modified Files:
        src/sys/dev/pci: files.pci
Removed Files:
        src/sys/dev/pci: if_le_pci.c if_levar.h

Log Message:
Retire the le@pci attachment.  It has been superseded (and matched at a
higher priority) by the pcn(4) driver since NetBSD 1.6.


To generate a diff of this commit:
cvs rdiff -u -r1.424 -r1.425 src/sys/dev/pci/files.pci
cvs rdiff -u -r1.54 -r0 src/sys/dev/pci/if_le_pci.c
cvs rdiff -u -r1.9 -r0 src/sys/dev/pci/if_levar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.424 src/sys/dev/pci/files.pci:1.425
--- src/sys/dev/pci/files.pci:1.424	Mon Jan 20 18:38:17 2020
+++ src/sys/dev/pci/files.pci	Sat Jan 25 18:59:43 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.424 2020/01/20 18:38:17 thorpej Exp $
+#	$NetBSD: files.pci,v 1.425 2020/01/25 18:59:43 thorpej Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -183,13 +183,7 @@ file	dev/pci/if_ep_pci.c		ep_pci
 attach	ex at pci with ex_pci
 file	dev/pci/if_ex_pci.c		ex_pci
 
-# AMD am7990 (LANCE) -based Ethernet controllers
-# device declaration in sys/conf/files
-attach	le at pci with le_pci: le32
-file	dev/pci/if_le_pci.c		le_pci
-
 # AMD PCnet-PCI Ethernet controller family
-# Supersedes if_le_pci.c
 device	pcn: ether, ifnet, arp, mii
 attach	pcn at pci
 file	dev/pci/if_pcn.c		pcn

Reply via email to