cube
|
7aa6248cdf
|
Split device_t and softc for ATA devices, as well as wd(4). Other
cosmetic changes where appropriate.
|
2008-03-18 20:46:35 +00:00 |
|
simonb
|
de8ac4a1b6
|
Print the "bus-master DMA support present" message out the same
other a few other SATA drivers do. Nicer output than just a line
with ": DMA" on it...
|
2008-02-05 07:02:00 +00:00 |
|
xtraeme
|
80f676f52f
|
- Add support for the ServerWorks HT-1000 IDE Controller in rccide.
- Add support for another ServerWorks HT-1000 SATA Controller.
From OpenBSD.
|
2007-10-24 23:08:06 +00:00 |
|
hannken
|
7d99324122
|
Enable WDC_CAPABILITY_WIDEREGS. With this change LBA48 operations no
longer wrap at 128GB.
Tested on an "ServerWorks HT-1000 SATA Controller (rev. 0x00)".
Approved by: Manuel Bouyer <bouyer@netbsd.org>
|
2006-11-30 19:32:37 +00:00 |
|
christos
|
168cd830d2
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
|
bouyer
|
576987983a
|
Use common wdc_sataprobe() where possible; explain why we can't in satalink.c
|
2006-10-25 17:34:49 +00:00 |
|
christos
|
4d595fd7b1
|
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
|
2006-10-12 01:30:41 +00:00 |
|
thorpej
|
2be6494fc9
|
Use device_cfdata().
|
2006-03-29 04:16:44 +00:00 |
|
bouyer
|
d43ac7ad9d
|
Also support Serverwork Frodo4, Frodo8 and HT-1000 in svwsata.
From OpenBSD.
|
2006-03-07 22:11:25 +00:00 |
|
bouyer
|
f656fa41eb
|
Add svwsata(4), a driver for Serverworks K2 SATA controllers. From
OpenBSD via Joerg Sonnenberger.
|
2006-03-06 18:35:24 +00:00 |
|