patch-2.1.36 linux/arch/m68k/boot/amiga/linuxboot.h
Next file: linux/arch/m68k/boot/atari/bootp.c
Previous file: linux/arch/m68k/boot/amiga/linuxboot.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Thu Apr 17 13:20:42 1997
- Orig file:
v2.1.35/linux/arch/m68k/boot/amiga/linuxboot.h
- Orig date:
Fri Dec 20 01:19:58 1996
diff -u --recursive --new-file v2.1.35/linux/arch/m68k/boot/amiga/linuxboot.h linux/arch/m68k/boot/amiga/linuxboot.h
@@ -24,14 +24,14 @@
#include <asm/setup.h>
-#include <asm/zorro.h>
+#include <linux/zorro.h>
/*
* Amiboot Version
*/
-#define AMIBOOT_VERSION "5.1"
+#define AMIBOOT_VERSION "5.4"
/*
@@ -42,7 +42,7 @@
*/
struct amiga_bootinfo {
- u_long machtype; /* machine type */
+ u_long machtype; /* machine type = MACH_AMIGA */
u_long cputype; /* system CPU */
u_long fputype; /* system FPU */
u_long mmutype; /* system MMU */
@@ -67,9 +67,9 @@
*/
struct linuxboot_args {
+ struct amiga_bootinfo bi; /* Initial values override detected values */
const char *kernelname;
const char *ramdiskname;
- const char *commandline;
int debugflag;
int keep_video;
int reset_boards;
@@ -84,7 +84,6 @@
void (*close)(int fd);
int (*filesize)(const char *path);
void (*sleep)(u_long micros);
- int (*modify_bootinfo)(struct amiga_bootinfo *bi);
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov