From owner-freebsd-hackers Mon Oct 13 09:42:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA05274 for hackers-outgoing; Mon, 13 Oct 1997 09:42:59 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA05264 for ; Mon, 13 Oct 1997 09:42:52 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id CAA00352; Tue, 14 Oct 1997 02:09:21 +0930 (CST) Message-Id: <199710131639.CAA00352@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: gmarco@giovannelli.it cc: hackers@FreeBSD.ORG Subject: Re: vpo0 and 3.0-current In-reply-to: Your message of "Mon, 13 Oct 1997 13:23:03 GMT." <344220B7.85CBDA7A@giovannelli.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 Oct 1997 02:09:20 +0930 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Reading the LINT kernel, I have found the vpo0 device, for the Iomega > Zip (par). > > I have tried to put the following lines in my laptop kernel file to use > the parallel zip I own (I own 2 scsi too , but the laptop has no scsi > port :-). > > controller ppbus0 > controller scbus0 # Required ??? > controller ppc0 at isa? port ? irq 7 vector ppcintr > controller vpo0 at ppbus? # Zip Parallelo > device nlpt0 at ppbus? # Stampante > > I disable lpt0 and the nlpt0 seems to be recognized, but the zip > doens't. It is not probed at all ... > > Perhaps I miss to add something ? Yes; the Zip is a SCSI disk, so you need: device sd0 as well as the scbus0 controller. mike