summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2012-05-10 10:04:55 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-05-10 10:29:09 -0500
commit758649212be7f6789aef30666fd679da7539f5df (patch)
tree53d7bfb956803bdfa3ada84e02958816dedd1bfa /libbsd.txt
parentUse SYSINIT reference defines (diff)
downloadrtems-libbsd-758649212be7f6789aef30666fd679da7539f5df.tar.bz2
Added Nic status section to documention.
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt23
1 files changed, 22 insertions, 1 deletions
diff --git a/libbsd.txt b/libbsd.txt
index aeeb17fe..77fbcdc5 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -547,7 +547,7 @@ Likely BSP dependent. A default implementation for memory mapped linear access
is easy to provide. The current heap implementation supports all properties
demanded by bus_dma (including the boundary constraint).
-== RTEMS Replacements by File Description and Status ==
+== RTEMS Replacements by File Description ==
Note: Files with a status of USB are used by the USB test and have at least
been partially tested. If they contain both USB and Nic, then they are used
@@ -737,3 +737,24 @@ rtems-libbsd File: rtems-bsd-vm_glue.c
FreeBSD File: vm/vm_glue.c
Description:
Status: USB, Nic
+
+== NICs Status ==
+
+Driver Symbol Status
+====== ====== ======
+RealTek _bsd_re_pcimodule_sys_init Links
+EtherExpress _bsd_fxp_pcimodule_sys_init Links
+DEC tulip _bsd_dc_pcimodule_sys_init Links
+Broadcom BCM57xxx _bsd_bce_pcimodule_sys_init Links
+Broadcom BCM4401 _bsd_bfe_pcimodule_sys_init Links
+Broadcom BCM570x _bsd_bge_pcimodule_sys_init Needs Symbols (A)
+E1000 xxx _bsd_igb_pcimodule_sys_init Needs Symbols (B)
+E1000 XXX _bsd_em_pcimodule_sys_init Needs Symbols (B)
+
+
+Symbols (A)
+ pci_find_dbsf
+ pci_get_vpd_ident
+Symbols (B)
+ make_dev()
+ destroy_dev()