dragon-nx-32: kernel.def for the IDE ports
authorAlan Cox <alan@linux.intel.com>
Thu, 4 Jun 2015 18:43:52 +0000 (19:43 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 4 Jun 2015 18:43:52 +0000 (19:43 +0100)
Kernel/platform-dragon-nx32/kernel.def

index 3fe256f..d20ce28 100644 (file)
@@ -8,6 +8,9 @@ U_DATA_STASH                equ 0xFC00       ; FC00-FEFF
 VIDEO_BASE                 equ 0x0400       ; 6K for the display
 VIDEO_END                  equ 0x1C00
 
+IDEDATA                            equ 0xFF50
+IDEDATA_L                  equ 0xFF58
+
 PROGBASE                    equ 0x8000       ; programs and data start here
 
 ; Have these defined so that lowlevel-6809.s can be used as-is