Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 1998 10:33:46 -0800 (PST)
From:      jose@we.lc.ehu.es
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   kern/9174: parallel ZIP support broken in 3.0-CURRENT
Message-ID:  <199812221833.KAA29020@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         9174
>Category:       kern
>Synopsis:       parallel ZIP support broken in 3.0-CURRENT
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 22 10:40:00 PST 1998
>Last-Modified:
>Originator:     Jose M. Alcaide
>Organization:
Universidad del Pais Vasco - Dept. de Electricidad y Electronica
>Release:        3.0-CURRENT (981221)
>Environment:
FreeBSD marrajo.we.lc.ehu.es 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Tue Dec 22 19:11:37 CET 1998     toor@marrajo.we.lc.ehu.es:/usr/src/sys/compile/MARRAJO  i386

>Description:
parallel ZIP worked under FreeBSD 3.0-RELEASE. After a recent CVSup
(981221) and "make world", it does not work anymore.
The ppc and vpo devices are detected, but the "da" device is not
initialized:

ppc: parallel port found at 0x378
ppc0 at 0x378 irq 7 on isa
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
vpo0: <Iomega VPI0 Parallel to SCSI interface> on ppbus 0
vpo0: EPP 1.9 mode

That's all...
>How-To-Repeat:
Build a kernel with the following options:

controller      ppbus0                  # Bus paralelo
controller      vpo0    at ppbus?       # ZIP paralelo
device          nlpt0   at ppbus?       # Impresora
controller      ppc0    at isa? port ? tty irq 7 # Controlador puerto paral.
controller      scbus0                  # Lo necesita el ZIP paralelo.
device          da0                     # Y esto también.

Attach a parallel ZIP and reboot. No "da" device is initialized.
>Fix:
Something has been messed up between 3.0-RELEASE and -CURRENT of
December, 21st.
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812221833.KAA29020>