From owner-freebsd-hackers Tue Apr 1 16:16:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA16859 for hackers-outgoing; Tue, 1 Apr 1997 16:16:21 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA16852 for ; Tue, 1 Apr 1997 16:16:18 -0800 (PST) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by who.cdrom.com (8.8.5/8.6.11) with SMTP id QAA15483 for ; Tue, 1 Apr 1997 16:16:17 -0800 (PST) Received: from seagull.rtd.com by agora.rdrop.com with smtp (Smail3.1.29.1 #17) id m0wCDim-0008zKC; Tue, 1 Apr 97 16:16 PST Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id RAA07641 for freebsd-hackers@freefall.cdrom.com; Tue, 1 Apr 1997 17:12:29 -0700 (MST) From: Don Yuniskis Message-Id: <199704020012.RAA07641@seagull.rtd.com> Subject: Re: Code maintenance To: freebsd-hackers@freefall.FreeBSD.org (FreeBSD hackers) Date: Tue, 1 Apr 1997 17:12:29 -0700 (MST) In-Reply-To: <19970401225410.UY37092@uriah.heep.sax.de> from "J Wunsch" at Apr 1, 97 10:54:10 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It seems that J Wunsch said: > As Terry Lambert wrote: > > > > Then adding the code into the tree is a 'bad thing', since it becomes > > > unsupported. If no-one is willing to incorporate/support the code, then > > > it shouldn't be incorporated. > > > > Better that it be lost forever? > > Yes, see the ft(4) and aic(4) drivers for two good examples. Both > sorely lack a maintainer, and nobody seems to be interested in doing > this job. I had acquired all the docs to start on the ft driver coincident with my rewrite of my mt driver. However, I've still been unable to find an "unencumbered" source of information re: Pertec interfaces so have not invested any time in the mt driver, either :-( (since I suspect there are somewhat fewer than 0 folks interested in mt! :>) If I manage to find a good information source, I'll do my best to rewrite mine in a "compatible" way... > p.s.: Please, avoid Cc'ing me in every followup. One message for the > mailing list is enough. Consider it... Done! :> --don