Date: Mon, 17 May 1999 11:25:31 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: "Douglas K. Rand" <rand@meridian-enviro.com>, Stephen Montgomery-Smith <stephen@math.missouri.edu> Cc: stable@FreeBSD.ORG Subject: Re: problem with building GENERIC Message-ID: <19990517112531.A48225@nuxi.com> In-Reply-To: <87aev3ln7w.fsf@deneb.meridian-enviro.com>; from Douglas K. Rand on Mon, May 17, 1999 at 10:39:31AM -0500 References: <Pine.BSF.4.10.9905091617020.71565-100000@localhost> <373F0557.D3A2E838@math.missouri.edu> <373F1374.3CE09AA0@math.missouri.edu> <87aev3ln7w.fsf@deneb.meridian-enviro.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990517112531.A48225>