NetBSD/sys/dev/ata
jakllsch 9d1be6b12e satafis:
- Add function to parse RDH FIS for use in implementing AT_READREG.
- Correct and clean up some structure definitions.
- Sprinkle a bit of const.
- Remove dependency on <dev/ic/wdcreg.h>, WDCTL_4BIT doesn't seem
  to be specified by any recent ATA standard, and it seems to make
  no difference in practice.
- Stop using WDSD_IBM, these bits have been obsolete since before SATA.

siisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.
- Whitespace and slight debug code cleanup.
- Some possibly-uncessary code reordering.

ahcisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.
2010-04-07 17:51:16 +00:00
..
ata_raid_adaptec.c Add support for status reports via bio(4) to ataraid(4). 2008-09-15 11:44:50 +00:00
ata_raid_intel.c use device_xname() 2009-05-11 17:14:31 +00:00
ata_raid_jmicron.c use device_xname() 2009-05-11 17:14:31 +00:00
ata_raid_nvidia.c Add support for nVidia MediaShield ata raid found on HP ProLiant ML115. 2008-08-20 15:00:34 +00:00
ata_raid_promise.c Split device_t and softc for ATA devices, as well as wd(4). Other 2008-03-18 20:46:35 +00:00
ata_raid_subr.c Support multiple volumes connected to Intel MatrixRAID controllers. 2008-09-16 11:45:30 +00:00
ata_raid_via.c PR/46593: Patrick Welche: Compute both the original and the ~VIA_T_BOOTABLE 2008-09-19 16:49:27 +00:00
ata_raid.c KNF 2009-05-12 14:07:01 +00:00
ata_raidreg.h Add support for Intel MatrixRAID to ataraid(4). It is currently limited 2008-09-11 11:08:50 +00:00
ata_raidvar.h struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
ata_wdc.c Spell "enough" properly. 2010-03-28 20:46:18 +00:00
ata.c Spell "enough" properly. 2010-03-28 20:46:18 +00:00
ataconf.h Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
atareg.h Add some more elements to struct ataparams. 2010-01-25 00:39:51 +00:00
atavar.h Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
files.ata ahcisata(4) and siisata(4) use similar SATA FIS functions, share them. 2009-06-17 03:07:51 +00:00
ld_ataraid.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
Makefile
sata_subr.c SATA GEN3 speed is 6.0Gb/s 2008-11-18 09:52:10 +00:00
satafis_subr.c satafis: 2010-04-07 17:51:16 +00:00
satafisreg.h satafis: 2010-04-07 17:51:16 +00:00
satafisvar.h satafis: 2010-04-07 17:51:16 +00:00
satapmpreg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
satareg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
satavar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
wd.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
wdvar.h ATA sepcs changed the LBA48 boundary from 0xfffffff to 0xffffffe between 2009-12-17 21:03:10 +00:00