NetBSD/sys/arch/evbarm/iq31244
bouyer bf1a4d2af5 properly use ata_channel->ch_ndrive:
- initialize it properly in the bus front-ends (all 2, exept in wdc_pcmcia.c
  for the "Sandisk CompactFlash Card" where it's set to 1)
- remplace hardcoded '2' by ata_channel->ch_ndrive in MI IDE drivers.

From Christos Zoulas in kern/32501.
2006-01-16 20:30:18 +00:00
..
README
iq31244_7seg.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
iq31244_pci.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
iq31244reg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
wdc_obio.c properly use ata_channel->ch_ndrive: 2006-01-16 20:30:18 +00:00

README

$NetBSD: README,v 1.1 2003/05/14 21:41:34 thorpej Exp $

The IQ31244 ("Red Canyon") is a reference board based around the
i80321 I/O processor and i31244 S-ATA controller.

To software, it is very similar to the IQ80321 eval board.  As such, we
share almost all of the IQ80321 code, and name our functions in a way
compatible with the IQ80321 code.