patch-2.3.99-pre1 linux/fs/partitions/acorn.h
Next file: linux/fs/partitions/atari.c
Previous file: linux/fs/partitions/acorn.c
Back to the patch index
Back to the overall index
- Lines: 43
- Date:
Tue Mar 14 18:36:51 2000
- Orig file:
v2.3.51/linux/fs/partitions/acorn.h
- Orig date:
Thu Aug 12 12:26:06 1999
diff -u --recursive --new-file v2.3.51/linux/fs/partitions/acorn.h linux/fs/partitions/acorn.h
@@ -6,42 +6,6 @@
#include <linux/adfs_fs.h>
/*
- * Offset in bytes of the boot block on the disk.
- */
-#define BOOT_SECTOR_ADDRESS 0xc00
-
-/*
- * Disc record size
- */
-#define RECSIZE 60
-
-/*
- * Disc record
- */
-struct disc_record {
- unsigned char log2secsize;
- unsigned char secspertrack;
- unsigned char heads;
- unsigned char density;
- unsigned char idlen;
- unsigned char log2bpmb;
- unsigned char skew;
- unsigned char bootoption;
- unsigned char lowsector;
- unsigned char nzones;
- unsigned short zone_spare;
- unsigned long root;
- unsigned long disc_size;
- unsigned short disc_id;
- unsigned char disc_name[10];
- unsigned long disc_type;
- unsigned long disc_size_high;
- unsigned char log2sharesize:4;
- unsigned char unused:4;
- unsigned char big_flag:1;
-};
-
-/*
* Partition types. (Oh for reusability)
*/
#define PARTITION_RISCIX_MFM 1
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)