Date: Wed, 08 Sep 1999 21:11:54 +0800 From: Peter Wemm <peter@netplex.com.au> To: Bruce Evans <bde@zeta.org.au> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa sio.c sioreg.h Message-ID: <19990908131154.13EE31CA8@overcee.netplex.com.au> In-Reply-To: Your message of "Wed, 08 Sep 1999 22:51:13 %2B1000." <Pine.BSF.4.10.9909082242050.12958-100000@alphplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote: > > Added files: > > sys/isa sio.c sioreg.h > > Log: > > Restore the old sio* - bruce can fix it himself. > > It's not useful for me to commit to a private version. I already do > that locally, and have bout 40K of diffs to merge someday. I have > been waiting for the version in /dev/isa to recover from the previous > move. Which is exactly what we were trying to do.. the sys/isa version has got some very sub-optimal things in it that need to be fixed. com_addr() being one example. The plan was to undo the damage done last time by removing the new-bus code that made it into the internals that shouldn't be there and confining it to seperate files (like cy_pci.c) which depend on the generated interface macro files. (eg: isa_get_port() is an isa-specific ivar wrapper macro which has no business being inside the core parts of a 16550 driver). You have complained a number of times about the bogus stuff that came in last time, and we were just about to fix it but you objected. Cheers, -Peter 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?19990908131154.13EE31CA8>