config: update so everyone has BOOTDEVICENAMES
authorAlan Cox <alan@linux.intel.com>
Tue, 19 Feb 2019 00:22:58 +0000 (00:22 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 19 Feb 2019 00:22:58 +0000 (00:22 +0000)
33 files changed:
Kernel/platform-atarist/config.h
Kernel/platform-coco2cart/config.h
Kernel/platform-dragon-mooh/config.h
Kernel/platform-dragon-nx32/config.h
Kernel/platform-genie-eg64/config.h
Kernel/platform-ibmpc/config.h
Kernel/platform-mtx/config.h
Kernel/platform-nascom/config.h
Kernel/platform-pcw8256/config.h
Kernel/platform-pentagon/config.h
Kernel/platform-rabbit2000/config.h
Kernel/platform-rc2014-tiny/config.h
Kernel/platform-sc108/config.h
Kernel/platform-sc114/config.h
Kernel/platform-socz80/config.h
Kernel/platform-tc2068/config.h
Kernel/platform-tiny68k/config.h
Kernel/platform-trs80/config.h
Kernel/platform-trs80m1/config.h
Kernel/platform-ubee/config.h
Kernel/platform-v65/config.h
Kernel/platform-v65c816-big/config.h
Kernel/platform-v65c816/config.h
Kernel/platform-v68-banked/config.h
Kernel/platform-v68-softmmu/config.h
Kernel/platform-v68/config.h
Kernel/platform-v8080/config.h
Kernel/platform-v85/config.h
Kernel/platform-z280rc/config.h
Kernel/platform-z80pack-lite/config.h
Kernel/platform-z80pack/config.h
Kernel/platform-zx+3/config.h
Kernel/platform-zxdiv/config.h

index 04fc795..f913bec 100644 (file)
@@ -33,6 +33,8 @@
 /* We need a tidier way to do this from the loader */
 #define CMDLINE        NULL      /* Location of root dev name */
 
+#define BOOTDEVICENAMES "hd#,fd#"
+
 /* Device parameters */
 #define NUM_DEV_TTY 3
 
index 24169c2..bb5bbc0 100644 (file)
@@ -67,3 +67,5 @@ extern unsigned int cocoswap_dev;
 
 #define CONFIG_IDE
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index ee58ade..8b97917 100644 (file)
@@ -86,3 +86,5 @@
 
 extern void platform_discard(void);
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#,fd#"
index f0dd64a..7d8e34c 100644 (file)
@@ -83,4 +83,6 @@
 
 extern void platform_discard(void);
 
-#define platform_copyright()           /* for now */
\ No newline at end of file
+#define platform_copyright()           /* for now */
+
+#define BOOTDEVICENAMES "hd#,fd#"
index 7302649..c0ace7a 100644 (file)
@@ -80,3 +80,5 @@ extern unsigned char vt_map_char(unsigned char);
 
 extern void platform_discard(void);
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index 61b4198..dbd3434 100644 (file)
@@ -48,3 +48,5 @@ extern signed char vt_width, vt_height;
 #define TTYDEV   BOOT_TTY /* Device used by kernel for messages, panics */
 #define NBUFS    6        /* Number of block buffers */
 #define NMOUNTS         2        /* Number of mounts at a time */
+
+#define BOOTDEVICENAMES "hd#,fd#"
index 5d9e88b..ad2c0cc 100644 (file)
@@ -64,3 +64,5 @@
 
 #define platform_discard()
 #define platform_copyright()
+
+#define BOOTDEVICENAMES ",fd#"
index 8540a3d..3e06752 100644 (file)
@@ -72,3 +72,5 @@
 
 extern void platform_discard(void);
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#,fd#"
index 666a334..434ca6a 100644 (file)
@@ -65,3 +65,5 @@
 
 #define platform_discard()
 #define platform_copyright()
+
+#define BOOTDEVICENAMES ",fd#"
index 9c15e3b..32a8687 100644 (file)
@@ -72,3 +72,5 @@
 
 /* All our pages get mapped into the top 16K bank for swapping use */
 #define swap_map(x)            ((uint8_t *)(x|0xC000))
+
+#define BOOTDEVICENAMES "hd#,fd#"
index 65a9cc4..4795a83 100644 (file)
@@ -58,3 +58,5 @@
 
 #define platform_discard()
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index d9849ac..7cd438f 100644 (file)
@@ -44,7 +44,7 @@ extern unsigned int swap_dev;
 
 /* We need a tidier way to do this from the loader */
 #define CMDLINE        NULL  /* Location of root dev name */
-#define BOOTDEVICENAMES "hd#,fd,,rd"
+#define BOOTDEVICENAMES "hd#"
 
 #define CONFIG_DYNAMIC_BUFPOOL /* we expand bufpool to overwrite the _DISCARD segment at boot */
 #define NBUFS    4        /* Number of block buffers, keep in line with space reserved in zeta-v2.s */
index a219c76..1500ced 100644 (file)
@@ -44,7 +44,7 @@ extern unsigned int swap_dev;
 
 /* We need a tidier way to do this from the loader */
 #define CMDLINE        NULL  /* Location of root dev name */
-#define BOOTDEVICENAMES "hd#,fd,,rd"
+#define BOOTDEVICENAMES "hd#,fd"
 
 #define CONFIG_DYNAMIC_BUFPOOL /* we expand bufpool to overwrite the _DISCARD segment at boot */
 #define NBUFS    4        /* Number of block buffers, keep in line with space reserved in zeta-v2.s */
index 0e6957d..65257d7 100644 (file)
@@ -46,7 +46,7 @@ extern unsigned int swap_dev;
 
 /* We need a tidier way to do this from the loader */
 #define CMDLINE        NULL  /* Location of root dev name */
-#define BOOTDEVICENAMES "hd#,fd,,rd"
+#define BOOTDEVICENAMES "hd#,fd"
 
 #define CONFIG_DYNAMIC_BUFPOOL /* we expand bufpool to overwrite the _DISCARD segment at boot */
 #define NBUFS    4        /* Number of block buffers, keep in line with space reserved in zeta-v2.s */
index ffb76ac..7be0128 100644 (file)
@@ -42,3 +42,6 @@
 
 #define platform_discard()
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
+
index fc3d390..409ca36 100644 (file)
@@ -72,3 +72,5 @@
 
 /* We swap by hitting the user map */
 #define swap_map(x)            ((uint8_t *)(x))
+
+#define BOOTDEVICENAMES "hd#"
index e93cbb8..b107fd7 100644 (file)
@@ -54,3 +54,4 @@
 #define OFTSIZE                160
 #define ITABSIZE       176
 
+#define BOOTDEVICENAMES "hd#"
index 03fccad..dc71a0a 100644 (file)
@@ -69,3 +69,5 @@
 
 extern void platform_discard(void);
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#,fd#"
index 4c23ed8..dd5793e 100644 (file)
@@ -79,3 +79,5 @@
 
 extern void platform_discard(void);
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#,fd#"
index dc761df..a779120 100644 (file)
@@ -67,3 +67,5 @@
 extern unsigned int swap_dev;
 
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#,fd#"
index 7c53406..61ea38c 100644 (file)
@@ -44,3 +44,5 @@
 
 #define platform_discard()
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index 9ca98ba..143659c 100644 (file)
@@ -64,3 +64,5 @@
 #define ITABSIZE       176
 
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index a7db2f7..cac73a0 100644 (file)
@@ -61,3 +61,5 @@
 #define ITABSIZE       32
 
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index 941587d..f398274 100644 (file)
@@ -50,3 +50,5 @@
 #define CONFIG_IDE
 
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index 6838b64..a622a7d 100644 (file)
@@ -32,3 +32,5 @@
 #define MAX_BLKDEV 4
 
 #define platform_copyright()
+
+#definbe BOOTDEVICENAMES "hd#"
index 1853f4a..f15df03 100644 (file)
@@ -47,3 +47,5 @@
 #define CONFIG_IDE
 
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index 948290a..e79a70d 100644 (file)
@@ -53,3 +53,5 @@
 
 #define platform_discard()
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index 791c293..f8595bb 100644 (file)
@@ -62,3 +62,5 @@
 
 #define platform_discard()
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index 6903e3a..149ae87 100644 (file)
@@ -122,3 +122,5 @@ extern unsigned int swap_dev;
 #define TTY_INIT_BAUD B38400   /* To match ROMWBW */
 
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#"
index a11ea7c..23f1985 100644 (file)
@@ -36,3 +36,5 @@
 
 #define platform_discard()
 #define platform_copyright()
+
+#define BOOTDEVICENAMES "hd#,fd#"
index 38d2d4d..ee59145 100644 (file)
@@ -57,3 +57,5 @@
 
 #define platform_discard()
 #define platform_copyright()
+
+#define BOOTDEVICENNAMES "hd#,fd#"
index 0599540..8b90312 100644 (file)
@@ -74,3 +74,5 @@
 
 /* We swap by hitting the user map */
 #define swap_map(x)            ((uint8_t *)(x))
+
+#define BOOTDEVICENAMES "hd#,fd#"
index 00b862f..aad3c7e 100644 (file)
@@ -73,3 +73,5 @@
 
 /* All our pages get mapped into the top 16K bank for swapping use */
 #define swap_map(x)            ((uint8_t *)(x|0xC000))
+
+#define BOOTDEVICENAMES "hd#"