| Age | Commit message (Expand) | Author |
| 2007-04-08 | Include opt_ata.h for ATADEBUG definition instead of #defining it | dyoung |
| 2007-04-08 | Include opt_ata.h for ATADEBUG definition instead of #defining it | dyoung |
| 2007-03-27 | Add support for VIA V-TECH ata raid. Tested on 4.0 with RAID0, RAID1 and | garbled |
| 2007-03-17 | Let config(1) know that #define ATADEBUG goes in opt_ata.h. In | dyoung |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-09 | after the recent config_attach_pseudo() changes, unit numbers have the same | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-25 | Spell "schedule" correctly. From Zafer Aydogan. | wiz |
| 2006-11-30 | It's 3.0Gb/s, not GB/s. Pointed out by Thomas E. Spanjaard. | bouyer |
| 2006-11-27 | revert last change, as havard's fix is more general. | dogcow |
| 2006-11-22 | #include <sys/device.h> to fix build failure on sparc64. | dogcow |
| 2006-11-22 | Cosmetic: remove one ":" from the port status string, it looks better this | bouyer |
| 2006-11-22 | In sata_reset_interface() return only DET bits of SStatus, as the | bouyer |
| 2006-11-20 | Move part of wdc_sataprobe() to sys/dev/ata/sata_subr.c so that it can be | bouyer |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-09 | Yet another broken seagate drive. | bouyer |
| 2006-10-26 | Use the new prop_dictionary_util functions. | thorpej |
| 2006-10-25 | Exclude wdc_sataprobe() when no SATA controllers are present. Fix | bouyer |
| 2006-10-25 | Add sata registers to struct wdc_regs. Add wdc_sataprobe(), a function | bouyer |
| 2006-10-25 | - Add a new disk ioctl (DIOCGDISKINFO) to get the disk-info dictionary | thorpej |
| 2006-10-15 | white space police | itohy |
| 2006-10-14 | Add ATAPI Pioneer (info from Linux) and ATA TDK (I have one) | itohy |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-30 | A little effort against kernel bloat.... | itohy |
| 2006-09-24 | Typo: WCDD_SECURITY_FREEZE -> WDCC_SECURITY_FREEZE | xtraeme |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-09-22 | - Define disk information, disk geometry, and disk partition dictionary | thorpej |
| 2006-09-07 | Add PIOBM (busmastering transfer using ATA PIO mode) support. | itohy |
| 2006-08-27 | Oops, this is not ready yet. | christos |
| 2006-08-27 | Add missing initializer | christos |
| 2006-08-01 | If there's any wd quirks in use, display them. | lukem |
| 2006-06-24 | Add yet another broken 160GB seagate drive. Mine. ST3160021A. | gendalia |
| 2006-06-05 | Adjust quirk entry for seagate drives. Should fix kern/33637 by Shigeya | bouyer |
| 2006-05-18 | Add yet another broken 160Gb seagate drive. I though we had found all of | bouyer |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-05 | Backing out previous commit for more review. | cherry |
| 2006-04-04 | Sleeps hard disk just before system shutdown. | cherry |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-01-22 | For an IDENTIFY we have to wait for DRQ after issuing the command. | bouyer |
| 2006-01-15 | cast 16bit atap_capacity to u_int64_t before << 16. (assigned to | abs |
| 2006-01-07 | remove B_EINTR as it isn't used anymore. | yamt |
| 2006-01-04 | - add simple functions to allocate/free a buffer for i/o. | yamt |
| 2005-12-26 | - add ioctls to set/get disk bufq strategy. | yamt |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |