From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Sat, 21 Jun 2008 09:33:47 -0400 To: uair00@gmail.com, 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Running plan 9 on a Toshiba laptop Topicbox-Message-UUID: c46e8ee4-ead3-11e9-9d60-3106f5b1d025 > ahci0 port 0xf0704000: hba sss 0; ncs 31; coal 1; mport 2; led 1; clo 1; ems 0; > ich: sata-II with 3 ports > > and this is the lspci -vvv output: > > 00:1f.2 SATA controller: Intel Corporation Mobile SATA AHCI Controller > (rev 03) (prog-if 01 [AHCI 1.0]) [...] looking through the sources version of the driver, it appears that the problems i was worried about have been addressed. i don't have hardware with a discontiguous set of ports with which to test. the most likely source of this problem would be if the kernel recognizes the same ports as sata and legacy ide. that could be due to a bios bug. but i'm just guessing. do you get any messages from the ide driver? > And also, for some reason, it takes a while to echo on the screen what > I write on the keyboard. I mean, if you write something, then it > appears on screen after 5 seconds, more or less. is this just with plan 9? - erik