diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-10-13 18:56:27 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-10-13 18:56:27 +0000 |
commit | 930f3fe11f9d39b200ccefc8fd13709b110e4dfe (patch) | |
tree | f904ada77c9b84eb0da91bb4e7a8cc7550ccb3e9 /hw/apb_pci.c | |
parent | 6a8a2803649c7db23582f07b8612a6bdb40f44dc (diff) |
Add some chipset doc links
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/apb_pci.c')
-rw-r--r-- | hw/apb_pci.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/apb_pci.c b/hw/apb_pci.c index 72f15afd99..43be7ceeb5 100644 --- a/hw/apb_pci.c +++ b/hw/apb_pci.c @@ -39,6 +39,15 @@ do { printf("APB: " fmt , ## __VA_ARGS__); } while (0) #define APB_DPRINTF(fmt, ...) #endif +/* + * Chipset docs: + * PBM: "UltraSPARC IIi User's Manual", + * http://www.sun.com/processors/manuals/805-0087.pdf + * + * APB: "Advanced PCI Bridge (APB) User's Manual", + * http://www.sun.com/processors/manuals/805-1251.pdf + */ + typedef target_phys_addr_t pci_addr_t; #include "pci_host.h" |