platform-coco3: added blkdevs to BOOTDEVICES, enable "high-speed poke" on boot.
authorBrett Gordon <beretta42@gmail.com>
Sat, 18 Jul 2015 20:30:32 +0000 (16:30 -0400)
committerAlan Cox <alan@linux.intel.com>
Tue, 21 Jul 2015 20:36:14 +0000 (21:36 +0100)
Kernel/platform-coco3/coco3.s
Kernel/platform-coco3/config.h

index a608d9e..80aa74d 100644 (file)
@@ -121,6 +121,8 @@ init_early:
 ;;;    takes: nothing
 ;;;    returns: nothing
 init_hardware:
+       ;; High speed poke
+       sta     0xffd9          ; high speed poke
        ;; set system RAM size
        ldd     #512
        std     _ramsize
index ce19aa5..c103c7a 100644 (file)
@@ -59,7 +59,7 @@ extern unsigned char vt_map( unsigned char c );
                             /* Temp FIXME set to serial port for debug ease */
 
 /* Boot devices */
-#define BOOTDEVICENAMES ",,,,,,,,dw"
+#define BOOTDEVICENAMES "hd#,,,,,,,,dw"