Revision 930f3fe1

b/hw/apb_pci.c
39 39
#define APB_DPRINTF(fmt, ...)
40 40
#endif
41 41

  
42
/*
43
 * Chipset docs:
44
 * PBM: "UltraSPARC IIi User's Manual",
45
 * http://www.sun.com/processors/manuals/805-0087.pdf
46
 *
47
 * APB: "Advanced PCI Bridge (APB) User's Manual",
48
 * http://www.sun.com/processors/manuals/805-1251.pdf
49
 */
50

  
42 51
typedef target_phys_addr_t pci_addr_t;
43 52
#include "pci_host.h"
44 53

  
b/hw/m48t59.c
41 41
 * alarm and a watchdog timer and related control registers. In the
42 42
 * PPC platform there is also a nvram lock function.
43 43
 */
44

  
45
/*
46
 * Chipset docs:
47
 * http://www.st.com/stonline/products/literature/ds/2410/m48t02.pdf
48
 * http://www.st.com/stonline/products/literature/ds/2411/m48t08.pdf
49
 * http://www.st.com/stonline/products/literature/od/7001/m48t59y.pdf
50
 */
51

  
44 52
struct m48t59_t {
45 53
    /* Model parameters */
46 54
    uint32_t type; // 2 = m48t02, 8 = m48t08, 59 = m48t59

Also available in: Unified diff