summaryrefslogtreecommitdiff
path: root/sys/dev/ata
AgeCommit message (Expand)Author
2007-10-31PR/37251 - Brian Buhrow -- FORCE_LBA48 on seagate drives larger then 1TBjnemeth
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-09-16Add a workaround for drives with the LBA48 bug:bouyer
2007-09-05yet more caddr_t falloutjnemeth
2007-08-21Improved SATA support, from Jonathan A. Kollasch in PR bin/36772:bouyer
2007-07-30Make it compile with WD_SOFTBADSECT option.taca
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-21Replace some uses of lockmgr().ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-07-01Allow callers of the ATAIOCCOMMAND ioctl to request the WDCC_IDENTIFY todsl
2007-07-01Remove 'else' after 'return' for claritydsl
2007-04-08Include opt_ata.h for ATADEBUG definition instead of #defining itdyoung
2007-04-08Include opt_ata.h for ATADEBUG definition instead of #defining itdyoung
2007-03-27Add support for VIA V-TECH ata raid. Tested on 4.0 with RAID0, RAID1 andgarbled
2007-03-17Let config(1) know that #define ATADEBUG goes in opt_ata.h. Indyoung
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-09after the recent config_attach_pseudo() changes, unit numbers have the samedrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-12-25Spell "schedule" correctly. From Zafer Aydogan.wiz
2006-11-30It's 3.0Gb/s, not GB/s. Pointed out by Thomas E. Spanjaard.bouyer
2006-11-27revert 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-22Cosmetic: remove one ":" from the port status string, it looks better thisbouyer
2006-11-22In sata_reset_interface() return only DET bits of SStatus, as thebouyer
2006-11-20Move part of wdc_sataprobe() to sys/dev/ata/sata_subr.c so that it can bebouyer
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-09Yet another broken seagate drive.bouyer
2006-10-26Use the new prop_dictionary_util functions.thorpej
2006-10-25Exclude wdc_sataprobe() when no SATA controllers are present. Fixbouyer
2006-10-25Add sata registers to struct wdc_regs. Add wdc_sataprobe(), a functionbouyer
2006-10-25- Add a new disk ioctl (DIOCGDISKINFO) to get the disk-info dictionarythorpej
2006-10-15white space policeitohy
2006-10-14Add ATAPI Pioneer (info from Linux) and ATA TDK (I have one)itohy
2006-10-12- sprinkle __unused on function decls.christos
2006-09-30A little effort against kernel bloat....itohy
2006-09-24Typo: WCDD_SECURITY_FREEZE -> WDCC_SECURITY_FREEZExtraeme
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-09-22- Define disk information, disk geometry, and disk partition dictionarythorpej
2006-09-07Add PIOBM (busmastering transfer using ATA PIO mode) support.itohy
2006-08-27Oops, this is not ready yet.christos
2006-08-27Add missing initializerchristos
2006-08-01If there's any wd quirks in use, display them.lukem
2006-06-24Add yet another broken 160GB seagate drive. Mine. ST3160021A.gendalia
2006-06-05Adjust quirk entry for seagate drives. Should fix kern/33637 by Shigeyabouyer
2006-05-18Add yet another broken 160Gb seagate drive. I though we had found all ofbouyer
2006-05-14integrate kauth.elad
2006-04-05Backing out previous commit for more review.cherry
2006-04-04Sleeps hard disk just before system shutdown.cherry