| Age | Commit message (Expand) | Author |
| 2007-10-31 | PR/37251 - Brian Buhrow -- FORCE_LBA48 on seagate drives larger then 1TB | jnemeth |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-09-16 | Add a workaround for drives with the LBA48 bug: | bouyer |
| 2007-09-05 | yet more caddr_t fallout | jnemeth |
| 2007-08-21 | Improved SATA support, from Jonathan A. Kollasch in PR bin/36772: | bouyer |
| 2007-07-30 | Make it compile with WD_SOFTBADSECT option. | taca |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-21 | Replace some uses of lockmgr(). | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-01 | Allow callers of the ATAIOCCOMMAND ioctl to request the WDCC_IDENTIFY to | dsl |
| 2007-07-01 | Remove 'else' after 'return' for clarity | dsl |
| 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 |