Date: Tue, 30 Nov 1999 17:49:32 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE> Cc: questions@FreeBSD.ORG Subject: Re: 3.3 kernel build failure (continued) Message-ID: <44522.943976972@axl.noc.iafrica.com> In-Reply-To: Your message of "Tue, 30 Nov 1999 16:33:01 %2B0100." <19991130163300.A14056@gil.physik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 Nov 1999 16:33:01 +0100, Christoph Kukulies wrote: > > As in prevous message: > > > > 3.3 upgrade from install floppy. Just to confirm -- you're now using 3.3 sources with a 3.3 compiler and tools, right? > > controller ppbus0 > > controller vpo0 at ppbus? > > device lpt0 at ppbus? > > device plip0 at ppbus? > > device ppi0 at ppbus? > > device pps0 at ppbus? > > device lpbb0 at ppbus? > controller iicbus0 > controller iicbb0 > > device ic0 at iicbus? > device iic0 at iicbus? > device iicsmb0 at iicbus? Wow, you must be doing some hardcore shit there if you need all that. What bit-banging do you need to do with all that? if you just added it because it's in LINT and you don't actually need it, try replacing it with: controller ppbus0 device lpt0 at ppbus? # Printer device plip0 at ppbus? # TCP/IP over parallel device ppi0 at ppbus? # Parallel port interface device You may not even need plip0 and ppi0, actually. If you actually need the bit-banging iicbus, you'll have to wait for someone with more clue to help you past yuour compilation errors. Be careful about using LINT as a reference when you're constructing a kernel. Rather look at GENERIC and fall back to LINT where necessary. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44522.943976972>