From owner-freebsd-hardware Tue Mar 17 18:20:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22435 for freebsd-hardware-outgoing; Tue, 17 Mar 1998 18:20:49 -0800 (PST) (envelope-from owner-freebsd-hardware@FreeBSD.ORG) Received: from ns.mexcom.net (aca1-11.uninet.net.mx [200.38.135.11] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22053; Tue, 17 Mar 1998 18:19:08 -0800 (PST) (envelope-from eculp@ver1.telmex.net.mx) Received: from sunix (telmex@sunix.mexcom.net [206.103.64.3]) by ns.mexcom.net (8.8.8/8.8.7) with SMTP id UAA18376; Tue, 17 Mar 1998 20:17:11 -0600 (CST) Message-ID: <350F3053.46225DB5@ver1.telmex.net.mx> Date: Tue, 17 Mar 1998 20:24:19 -0600 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.14 i586) MIME-Version: 1.0 To: Gabor Kincses CC: hardware@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: Thinkpad and ppbus References: <350EE1B8.41C67EA6@acm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gabor Kincses wrote: > > I'm trying to get my parallel port ZIP drive working with the new ppbus > driver set, but I'm stuck. Here's the relevant portion of dmesg: > > ppc0 at 0x3bc irq 7 flags 0x4 on isa > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in EPP mode (EPP 1.9) > ppi0: on ppbus 0 > plip0: on ppbus 0 > nlpt0: on ppbus 0 > nlpt0: Interrupt-driven port > vpo0: on ppbus 0 > vpo0 waiting for scsi devices to settle > npx0 flags 0x1 on motherboard > npx0: INT 16 interface > > Could an increased timeout value be necessary for this box (755CX, fall > 1995)? > > Also, after the vpo lines show up, the console goes blank, until > switching to ttyv1 and back to ttyv0. Then the background is bright > red. I also had to hack syscons.h to a 37x100 console. > > -- > Gabor Kincses > (gabor@acm.org) I don't see the reference to scbus0 something like scbus0 at vpo0 bus 0 or sd0 something like sd0 at scbus0 target 6 lun 0 sd0 type 0 removable SCSI 2 and a couple of other lines about the media. are scbus0 and sd0 in your kernel config file? controller scbus0 device sd0 in addition to controller ppbus0 controller ppc0 at isa? irq 7 vector ppcintr controller vpo0 at ppbus? device nlpt0 AT ppbus? that seem to be alright. Hope this helps. ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message