Date: Sun, 19 Dec 1999 23:16:37 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Brian Feldman <green@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf LINT Message-ID: <Pine.BSF.4.10.9912192306110.7159-100000@alphplex.bde.org> In-Reply-To: <199912190622.WAA70920@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> green 1999/12/18 22:22:13 PST > > Modified files: > sys/i386/conf LINT > Log: > Allow LINT to build again. > > The wd(4) family had to be disabled; wd(4) and ata(4) are mutually > exclusive, even at link level. This is a bug in the drivers. Don't hide it by breaking LINT. The drivers used to be sort link-level compatible. Only wcd and acd were very incompatible (because there are 2 files (mis)named atapi-cd.c; the ata one should be named acd.c and the wcd one should be named wcd.c like an old version of it was). This problem used to be hidden by breaking LINT in a different way (commenting out wcd0). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9912192306110.7159-100000>