FreeBSD Bugzilla – Attachment 6176 Details for
Bug 14217
[PATCH] EXT2FS as a KLD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.98 KB, created by
howardjp
on 1999-10-09 00:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
howardjp
Created:
1999-10-09 00:00:00 UTC
Size:
1.98 KB
patch
obsolete
>diff -Nur modules.old/Makefile modules/Makefile >--- modules.old/Makefile Fri Oct 8 18:48:05 1999 >+++ modules/Makefile Fri Oct 8 18:49:45 1999 >@@ -2,15 +2,72 @@ > > # XXX present but broken: atapi ip_mroute_mod joy pcic > >-SUBDIR= aha al ax ccd cd9660 coda dm fdesc fxp if_disc if_ppp if_sl if_tun \ >- ipfw kernfs md mfs mii msdos mx nfs ntfs nullfs pn portal procfs rl \ >- sf sis sk ste ti tl umapfs union vn vr wb xl >+SUBDIR= aha \ >+ al \ >+ ax \ >+ ccd \ >+ cd9660 \ >+ coda \ >+ dm \ >+ ext2fs \ >+ fdesc \ >+ fxp \ >+ if_disc \ >+ if_ppp \ >+ if_sl \ >+ if_tun \ >+ ipfw \ >+ kernfs \ >+ md \ >+ mfs \ >+ mii \ >+ msdos \ >+ mx \ >+ nfs \ >+ ntfs \ >+ nullfs \ >+ pn \ >+ portal \ >+ procfs \ >+ rl \ >+ sf \ >+ sis \ >+ sk \ >+ ste \ >+ ti \ >+ tl \ >+ umapfs \ >+ union \ >+ vn \ >+ vr \ >+ wb \ >+ xl > > # XXX some of these can move to the general case when de-i386'ed > .if ${MACHINE_ARCH} == "i386" >-SUBDIR+=amr bktr coff fpu gnufpu ibcs2 linux mlx ncp nwfs splash streams \ >- svr4 syscons vesa vinum >-SUBDIR+=ugen uhid ukbd ulpt ums umodem umass >+SUBDIR+=amr \ >+ bktr \ >+ coff \ >+ fpu \ >+ gnufpu \ >+ ibcs2 \ >+ linux \ >+ mlx \ >+ ncp \ >+ nwfs \ >+ splash \ >+ streams \ >+ svr4 \ >+ syscons \ >+ vesa \ >+ vinum >+SUBDIR+=ugen \ >+ uhid \ >+ ukbd \ >+ ulpt \ >+ ums \ >+ umodem \ >+ umass > .endif > > .include <bsd.subdir.mk> >diff -Nur modules.old/ext2fs/Makefile modules/ext2fs/Makefile >--- modules.old/ext2fs/Makefile Wed Dec 31 19:00:00 1969 >+++ modules/ext2fs/Makefile Fri Oct 8 18:48:40 1999 >@@ -0,0 +1,23 @@ >+# $FreeBSD: src/sys/modules/nfs/Makefile,v 1.12 1999/08/28 00:47:29 peter Exp $ >+ >+.PATH: ${.CURDIR}/../../gnu/ext2fs >+KMOD= ext2fs >+SRCS= ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_inode_cnv.c \ >+ ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c \ >+ ext2_subr.c ext2_vfsops.c ext2_vnops.c \ >+ opt_ddb.h opt_suiddir.h opt_quota.h >+NOMAN= >+VFS_KLD= >+CFLAGS+= -DEXT2FS >+CLEANFILES= opt_ddb.h opt_suiddir.h opt_quota.h >+ >+opt_ddb.h: >+ touch ${.TARGET} >+ >+opt_suiddir.h: >+ touch ${.TARGET} >+ >+opt_quota.h: >+ touch ${.TARGET} >+ >+.include <bsd.kmod.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14217
: 6176