summaryrefslogtreecommitdiff
path: root/sys/msdosfs/fat.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2006-12-15 03:04:25 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2006-12-15 03:04:25 +0000
commitf91f289a9a5472f63706904a6bf5ecec00b89cc4 (patch)
treeb62de464f27b805f7095b0f402efd43addec567a /sys/msdosfs/fat.h
parentaca2338790665caf3f78618178ddb3f6e82371de (diff)
Nuke GEMDOSFS. Unused part of unused atari port. Simplifies
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@
Diffstat (limited to 'sys/msdosfs/fat.h')
-rw-r--r--sys/msdosfs/fat.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/msdosfs/fat.h b/sys/msdosfs/fat.h
index 48d45bf0184..661736e0d82 100644
--- a/sys/msdosfs/fat.h
+++ b/sys/msdosfs/fat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fat.h,v 1.8 2006/10/03 19:49:06 pedro Exp $ */
+/* $OpenBSD: fat.h,v 1.9 2006/12/15 03:04:24 krw Exp $ */
/* $NetBSD: fat.h,v 1.11 1997/10/17 11:23:49 ws Exp $ */
/*-
@@ -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)