From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <911538ba528d55e7a1d065f3e828ffca@plan9.bell-labs.com> From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Support for 1542 scsi MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 18 Sep 2002 14:47:59 -0400 Topicbox-Message-UUID: eeb12be8-eaca-11e9-9e20-41e7f4b1d025 On Wed Sep 18 14:29:18 EDT 2002, west9@worldnet.att.net wrote: > The 1542 scsi is not listed among the supported hardware. Is this an > oversight? If not an oversight can 3e code be used? > > Tnx, > > -Tom The driver is in there: o% man plan9.ini ... scsiX=value This defines a SCSI interface which cannot be automatically detected by the kernel. Known types are aha1542 The Adaptec 154x series of controllers (and clones). Almost completely configurable, only the port=0x300 option need be given. ...