[1938] in Athena Bugs
kernel QDSS config file error (from Usenet)
daemon@ATHENA.MIT.EDU (John T Kohl)
Mon Mar 20 20:12:33 1989
Date: Mon, 20 Mar 89 20:12:11 EST
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
From bloom-beacon!tut.cis.ohio-state.edu!mailrus!eecae!tank!mimsy!chris Mon Mar 20 20:10:44 EST 1989
Article 1264 of comp.bugs.4bsd:
Path: bloom-beacon!tut.cis.ohio-state.edu!mailrus!eecae!tank!mimsy!chris
>From: chris@mimsy.UUCP (Chris Torek)
Newsgroups: comp.bugs.4bsd
Subject: QDSS csr adddress is wrong in vax configuration files
Message-ID: <16447@mimsy.UUCP>
Date: 20 Mar 89 00:12:45 GMT
Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742
Lines: 27
Index: /sys/conf/* 4.3BSD-tahoe Fix
Description:
The QDSS driver happens to ignore the csr address of 0177400
listed in the distributed vax-specific configuration files.
Nonetheless, the address is wrong, and a future version of
the driver will require the correct address.
Repeat-by:
Examination
Fix:
Change
device qd0 at uba0 csr 0177400 vector qddint qdaint qdiint
to
device qd0 at uba0 csr 017400 vector qddint qdaint qdiint
wherever it appears (GENERIC.vax, LINT.vax, and any private
configurations). You can use `0x1f00' if you prefer (the
VCB02 manual lists the standard QDSS addresses in hex---no doubt
this is how the wrong one crept in).
--
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris