From owner-freebsd-questions Tue Nov 30 9:12: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 5D84E14CBB for ; Tue, 30 Nov 1999 09:12:04 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/8) with ESMTP id SAA28299; Tue, 30 Nov 1999 18:11:53 +0100 (MET) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id SAA27101; Tue, 30 Nov 1999 18:11:52 +0100 (MET) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.9.3/8.6.9) id SAA00504; Tue, 30 Nov 1999 18:11:54 +0100 (CET) Date: Tue, 30 Nov 1999 18:11:54 +0100 From: Christoph Kukulies To: Sheldon Hearn Cc: Christoph Kukulies , questions@FreeBSD.ORG Subject: Re: 3.3 kernel build failure (continued) Message-ID: <19991130181154.A414@gil.physik.rwth-aachen.de> References: <19991130163300.A14056@gil.physik.rwth-aachen.de> <44522.943976972@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <44522.943976972@axl.noc.iafrica.com>; from sheldonh@uunet.co.za on Tue, Nov 30, 1999 at 05:49:32PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Nov 30, 1999 at 05:49:32PM +0200, Sheldon Hearn wrote: > > > 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? Yes, hope so. I made cd /usr/src/gnu make all make -i install And building the kernel now worked fine for me. > > > > 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 I wanted to usr the bt484 code (device bktr0). It seems to include all that bit banging stuff. > 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. My last reboot failed so I had to drive back to the campus to see that the boot was panicking because I had an unknown CPU type 'Celeron'. I thought I586_CPU would be a suitable option but it doesn't seem. > > Ciao, > Sheldon. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message