mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 16:10:38 +08:00
Delete obsolete _bsd_nexus_devices
This commit is contained in:
parent
a2a3a01bdf
commit
454d6825c0
@ -85,7 +85,4 @@
|
|||||||
#define SYSINIT_NEED_NET_IF_DC \
|
#define SYSINIT_NEED_NET_IF_DC \
|
||||||
SYSINIT_DRIVER_REFERENCE(dc, pci)
|
SYSINIT_DRIVER_REFERENCE(dc, pci)
|
||||||
|
|
||||||
/* FIXME */
|
|
||||||
extern const char *const _bsd_nexus_devices [];
|
|
||||||
|
|
||||||
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_SYSINIT_H_ */
|
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_SYSINIT_H_ */
|
||||||
|
@ -72,11 +72,3 @@
|
|||||||
#if defined(CONFIGURE_NEED_NET_IF_BGE)
|
#if defined(CONFIGURE_NEED_NET_IF_BGE)
|
||||||
SYSINIT_NEED_NET_IF_BGE; // does not link 29 June 2012
|
SYSINIT_NEED_NET_IF_BGE; // does not link 29 June 2012
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char *const _bsd_nexus_devices [] = {
|
|
||||||
#if defined(CONFIGURE_NEED_PCIB)
|
|
||||||
"legacy",
|
|
||||||
#endif
|
|
||||||
NULL
|
|
||||||
};
|
|
||||||
|
|
||||||
|
@ -41,14 +41,4 @@ SYSINIT_NEED_USB_CORE;
|
|||||||
#endif
|
#endif
|
||||||
SYSINIT_NEED_USB_MASS_STORAGE;
|
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 */
|
#endif /* USB_SYSINIT_INIT */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user