From owner-freebsd-current Tue Aug 8 19:56:44 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id TAA05817 for current-outgoing; Tue, 8 Aug 1995 19:56:44 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id TAA05790 for ; Tue, 8 Aug 1995 19:56:31 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id MAA01776; Wed, 9 Aug 1995 12:55:31 +1000 Date: Wed, 9 Aug 1995 12:55:31 +1000 From: Bruce Evans Message-Id: <199508090255.MAA01776@godzilla.zeta.org.au> To: muir@idiom.com Subject: Re: kern/662: LINT kernel config line for for parallel port doesn't work Cc: current@freebsd.org Sender: current-owner@freebsd.org Precedence: bulk > I build my kernel configs by starting with the LINT kernel > and cutting out everything that I don't think I'll need. The > GENERIC kernel doesn't have everything one might want so this > is really the only way to do it. > In the process, I kept the LINT kernel's config line for the > parallel port. It didn't probe. >>Fix: > Use the GENERIC kernel's parallel port config line instead The LINT kernel fixes the port to LPT3. This should work iff the port really is at LPT3 (not likely; you probably won't have LPT3 unless you have a mono graphics adaptor). The GENERIC kernel depends on the BIOS to find the ports. This is usually what you want unless you have more than 4 printers or want to wire down the port numbers. The LINT kernel has many bizarre examples so that configuration of bizarre cases gets tested at least at compile time. It is not very suitable as a reference. Bruce