sparc32: add IOMMU chipset doc links
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 3 Apr 2010 07:40:47 +0000 (07:40 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 3 Apr 2010 07:40:47 +0000 (07:40 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/sun4m_iommu.c

index 0cd2ed0..1dbe077 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * QEMU SPARC iommu emulation
+ * QEMU Sun4m iommu emulation
  *
  * Copyright (c) 2003-2005 Fabrice Bellard
  *
 #define DPRINTF(fmt, ...)
 #endif
 
+/*
+ * I/O MMU used by Sun4m systems
+ *
+ * Chipset docs:
+ * "Sun-4M System Architecture (revision 2.0) by Chuck Narad", 950-1373-01,
+ * http://mediacast.sun.com/users/Barton808/media/Sun4M_SystemArchitecture_edited2.pdf
+ */
+
 #define IOMMU_NREGS         (4*4096/4)
 #define IOMMU_CTRL          (0x0000 >> 2)
 #define IOMMU_CTRL_IMPL     0xf0000000 /* Implementation */