Date: Wed, 22 Sep 1999 20:51:05 +0900 From: KATO Takenori <kato@ganko.eps.nagoya-u.ac.jp> To: peter@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 src/sys/dev/ed if_ed.c if_ed_pci.c src/sys/i386/isa if_ed.c if_edreg.h if_edvar.h src/sys/pci if_ed_p.c Message-ID: <19990922205105H.kato@gneiss.eps.nagoya-u.ac.jp> In-Reply-To: Your message of "Sun, 19 Sep 1999 22:48:16 -0700 (PDT)" <199909200548.WAA18483@freefall.freebsd.org> References: <199909200548.WAA18483@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Peter Wemm <peter@FreeBSD.org> wrote: > Modified files: > sys/conf files > sys/i386/conf files.i386 > sys/dev/ed if_ed.c if_ed_pci.c > sys/i386/isa if_ed.c > Removed files: > sys/i386/isa if_edreg.h if_edvar.h > sys/pci if_ed_p.c > Log: > Make if_ed work again on pci, isa, isapnp. The hack to make it work on > PCCARD is pretty revolting but should buy us time while the pccard driver > angle is sorted out. A commit for the MCA ed attachment will follow > shortly. > > Revision Changes Path > 1.251 +3 -2 src/sys/conf/files > 1.268 +1 -2 src/sys/i386/conf/files.i386 > 1.161 +12 -6 src/sys/dev/ed/if_ed.c > 1.21 +6 -2 src/sys/dev/ed/if_ed_pci.c > 1.162 +3 -3 src/sys/i386/isa/if_ed.c Could you please move entries for ed driver from sys/conf/files to MD part (sys/i386/conf/files.i386)? PC98 port cannot use the ed driver in sys/dev/ed and has own ed driver in sys/pc98/pc98. -----------------------------------------------+--------------------------+ KATO Takenori <kato@ganko.eps.nagoya-u.ac.jp> | FreeBSD | Dept. Earth Planet. Sci, Nagoya Univ. | The power to serve! | Nagoya, 464-8602, Japan | http://www.FreeBSD.org/ | ++++ FreeBSD(98) 3.2: Rev. 01 available! |http://www.jp.FreeBSD.org/| ++++ FreeBSD(98) 2.2.8: Rev. 02 available! +==========================+ 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?19990922205105H.kato>