[rtems-libbsd commit] Delete obsolete _bsd_nexus_devices

Sebastian Huber sebh at rtems.org
Wed Oct 8 12:57:37 UTC 2014


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct  1 13:41:57 2014 +0200

Delete obsolete _bsd_nexus_devices

---

 rtemsbsd/include/machine/rtems-bsd-sysinit.h   |    3 ---
 testsuite/include/rtems/bsd/test/nic-sysinit.h |    8 --------
 testsuite/usb01/usb-sysinit.h                  |   10 ----------
 3 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/rtemsbsd/include/machine/rtems-bsd-sysinit.h b/rtemsbsd/include/machine/rtems-bsd-sysinit.h
index 4d75447..0a28324 100644
--- a/rtemsbsd/include/machine/rtems-bsd-sysinit.h
+++ b/rtemsbsd/include/machine/rtems-bsd-sysinit.h
@@ -85,7 +85,4 @@
 #define SYSINIT_NEED_NET_IF_DC \
 	SYSINIT_DRIVER_REFERENCE(dc, pci)
 
-/* FIXME */
-extern const char *const _bsd_nexus_devices [];
-
 #endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_SYSINIT_H_ */
diff --git a/testsuite/include/rtems/bsd/test/nic-sysinit.h b/testsuite/include/rtems/bsd/test/nic-sysinit.h
index 1fec896..c9b8af1 100644
--- a/testsuite/include/rtems/bsd/test/nic-sysinit.h
+++ b/testsuite/include/rtems/bsd/test/nic-sysinit.h
@@ -72,11 +72,3 @@
 #if defined(CONFIGURE_NEED_NET_IF_BGE)
   SYSINIT_NEED_NET_IF_BGE; // does not link 29 June 2012
 #endif
-
-const char *const _bsd_nexus_devices [] = {
-	#if defined(CONFIGURE_NEED_PCIB)
-		"legacy",
-	#endif
-	NULL
-};
-
diff --git a/testsuite/usb01/usb-sysinit.h b/testsuite/usb01/usb-sysinit.h
index 34d2f51..eca10ed 100644
--- a/testsuite/usb01/usb-sysinit.h
+++ b/testsuite/usb01/usb-sysinit.h
@@ -41,14 +41,4 @@ SYSINIT_NEED_USB_CORE;
 #endif
 SYSINIT_NEED_USB_MASS_STORAGE;
 
-const char *const _bsd_nexus_devices [] = {
-	#ifdef NEED_USB_OHCI
-		"ohci",
-	#endif
-	#ifdef NEED_USB_EHCI
-		"ehci",
-	#endif
-	NULL
-};
-
 #endif /* USB_SYSINIT_INIT */



More information about the vc mailing list