source: rtems/c/src/lib/libbsp/powerpc/mvme5500/GT64260/VPD.h @ cf599996

4.9
Last change on this file since cf599996 was cf599996, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/09 at 18:22:51

2009-05-08 Kate Feng <feng1@…>

PR1395/bsps

  • Updated the changes from RTEMS-4.8.0, which were made since Oct. 2007.
  • network/if_1GHz/if_wm.c: fixed some bugs in the 1GHz driver.
  • pci/pci_interface.c: + Enabled PCI "Read", "Read Line", and "Read Multiple" + Agressive Prefetch to improve the performance of the PCI based

applications (e.g. 1GHz NIC).

  • irq/BSP_irq.c : Replaced the irq/irq.c, and used GT_GPP_Value register to monitor the cause of the level sensitive interrupts. This unique solution solves various bugs in the 1GHz network drivers Fixed bugs in compute_pic_masks_from_prio()
  • pci/pci.c : Updated it to be consistent with the original pci.c
  • written by Eric Valette. There is no change in its function.
  • irq/irq_init.c : set defaultIrq->next_handler to be 0
  • for BSP_SHARED_HANDLER_SUPPORT.
  • Property mode set to 100644
File size: 207 bytes
RevLine 
[7be6ad9]1/* The mapping of the Configuration VPD
2 *
3 * (C) 2004, NSLS, Brookhaven National Laboratory,
4 *           S. Kate Feng, <feng1@bnl.gov>
5 *
6 */
7
8#define VPD_ENET0_OFFSET  0x3c
9#define VPD_ENET1_OFFSET  0x45
Note: See TracBrowser for help on using the repository browser.