DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / dev / raid / twa / twa_freebsd.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-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...
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-09-12 Matthew DillonDragonFly's malloc only guarentees X alignment when...
2005-06-10 Sascha WildnerRemove spl*() in dev/raid/{mlx,mly,pst,twa,twe} and...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-02-04 Matthew DillonOne of the last things the system does before it tries...
2004-06-25 Hiten PandyaMerge rev. 1.7 of FreeBSD's src/sys/dev/twa/twa_freebsd.c.
2004-06-21 Matthew DillonGeneral M_NOWAIT -> M_INTWAIT work, except in periodic...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-04-16 David RhodusAdd in the twa(4) driver. This adds in support for...