From owner-freebsd-bugs Mon Jan 11 21:25:24 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28136 for freebsd-bugs-outgoing; Mon, 11 Jan 1999 21:25:24 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from sasami.jurai.net (sasami.jurai.net [207.153.65.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA28129; Mon, 11 Jan 1999 21:25:10 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with SMTP id AAA02326; Tue, 12 Jan 1999 00:24:36 -0500 (EST) Date: Tue, 12 Jan 1999 00:24:35 -0500 (EST) From: "Matthew N. Dodd" To: Bill Richter cc: Dmitrij Tejblum , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9251 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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