freebsd-dev/sys/modules/msdosfs
Ruslan Ermilov 3be1cc7870 Name this module msdos.ko so that mount_msdos(8) can autoload
it with vfsload("msdos").

(The proper fix would be to rename the `msdos' file system to
`msdosfs' in VFS_SET(), and mount_msdos(8) to mount_msdosfs(8).
But that would break too many existing fstab(5) setups, and
would require a lot of unnecessary documentation and code
msdos -> msdosfs changes.)

Noticed by:	markm
2001-05-28 17:10:46 +00:00
..
Makefile Name this module msdos.ko so that mount_msdos(8) can autoload 2001-05-28 17:10:46 +00:00