rc2014: hopefully correctly turn on the IDE CF
authorAlan Cox <alan@linux.intel.com>
Thu, 9 Aug 2018 18:15:37 +0000 (19:15 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 9 Aug 2018 18:15:37 +0000 (19:15 +0100)
Kernel/platform-rc2014/config.h
Kernel/platform-rc2014/devices.c
Kernel/platform-rc2014/fuzix.lnk

index a132385..9fa4ea6 100644 (file)
@@ -8,8 +8,6 @@
 #define CONFIG_MULTI
 /* Single tasking */
 #undef CONFIG_SINGLETASK
-/* CP/M emulation */
-#undef CONFIG_CPM_EMU
 /* Flexible 4x16K banking */
 #define CONFIG_BANK16
 /* Permit large I/O requests to bypass cache and go direct to userspace */
index 63bbb7d..fb6c9af 100644 (file)
@@ -13,7 +13,7 @@ struct devsw dev_tab[] =  /* The device driver switch table */
 {
 /*   open          close       read            write           ioctl */
   /* 0: /dev/hd - block device interface */
-#ifdef CONFIG_PPIDE
+#ifdef CONFIG_IDE
   {  blkdev_open,   no_close,   blkdev_read,    blkdev_write,  blkdev_ioctl},
 #else
   {  no_open,      no_close,   no_rdwr,        no_rdwr,        no_ioctl},
index 8137f34..75a5d5f 100644 (file)
@@ -46,6 +46,8 @@ platform-rc2014/discard.rel
 platform-rc2014/devtty.rel
 platform-rc2014/mbr.rel
 platform-rc2014/blkdev.rel
+platform-rc2014/devide.rel
+platform-rc2014/devide_discard.rel
 platform-rc2014/monitor.rel
 platform-rc2014/devinput.rel
 -e