Changeset 454d682 in rtems-libbsd


Ignore:
Timestamp:
10/01/14 11:41:57 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
Children:
9cea6da
Parents:
a2a3a01
git-author:
Sebastian Huber <sebastian.huber@…> (10/01/14 11:41:57)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/08/14 12:51:21)
Message:

Delete obsolete _bsd_nexus_devices

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rtemsbsd/include/machine/rtems-bsd-sysinit.h

    ra2a3a01 r454d682  
    8686        SYSINIT_DRIVER_REFERENCE(dc, pci)
    8787
    88 /* FIXME */
    89 extern const char *const _bsd_nexus_devices [];
    90 
    9188#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_SYSINIT_H_ */
  • testsuite/include/rtems/bsd/test/nic-sysinit.h

    ra2a3a01 r454d682  
    7373  SYSINIT_NEED_NET_IF_BGE; // does not link 29 June 2012
    7474#endif
    75 
    76 const char *const _bsd_nexus_devices [] = {
    77         #if defined(CONFIGURE_NEED_PCIB)
    78                 "legacy",
    79         #endif
    80         NULL
    81 };
    82 
  • testsuite/usb01/usb-sysinit.h

    ra2a3a01 r454d682  
    4242SYSINIT_NEED_USB_MASS_STORAGE;
    4343
    44 const char *const _bsd_nexus_devices [] = {
    45         #ifdef NEED_USB_OHCI
    46                 "ohci",
    47         #endif
    48         #ifdef NEED_USB_EHCI
    49                 "ehci",
    50         #endif
    51         NULL
    52 };
    53 
    5444#endif /* USB_SYSINIT_INIT */
Note: See TracChangeset for help on using the changeset viewer.