Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2008 17:23:41 -0500
From:      Andrew Duane <aduane@juniper.net>
To:        <freebsd-embedded@freebsd.org>
Subject:   How to support a TrueIDE (ATA) NANDrive chip
Message-ID:  <0FCFCF6165E968449991746EB91D614D01FF35C9@antipi.jnpr.net>

next in thread | raw e-mail | index | archive | help
We have an SST NANDrive chip on our board that supports the simple ATA
command set. What's the easiest way to get support for this into our
kernel so we can partition and mount the device?

Using "da" and "umass" isn't really an option, since it is neither SCSI,
nor attached to USB. Pulling in all of "ata" seems like overkill; all we
really need is read/write block and some simple sense commands. They are
all synchronous, it's low traffic and we are more concerned with
simplicity than performance. Is there some subset of "ata" I can use
that won't involve pci bus, controllers, etc? We just want to be able to
write the LBA, SECT_CNT, and GO command and read the data.

--

Andrew Duane             Juniper Networks
978-589-0551             10 Technology Park Dr
aduane@juniper.net       Westford, MA  01886-3418
=20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0FCFCF6165E968449991746EB91D614D01FF35C9>