DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / dev / disk / ata / ata-all.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2007-05-01 Matthew Dillonata_boot_attach() is no longer used, #if 0 it out.
2007-05-01 Matthew DillonAdd missing crit_exit();
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-12 YONETANI TomokazuImplement suspend method and wait for channels to be...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-06-03 Sascha WildnerRemove spl*() in disk/{ata,buslogic,ccd} and replace...
2005-05-27 Sascha WildnerRemove DEC Alpha support.
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-03-09 David RhodusCompensate for off by one bugs in disk firmware for...
2005-02-04 Matthew DillonOne of the last things the system does before it tries...
2004-08-17 Matthew DillonAdd some robustness to the error-requeue code. FreeBSD...
2004-06-24 Matthew DillonBackout 1.19. It prevents some machines from booting...
2004-06-23 Matthew DillonCheck for a queued interrupt being dispatched after...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-04-07 Matthew DillonGeneral ata malloc() flags cleanup. Use M_INTWAIT...
2004-03-29 Matthew DillonBring in a bunch of well tested MPIPE changes. Preallo...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-02-18 Matthew DillonATAng stage 4: sync additional atang from 4.x, all...
2004-02-18 Matthew DillonATAng stage 2: sync part of the ata_dma*() API. No...
2004-02-18 Matthew DillonATAng stage 1: synch ad_attach() and atapi_attach(...
2003-12-29 Matthew DillonFreeBSD-5.x removed the 'read interrupt arrived early...
2003-11-30 Matthew DillonAdd the MPIPE subsystem. This subsystem is used for...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-03 Matthew Dillonfix unused variable warning
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: