Re: pool panic on installer
Izumi Tsutsui <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.atari |
|---|---|
| Message-ID | <[email protected]> |
Tuomo wrote: > > I've tried atari's md_root.c (reading md_root from floppy) on i386 > > with some changes, and now it looks it's enough to clear > > bp->b_oflags (which was introduced on vmlocking2 merge) > > as per the similar function in sys/kern/subr_disk.c: > > http://cvsweb.NetBSD.org/bsdweb.cgi/src/sys/kern/subr_disk.c.diff?r1=1.89&r2=1.90 : > Thanks for the patch; I tried it with DIAGNOSTIC kernel and it works without > glitches. Thanks, I've committed the fix. I also committed my patches against bus_space(9) (adding volatiles) and locore.s (idepth accounting for PR port-atari/39965) because both of them won't have bad side effect. --- Izumi Tsutsui