summaryrefslogtreecommitdiff
path: root/sys/dev/ata
AgeCommit message (Expand)Author
2008-06-17Mark a buffer `busy` in getnewbuf() when it came from the pool_cache sincereinoud
2008-06-12use device_lookup_private to get softccegger
2008-06-10use new "defpseudodev" where appropriate, and remove dummy interfacedrochner
2008-06-08Use device_lookup_private() rathter than device_private(device_lookup()).tsutsui
2008-05-06ata_raid_config_block_rw: getiobuf(vp, NULL) -> getiobuf(vp, false)yamt
2008-05-04device_t/softc split.xtraeme
2008-05-02disk_destroy() is needed when the disk structure is no longer required,plunky
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-26split softc/device_t. use device_t & cfdata_tmatt
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-03-19Don't assume wd_softc embeds a struct device.cube
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2008-02-29The Hitachi HDP725025GLA380 returns "aborted command" instead ofbouyer
2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung
2008-02-28use pmf again to register the shutdown handler, instead ofdrochner
2008-02-22As pointed out by Geoff Wing, 1.356 of wd.c needs sc_sdhook restored.dogcow
2008-02-21put back the old shutdown handlers to flush the disk cache,drochner
2008-02-07Move a debug printf into the ATA_RAID_DEBUG block.xtraeme
2008-02-02Match up some VOP_OPEN()S with VOP_CLOSE()s. This allows the rootmjf
2008-01-10Oops, remove some debug statements that slipped in there.dyoung
2008-01-10Use device_t, device_xname(), device_private(). Add atabus_childdetached()dyoung
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2008-01-02Another driver that should use getiobuf().ad
2008-01-02Merge vmlocking2 to head.ad
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-20Don't allocate DEV_BSIZE from the stack, use kmem instead.pooka
2007-12-18Restore suspend handler. Put the disc into standby on suspend and forjoerg
2007-12-11use __KERNEL_RCSID()lukem
2007-12-11Make this compile again.jmcneill
2007-12-11Disable the wd_suspend power handler on the proper branch, workaround forjmcneill
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-11-18From Marco Trillo (marcotrillo at gmail dot com):christos
2007-11-07more KNF changesitohy
2007-11-07KNF or make it compile by gcc 2itohy
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