Changeset 7586492 in rtems-libbsd for libbsd.txt


Ignore:
Timestamp:
05/10/12 15:04:55 (12 years ago)
Author:
Jennifer Averett <jennifer.averett@…>
Branches:
4.11, 5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
Children:
596a7ea
Parents:
4f6cf1e
git-author:
Jennifer Averett <jennifer.averett@…> (05/10/12 15:04:55)
git-committer:
Jennifer Averett <jennifer.averett@…> (05/10/12 15:29:09)
Message:

Added Nic status section to documention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libbsd.txt

    r4f6cf1e r7586492  
    548548demanded by bus_dma (including the boundary constraint).
    549549
    550 == RTEMS Replacements by File Description and Status ==
     550== RTEMS Replacements by File Description ==
    551551
    552552Note:  Files with a status of USB are used by the USB test and have at least
     
    738738Description:           
    739739Status:                 USB, Nic
     740
     741== NICs Status ==
     742
     743Driver                  Symbol                          Status
     744======                  ======                          ======
     745RealTek                 _bsd_re_pcimodule_sys_init      Links
     746EtherExpress            _bsd_fxp_pcimodule_sys_init     Links
     747DEC tulip               _bsd_dc_pcimodule_sys_init      Links
     748Broadcom BCM57xxx       _bsd_bce_pcimodule_sys_init     Links
     749Broadcom BCM4401        _bsd_bfe_pcimodule_sys_init     Links
     750Broadcom BCM570x        _bsd_bge_pcimodule_sys_init     Needs Symbols (A)
     751E1000 xxx               _bsd_igb_pcimodule_sys_init     Needs Symbols (B)       
     752E1000 XXX               _bsd_em_pcimodule_sys_init      Needs Symbols (B)
     753
     754
     755Symbols (A)
     756         pci_find_dbsf
     757         pci_get_vpd_ident
     758Symbols (B)
     759        make_dev()
     760        destroy_dev()
Note: See TracChangeset for help on using the changeset viewer.