NetBSD/sys/fs
gdt 7db024f8e7 When mounting an MSDOS fileysystem, do not require that bytes 252 and
253 of the superblock be zero.  Searching the net failed to find any
justification for checking these bytes; all available references say
that they are part of the boot code and not BOOTSIG2 and BOOTSIG3.

Modify the MSDOS 7.1 bootsector definition to have 420 bytes of boot
code and no BOOTSIG[23], rather than 418 bytes of boot code, to follow
available references and apparent Windows practice.  A test build
showed that these defines are not used other than in the check removed
by this commit.

Patch tested on netbsd-3, and enabled mounting of a 4 GB CF formatted
under Windows XP and then in a digital camera.  The CF was previously
unmountable.

Concept approved on tech-kern by christos@ and martin@.
2006-08-14 14:06:26 +00:00
..
adosfs Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
cd9660 Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
filecorefs Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
msdosfs When mounting an MSDOS fileysystem, do not require that bytes 252 and 2006-08-14 14:06:26 +00:00
ntfs Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
ptyfs Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
smbfs Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
sysvbfs Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
tmpfs Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
udf Fix comment; it stated a mimimum of 128 translations duh! a maximum it is! 2006-08-11 23:15:30 +00:00
union Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
Makefile Initial import of a UDF file system implementation for NetBSD. 2006-02-02 15:26:32 +00:00
unicode.h revive copyright notice for the code derived from libc/locale/utf2.c. 2006-05-20 08:28:27 +00:00