summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/bootsect.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-28 16:56:42 +0000
committerjhb <jhb@FreeBSD.org>2001-11-28 16:56:42 +0000
commit6fd89a7d164ed42bed0519b9ad8a9dc5413a7f48 (patch)
tree76eaa2c70f087c64a833d72c1c779442e3631313 /sys/fs/msdosfs/bootsect.h
parentfd214337e6712b94a08c8bd7900ab07619773fa7 (diff)
downloadFreeBSD-src-6fd89a7d164ed42bed0519b9ad8a9dc5413a7f48.zip
FreeBSD-src-6fd89a7d164ed42bed0519b9ad8a9dc5413a7f48.tar.gz
Axe more unused GEMDOS code that was #ifdef atari.
PR: kern/21809 Submitted by: <mbendiks@eunet.no>
Diffstat (limited to 'sys/fs/msdosfs/bootsect.h')
-rw-r--r--sys/fs/msdosfs/bootsect.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/fs/msdosfs/bootsect.h b/sys/fs/msdosfs/bootsect.h
index c3e3d68..6c7b4d1 100644
--- a/sys/fs/msdosfs/bootsect.h
+++ b/sys/fs/msdosfs/bootsect.h
@@ -71,22 +71,6 @@ struct bootsector710 {
#define BOOTSIG2 0
#define BOOTSIG3 0
};
-#ifdef atari
-/*
- * The boot sector on a gemdos fs is a little bit different from the msdos fs
- * format. Currently there is no need to declare a separate structure, the
- * bootsector33 struct will do.
- */
-#if 0
-struct bootsec_atari {
- u_int8_t bsBranch[2]; /* branch inst if auto-boot */
- int8_t bsFiller[6]; /* anything or nothing */
- int8_t bsSerial[3]; /* serial no. for mediachange */
- int8_t bsBPB[19]; /* BIOS parameter block */
- int8_t bsBootCode[482]; /* pad so struct is 512b */
-};
-#endif
-#endif /* atari */
union bootsector {
struct bootsector33 bs33;
OpenPOWER on IntegriCloud