From owner-freebsd-stable Mon May 17 11:25:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 5DF3415357 for ; Mon, 17 May 1999 11:25:55 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.3/8.9.1) id LAA48249; Mon, 17 May 1999 11:25:31 -0700 (PDT) (envelope-from obrien) Message-ID: <19990517112531.A48225@nuxi.com> Date: Mon, 17 May 1999 11:25:31 -0700 From: "David O'Brien" To: "Douglas K. Rand" , Stephen Montgomery-Smith Cc: stable@FreeBSD.ORG Subject: Re: problem with building GENERIC Reply-To: obrien@NUXI.com References: <373F0557.D3A2E838@math.missouri.edu> <373F1374.3CE09AA0@math.missouri.edu> <87aev3ln7w.fsf@deneb.meridian-enviro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <87aev3ln7w.fsf@deneb.meridian-enviro.com>; from Douglas K. Rand on Mon, May 17, 1999 at 10:39:31AM -0500 X-Operating-System: FreeBSD 3.2-BETA Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The problem is that the latest sources overwrote > /sys/i386/conf/files.i386 which tells config where to get the source > for the xedriver. Add back the line: > > i386/isa/if_xe.c optional xe device-driver > > to your files.i386 and that should fix it. Since `if_xe.c' does not live in ``src/sys/i386/isa/'' this isn't going to be of much help. Did you actually test this "patch"? The real problem is that the `xe' driver requires "controller card0" to be in the kernel config file, and that conflicts with the `zp' and `ze' drivers. Thus you can have either `zp/ze' *OR* `xe', but not both. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message