Aucbvax.3201 net.2bsd-bugs utzoo!decvax!ucbvax!sdcarl!sdcattb!rusty Fri Sep 18 04:06:14 1981 bug in xp.c (disk driver in kernel dir) in strat there is an #ifdef UNIBUS_MAP, it is in the wrong place. it should be moved back a line. if UNIBUS_MAP is not defined then the "if ((bp->b_flags & B_PHYS) && ..." will control the "bp->b_cylin = ..." instead of the "mapalloc...".