Added EtherExpress, tulip, and Broadcom Nics.

BCM570x, E1000, and Legacy Nics are commented out until pieces are
added to get them to link.
This commit is contained in:
Jennifer Averett
2012-05-09 12:28:53 -05:00
parent 5ab1e1daa7
commit 2dbdc7c926
5 changed files with 498 additions and 0 deletions

View File

@@ -1193,6 +1193,7 @@ devNic.addHeaderFiles(
'dev/random/randomdev_soft.h',
'sys/eventvar.h',
'sys/kenv.h',
'dev/pci/pci_private.h',
]
)
devNic.addSourceFiles(
@@ -1216,6 +1217,8 @@ devNic.addSourceFiles(
'kern/kern_environment.c',
'kern/kern_intr.c',
'kern/kern_resource.c',
'kern/subr_bufring.c',
'dev/led/led.c',
]
)