6 Mar 2009 23:39
Re: atabus <at> wdc can't attach
Valeriy E. Ushakov <uwe <at> stderr.spb.ru>
2009-03-06 22:39:15 GMT
2009-03-06 22:39:15 GMT
[Cc'ing Matthias who made the wdc_pcmcia_enable change in question] On Thu, Feb 26, 2009 at 18:15:20 +0900, KIYOHARA Takashi wrote: > Hi! all, > > My hpcsh machine(PERSONA HPW-50PA) can't attach atabus <at> wdc at current > (20090221). Maybe since this change. > > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pcmcia/wdc_pcmcia.c.diff?r1=1.112&r2=1.113&f=h > > We will have to delay attaching until kthread runs. > Index: hd64461pcmcia.c > =================================================================== > RCS file: /cvsroot/src/sys/arch/hpcsh/dev/hd64461/hd64461pcmcia.c,v > retrieving revision 1.43 > diff -u -r1.43 hd64461pcmcia.c > --- hd64461pcmcia.c 28 Apr 2008 20:23:22 -0000 1.43 > +++ hd64461pcmcia.c 23 Feb 2009 17:49:39 -0000 > <at> <at> -269,14 +269,6 <at> <at> > &sc->sc_event_thread, > "%s", device_xname(self)); > KASSERT(error == 0); > - > -#if !defined(HD64461PCMCIA_REORDER_ATTACH) > - hd64461pcmcia_attach_channel(sc, CHANNEL_0); > - hd64461pcmcia_attach_channel(sc, CHANNEL_1); > -#else > - hd64461pcmcia_attach_channel(sc, CHANNEL_1);(Continue reading)
RSS Feed