summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-05-04 16:01:08 +1000
committerChris Johns <chrisj@rtems.org>2016-05-04 16:02:06 +1000
commit4b127e7cecb1b8024214b0be5d335bbe910065fc (patch)
tree2b3d33d26df76fcef98fb0cab4fa537dc295c263 /libbsd.py
parentAdd tcpdump to the test shell commands. (diff)
downloadrtems-libbsd-4b127e7cecb1b8024214b0be5d335bbe910065fc.tar.bz2
Add RealTek Gig PHY.
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 56cb66fa..75fb2ec3 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -271,6 +271,7 @@ def base(mm):
'sys/sys/_task.h',
'sys/sys/taskqueue.h',
'sys/sys/nlist_aout.h',
+ 'sys/rpc/netconfig.h',
'sys/rpc/types.h',
'sys/sys/tree.h',
'sys/sys/ucred.h',
@@ -799,6 +800,7 @@ def dev_net(mm):
'sys/dev/mii/brgphyreg.h',
'sys/dev/mii/e1000phyreg.h',
'sys/dev/mii/icsphyreg.h',
+ 'sys/dev/mii/rgephyreg.h',
'sys/dev/led/led.h',
'sys/net/bpf.h',
'sys/net/ethernet.h',
@@ -826,6 +828,7 @@ def dev_net(mm):
'sys/dev/mii/e1000phy.c',
'sys/dev/mii/brgphy.c',
'sys/dev/mii/micphy.c',
+ 'sys/dev/mii/rgephy.c',
'sys/dev/mii/ukphy.c',
'sys/dev/mii/ukphy_subr.c',
'sys/dev/tsec/if_tsec.c',