Bug 14217

Summary: [PATCH] EXT2FS as a KLD
Product: Base System Reporter: howardjp <howardjp>
Component: kernAssignee: Bruce Evans <bde>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description howardjp 1999-10-09 00:00:00 UTC
I wanted to learn how KLDs work, and in the process, I KLD-ified
EXT2FS support.  Below is a patch to sys/modules.  I am not entirely
certain I have done this correctly, but with it loaded, I have been
able to read and write to a file formatted using mke2fs from Linux.

While I was at it, I "fixed" modules/Makefile so that each sub-
directory lies on a seperate line, as in most of the other Makefiles.

How-To-Repeat: 
N/A
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 2000-10-22 15:40:56 UTC
Responsible Changed
From-To: freebsd-bugs->bde

Over to ext2fs code owner
Comment 2 Bruce Evans freebsd_committer freebsd_triage 2002-08-06 15:43:58 UTC
State Changed
From-To: open->closed

sys/modules/ext2fs/Makefile was created on 2001/09/13 in -current using 
a different patch (to attempt to comply witht the GPL, the module is not 
built by default).  This was MFC'ed on 2002/08/06 in rev.1.4.2.1.