Hook up the bioscd driver and the cd9660 filesystem.

This commit is contained in:
John Baldwin 2001-11-05 18:59:13 +00:00
parent 33c6774151
commit 6514d92792
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86093

View File

@ -47,6 +47,7 @@
/* Exported for libstand */
struct devsw *devsw[] = {
&bioscd,
&biosdisk,
#if defined(LOADER_NFS_SUPPORT) || defined(LOADER_TFTP_SUPPORT)
&pxedisk,
@ -58,6 +59,7 @@ struct fs_ops *file_system[] = {
&ufs_fsops,
&ext2fs_fsops,
&dosfs_fsops,
&cd9660_fsops,
#ifdef LOADER_GZIP_SUPPORT
&zipfs_fsops,
#endif