summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/fat.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/fat.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/fat.h')
-rw-r--r--sys/fs/msdosfs/fat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/fs/msdosfs/fat.h b/sys/fs/msdosfs/fat.h
index 7dd5bbf..9a10c68 100644
--- a/sys/fs/msdosfs/fat.h
+++ b/sys/fs/msdosfs/fat.h
@@ -71,11 +71,6 @@
* than 4078 ((CLUST_RSRVS - CLUST_FIRST) & FAT12_MASK) then we've got a
* 16 bit fat filesystem. While mounting, the result of this test is stored
* in pm_fatentrysize.
- * GEMDOS-flavour (atari):
- * If the filesystem is on floppy we've got a 12 bit fat filesystem, otherwise
- * 16 bit. We check the d_type field in the disklabel struct while mounting
- * and store the result in the pm_fatentrysize. Note that this kind of
- * detection gets flakey when mounting a vnd-device.
*/
#define FAT12(pmp) (pmp->pm_fatmask == FAT12_MASK)
#define FAT16(pmp) (pmp->pm_fatmask == FAT16_MASK)
OpenPOWER on IntegriCloud