mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 04:59:27 +08:00
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:
@@ -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',
|
||||
]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user