Sun 4's and DR11-W

Craig Leres leres at ace.ee.lbl.gov
Wed Aug 3 07:41:09 AEST 1988


This is probably unrelated to Jim Hutchison's DR11 problem, but is of
interest to people porting device drivers from the 68K to sparc
families. When dealing with 16 bit data vme address space (16d16,
24d16, 32d16), you're supposed to only do 16 bit accesses.

If you do a 32 bit access in 16 bit data vme address space on the
68020, the processor (or memory management) automatically does two 16
accesses. But the hardware on a sparc isn't so helpful; so if you need
to read a 32 bit register (for example) you've got to do the 16 bit
reads and construct the 32 bit quanity yourself.

		Craig



More information about the Comp.unix.wizards mailing list