Re: Current kernel with http://gnats.netbsd.org/39965 and pmap patches
"T. Makinen" <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.atari |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Dec 28, 2008 at 4:57 AM, Izumi Tsutsui <[email protected]> wrote: > Tuomo wrote: > >> Thanks for looking at this issue :) I just tried >> netbsd-FALCON-4.0_STABLE-20081225.gz kernel, but it hangs when probing SCSI >> devices. It seems that kernel also needs following patch for ncr5380.c: >> http://mail-index.netbsd.org/source-changes/2008/10/28/msg211905.html > > Hmm, that change has been pulled up to netbsd-4: > http://mail-index.NetBSD.org/source-changes/2008/11/06/msg212310.html > so maybe there is some other interrupt issue. > > I've reverted some leftover changes (spl1() -> splraise1() in dma.c etc.) > in my tree and also pull another ncr5380.c change for Falcon: > http://mail-index.NetBSD.org/source-changes/2008/11/15/msg212774.html > > Could you also try these ones? > http://www.ceres.dti.ne.jp/~tsutsui/netbsd/netbsd-FALCON-4.0_STABLE-20081228.gz > http://www.ceres.dti.ne.jp/~tsutsui/netbsd/netbsd-FALCON-4.0_STABLE-gcc3-20081228.gz It seems that gcc4 cause troubles with NetBSD 4 kernel. Gcc3 version does not freeze when probing SCSI devices and there's no long delay when keyboard is probed. Reading all installation sets from IDE drive work with NetBSD 4 gcc3 kernel and copying files from IDE to SCSI worked without troubles. -Tuomo