[rtems-libbsd commit] Added Nic status section to documention.

Jennifer Averett jennifer at rtems.org
Thu May 10 15:26:13 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    758649212be7f6789aef30666fd679da7539f5df
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=758649212be7f6789aef30666fd679da7539f5df

Author:    Jennifer Averett <jennifer.averett at oarcorp.com>
Date:      Thu May 10 10:04:55 2012 -0500

Added Nic status section to documention.

---

 libbsd.txt |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/libbsd.txt b/libbsd.txt
index aeeb17f..77fbcdc 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()




More information about the vc mailing list