[comp.sys.sun] Ramdisk Pseudo-Device Driver on SunOS 4.0.3

bud@sq.sq.com (Bud Greasley) (02/02/90)

Has anyone succeeded in getting the Ramdisk pseudo-device driver
documented in the "Writing Device Drivers" section of the SunOS 4.0
documentation set to work.

In the release notes for 4.0.3 they mention that it worked under SunOS 3.5
but "may cause your system to crash" under 4.0.n. It does.

Our system craches when I try to do a mkfs on the device.  The problem
seems to be in ramstrategy.   bp->b_un.b_addr points to 0 which causes
problems ie.

	bcopy(raddr, bp->b_un.b_addr, nbytes);

Has anyone bothered to fix this?

Thanks in advance.

Bud Greasley
.!utzoo!sq!bud