Add line for the i82586 driver.
This commit is contained in:
parent
32aa713950
commit
0afaee97a4
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files,v 1.127 1997/07/06 12:40:30 fvdl Exp $
|
||||
# $NetBSD: files,v 1.128 1997/07/22 23:33:33 pk Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
|
@ -101,6 +101,10 @@ file dev/ic/midway.c en
|
|||
define ncr53c9x
|
||||
file dev/ic/ncr53c9x.c ncr53c9x
|
||||
|
||||
# Intel 82586 Ethernet Controller
|
||||
define i82586
|
||||
file dev/ic/i82586.c i82586
|
||||
|
||||
# Attributes which machine-independent bus support can be attached to.
|
||||
# These should be defined here, because some of these busses can have
|
||||
# devices which provide these attributes, and we'd like to avoid hairy
|
||||
|
|
Loading…
Reference in New Issue