Re: USB->ATA devices
Ian Dowse <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, Bruce M Simpson writes: >The exception to the rule would seem to be devices behind USB->ATA bridges; >some of the bridge chips on the market (OnSpec for example) implement a >protocol which is nonstandard and is composed of the ATA task register file >writes one would normally make in the ISA or PCI i/o address space. If you're interested, I wrote a functional but incomplete driver for a similar device, the Prolific Technology PL2307 bridge. I just implemented the conversion for a minimal set of ATA commands in the driver itself; it would obviously be better to have the ATA layer in a separate driver though. The code for that driver is at: http://www.maths.tcd.ie/~iedowse/FreeBSD/uplata.tgz Ian To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message