From owner-freebsd-hackers Tue Feb 7 10:04:25 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA00836 for hackers-outgoing; Tue, 7 Feb 1995 10:04:25 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id KAA00828; Tue, 7 Feb 1995 10:04:22 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA11878; Tue, 7 Feb 95 09:25:45 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9502071625.AA11878@cs.weber.edu> Subject: Re: From the release-eng's wishlist To: phk@FreeBSD.org Date: Tue, 7 Feb 95 9:25:45 MST Cc: hackers@FreeBSD.org In-Reply-To: <199502070429.UAA10082@ref.tfs.com> from "Poul-Henning Kamp" at Feb 6, 95 08:29:04 pm X-Mailer: ELM [version 2.4dev PL52] Sender: hackers-owner@FreeBSD.org Precedence: bulk > And now, something entirely different: Our kernel has become rather big > lately, if somebody were to change a device-driver to use malloc rather > than "struct softc_foo foo_dev[NFOO];" and preferrably make the driver > completely disregard the value of NFOO in preparation for PCMCIA and > other such stuff then I wouldn't mind at all :-) AND DON'T DO THE MALLOC UNLESS THE PROBE COMES TRUE, PLEASE! There is nothing worse than a device driver you feed memory to just to have it sit around watching television all day. > This is a good way to get your code finished, you have a good chance > of finding co-developers and testers, and maybe even somebody willing > to inherit some code you have sidetracked... "FreeBSD Classified Ads" :-) I have a *lot* of code in the sidetracked category. I might be persuaded to do this. Much of it will require porting from 0.1 and 1.0 to 2.x, so I won't be persuaded immediately on most things, but there's a few of them that might fit the bill now; let me go through some the stuff before emailing a list. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.