Date: Tue, 12 Jan 1999 00:24:35 -0500 (EST) From: "Matthew N. Dodd" <winter@jurai.net> To: Bill Richter <richterb@binkley.wellsfargo.com> Cc: Dmitrij Tejblum <dt@FreeBSD.ORG>, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9251 Message-ID: <Pine.BSF.4.02.9901120023350.8926-100000@sasami.jurai.net> In-Reply-To: <Pine.BSF.4.05.9901111856250.9317-100000@binkley.wellsfargo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 Jan 1999, Bill Richter wrote: > I'll have to peek at how config works to see if in fact > a simple fix exists. The simple fix of course is to remove > it from i386.files, that would break other things. The other > question is, EISA is kinda antique, how long will it remain > supported. It better not go away. :) > Would it be ok to send the patch to you for review if I should > find an easy way to make it ignore EISA for non EISA machines? Here, I've been annoyed by this as well, but in the other direction. --- sys/i386/conf/files.i386.orig Tue Jan 12 00:20:52 1999 +++ sys/i386/conf/files.i386 Tue Jan 12 00:21:33 1999 @@ -27,15 +27,15 @@ i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm i386/eisa/dpt_eisa.c optional eisa dpt device-driver -i386/eisa/3c5x9.c optional ep device-driver -i386/eisa/adv_eisa.c optional adv device-driver -i386/eisa/ahc_eisa.c optional ahc device-driver \ +i386/eisa/3c5x9.c optional eisa ep device-driver +i386/eisa/adv_eisa.c optional eisa adv device-driver +i386/eisa/ahc_eisa.c optional eisa ahc device-driver \ dependency "aic7xxx_reg.h $S/i386/eisa/ahc_eisa.c" -i386/eisa/ahb.c optional ahb device-driver -i386/eisa/bt_eisa.c optional bt device-driver +i386/eisa/ahb.c optional eisa ahb device-driver +i386/eisa/bt_eisa.c optional eisa bt device-driver i386/eisa/eisaconf.c optional eisa -i386/eisa/if_vx_eisa.c optional vx device-driver -i386/eisa/if_fea.c optional fea device-driver +i386/eisa/if_vx_eisa.c optional eisa vx device-driver +i386/eisa/if_fea.c optional eisa fea device-driver i386/i386/autoconf.c standard device-driver i386/i386/bios.c standard i386/i386/bioscall.s standard > On Mon, 11 Jan 1999, Dmitrij Tejblum wrote: > > >Synopsis: kernel config requires ahc_eisa.c in PCI/ISA only machine > > > >State-Changed-From-To: open->closed > >State-Changed-By: dt > >State-Changed-When: Mon Jan 11 11:52:20 PST 1999 > >State-Changed-Why: > >Nobody ever promised that compile with incomplete source tree will work. > >So, this is not a bug. If you send a simple patch, it may be committed, though. > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > -- | Matthew N. Dodd | 78 280Z | 75 164E | 84 245DL | FreeBSD/NetBSD/Sprite/VMS | | winter@jurai.net | This Space For Rent | ix86,sparc,m68k,pmax,vax | | http://www.jurai.net/~winter | Are you k-rad elite enough for my webpage? | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" 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.02.9901120023350.8926-100000>