Date: Wed, 23 Dec 1998 20:49:57 -0800 (PST) From: Matthew Jacob <mjacob@feral.com> To: Bruce Evans <bde@zeta.org.au> Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/cam cam_xpt.c Message-ID: <Pine.LNX.4.04.9812232046260.12874-100000@feral-gw> In-Reply-To: <199812240443.PAA28211@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 24 Dec 1998, Bruce Evans wrote: > > Modified files: > > sys/cam cam_xpt.c > > Log: > > Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again. > > This is a regression. It is a bug for swi_camnet and swi_cambio to > be hard-configured in the alpha ihandlers[]. It is another bug for > cam to access ihandlers[] directly instead of using register_swi(). > register_swi() apparently works on alphas since it is used in sio.c. > It's possibly a bug for people to gratuitously break other architectures so they don't build and therefore don't run, no matter how pure the motivation. That trumps the purity argument, IMHO. I spent about 10 minutes trying to fix it a better way but couldn't. I'll spend some more time to try and clean up what is clearly some incompletely thought out code- but if I don't make it tonite prior to going off for a couple days with the family- feel free to break the alpha builds again. -matt 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.LNX.4.04.9812232046260.12874-100000>