From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrey mirtchovski To: 9fans@cse.psu.edu Subject: Re: [9fans] venti/fmtarenas approximate duration? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Mon, 23 Jun 2003 20:25:37 -0600 Topicbox-Message-UUID: d8b7744a-eacb-11e9-9e20-41e7f4b1d025 we'll have to wait until tomorrow for the results -- i did a 'disk/kfscmd halt' and now i can't 'echo reboot > /dev/reboot' anymore. i'm not at the machine, so i guess i'm stuck... andrey ps: i added it to the bottom of the switch statement, where the other 0x8086's are... On Mon, 23 Jun 2003 jmk@plan9.bell-labs.com wrote: > try adding > > case (0x24DB<<16)|0x8086: /* 82801EB (ICH5) */ > > to the switch in /sys/src/9/pc/sdata.c:atapnp(), then try > doing the > > echo dma on >/dev/sd[CD][01]/ctl > > after you have done some i/o, the config line when catting > the dev ctl file should have something other than 0 in the > dmactl field. >