Subject: HELP: QDSS (qd0) status???
To: None <port-vax@netbsd.org>
From: Don Smith <dondsmith@austin.rr.com>
List: port-vax
Date: 08/29/2002 23:26:54
All:
 I have followed this group for quite some time now and could really use
some help
with getting the full/straight story on NetBSD/vax QDSS support.
 I tried to build the qd0 driver into the 1.5.2 kernel by only uncommenting
the qd0
entry: Build system is VAXstation 3200 (KA650-B).
 Make error is at end if this message.

1. Is any QDSS support working in 1.5.2?
2. Is all QDSS support based on BSD4.3 code?
3. Is BSD4.3 code currently broken and re-fixed in 1.6 (in the change
notes)?
4. What's the order of magnitude of the scope of work (hours required by a
good programmer)
     to complete wscons (and X w/keyboard and mouse) support for QDSS?
    (e.g. A real developer could knock this out in a couple of
hours/days/weeks/months/years.)
5. Was there *ever* a fully-functioning (graphics+mouse+keyboard) X server
for QDSS?

Thanks in advance for your patience,
-Don Smith
----------------------------------------------------------------------------
------

cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-ar
ith
-Wno-uninitialized -Wno-main -mno-pic -I. -I../../../../arch -I../../../.. -
nost
dinc -DLKM -DMAXUSERS=8 -D_KERNEL  -D_VAX_INLINE_  -c
../../../../dev/qbus/qd.c
../../../../dev/qbus/qd.c: In function `qd_attach':
../../../../dev/qbus/qd.c:744: too few arguments to function
`uba_intr_establish'
../../../../dev/qbus/qd.c:745: too few arguments to function
`uba_intr_establish'
../../../../dev/qbus/qd.c:746: too few arguments to function
`uba_intr_establish'
../../../../dev/qbus/qd.c: In function `qd_strategy':
../../../../dev/qbus/qd.c:1696: `QSPRIOR' undeclared (first use in this
function)
../../../../dev/qbus/qd.c:1696: (Each undeclared identifier is reported only
once
../../../../dev/qbus/qd.c:1696: for each function it appears in.)
../../../../dev/qbus/qd.c: In function `qdaint':
../../../../dev/qbus/qd.c:2255: `qd' undeclared (first use in this function)
../../../../dev/qbus/qd.c: In function `qdiint':
../../../../dev/qbus/qd.c:2335: `qd' undeclared (first use in this function)
*** Error code 1

Stop.
----------------------------------------------------------------------------
-----------------------------