DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / dev / raid / ips / ips.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-06-04 Matthew DillonRemove LWKT reader-writer locks (kern/lwkt_rwlock.c...
2005-08-09 Matthew DillonPort a major reworking of the way IPS driver commands...
2005-06-07 YONETANI TomokazuReplace spl*() with critical sections.
2004-12-10 YONETANI TomokazuRemove unnecessary weird locking macro I added to blind...
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-06 Joerg SonnenbergerSync driver:
2004-09-06 Joerg SonnenbergerMinor style cleanups.
2004-07-09 Matthew DillonAdd a missing '$' to the FreeBSD cvs tags.
2004-07-09 Matthew DillonIPS was using malloc flags of 0 (which is no longer...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-01-18 Matthew DillonFix a minor malloc leak in ips.
2004-01-15 David Rhodus* Add in support for the IBM ServeRAID controller.