Date: Mon, 27 Aug 2001 21:39:05 +0200 From: Poul-Henning Kamp <phk@freebsd.org> To: current@freebsd.org Subject: Junior Kernel Hacker task: Get rid of NCCD constant. Message-ID: <68364.998941145@critter>
next in thread | raw e-mail | index | archive | help
Assignment: There is no reason for the NCCD constant to exist anymore. The CCD driver already has cloning support but CCDs "softc" structure is statically allocated for NCCD devices. Change the CCD driver to dynamically allocate memory as needed, the MD driver can be used as example as the overall morphology of the two drivers are the same. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?68364.998941145>