| Age | Commit message (Expand) | Author |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-19 | more detailed debug info; also sync DEBUG_* values in wd.c with ata.c | jdolecek |
| 2017-10-18 | add newlines to the debug messages | jdolecek |
| 2017-10-15 | move the extra thaw for scheduled ata_reset_channel() to the function itself, | jdolecek |
| 2017-10-10 | split off functions used by 'wd* at umass?' into separate file, unfortunately | jdolecek |
| 2017-10-08 | as a stopgap measure, include necessary parts of dev/ata/ata.c even | jdolecek |
| 2017-10-08 | Don't assert channel lock in polled mode. | mlelstv |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2014-09-10 | g/u_int[0-9]*_t/ s/u_int/uint/g | matt |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 2013-08-07 | Make sure a channel has drives attached before resetting it otherwise | blymn |
| 2013-04-03 | Fix kernel dump on ahci controller, by making sure we won't sleep | bouyer |
| 2012-11-01 | Allow setting ATADEBUG_MASK to default value of atadebug_mask | abs |
| 2012-08-04 | If ch_ndrives is > 0, then ch_drive is not supposed to be NULL. | bouyer |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-29 | Remove ata_channel->ata_drives, it's redundant with the pointer in | jakllsch |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-24 | Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 and | jakllsch |
| 2012-07-22 | It turns out my previous commit here was off by one. | jakllsch |
| 2012-07-15 | Stopgap crash prevention when atadebug_mask includes DEBUG_PROBE bit. | jakllsch |
| 2012-07-15 | Some namespace protection (and add greppablity). | dsl |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-04-06 | Fix a typo (that I found 5 years ago). Though the definition of | isaki |
| 2011-04-30 | Add simplistic atabus(4) rescan support. | jakllsch |
| 2011-04-18 | Replace few simple_lock and ltsleep/wakeup uses with mutex(9) and condvar(9). | rmind |
| 2010-03-28 | Spell "enough" properly. | snj |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-21 | Cosmetic: join some lines. Get out early on errors, change | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-12 | Remove superfluous activation hook. | dyoung |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-09-13 | Wipe out the last vestiges of POOL_INIT with one swift stroke. In | pooka |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-07 | Cosmetic: flag a potential problem in ata_channel_attach(): | dyoung |
| 2009-04-03 | Stop dereferencing a dangling device_t pointer and crashing: skip the | dyoung |
| 2009-04-02 | During shutdown, detach devices in an orderly fashion. | dyoung |
| 2008-11-16 | cpu_intr_p() doesn't account for software interrupts (e.g. callouts) so | bouyer |
| 2008-10-02 | Kill ATACH_TH_RUN and use cpu_intr_p() instead. | bouyer |
| 2008-10-01 | Use a separate thread to probe/attach atabus's childrens. Fixes a deadlock | bouyer |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2008-01-10 | Oops, remove some debug statements that slipped in there. | dyoung |
| 2008-01-10 | Use device_t, device_xname(), device_private(). Add atabus_childdetached() | dyoung |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-20 | Don't allocate DEV_BSIZE from the stack, use kmem instead. | pooka |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |