Changeset fb4c8a9 in rtems-libbsd for libbsd.txt


Ignore:
Timestamp:
05/23/12 19:53:12 (12 years ago)
Author:
Jennifer Averett <jennifer.averett@…>
Branches:
4.11, 5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
Children:
b9fa3c9
Parents:
ae53d9e
Message:

Added pcib for Nics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libbsd.txt

    rae53d9e rfb4c8a9  
    555555are only used by the Nic test are the most suspect.
    556556
     557[listing]
     558----
    557559rtems-libbsd File:      rtems-bsd-assert.c
    558560FreeBSD File:           rtems-bsd-config.h redefines BSD_ASSERT.
     
    738740Description:           
    739741Status:                 USB, Nic
    740 
     742----
     743
     744== Notes by File ==
     745
     746altq_subr.c - Arbitrary choices were made in this file that RTEMS would
     747not support tsc frequency change.  Additionally, the clock frequency
     748for machclk_freq is always measured for RTEMS.
     749
     750conf.h - In order to add make_dev and destroy_dev, variables in the cdev
     751structure that were not being used were conditionally compiled out. The
     752capability of supporting children did not appear to be needed and was
     753not implemented in the rtems version of these routines.
     754 
    741755== NICs Status ==
    742756
     757[listing]
     758----
    743759Driver                  Symbol                          Status
    744760======                  ======                          ======
     
    749765Broadcom BCM4401        _bsd_bfe_pcimodule_sys_init     Links
    750766Broadcom BCM570x        _bsd_bge_pcimodule_sys_init     Needs Symbols (A)
    751 E1000 xxx               _bsd_igb_pcimodule_sys_init     Needs Symbols (B)       
    752 E1000 XXX               _bsd_em_pcimodule_sys_init      Needs Symbols (B)
     767E1000 IGB               _bsd_igb_pcimodule_sys_init     Links
     768E1000 EM                _bsd_em_pcimodule_sys_init      Links
     769----
    753770
    754771
    755772Symbols (A)
    756          pci_find_dbsf
    757773         pci_get_vpd_ident
    758 Symbols (B)
    759         make_dev()
    760         destroy_dev()
Note: See TracChangeset for help on using the changeset viewer.