summaryrefslogtreecommitdiff
path: root/sys/dev/i2o/iop.c
AgeCommit message (Expand)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-10-17cleanup dmesgTheo de Raadt
2007-10-04attribute packed -> __packedGilles Chehade
2007-09-16Obvious M_ZERO changes.Kenneth R Westerback
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-03-07Don't issue I2O_EXEC_IOP_CLEAR to AMI boards, since someBrad Smith
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-01-06Make sure the kthread does not run before iop_config_interrupts().Miod Vallat
2004-07-09perform reply buffer dma synchronisation in iop_msg_post(), and not inPedro Martelletto
2003-09-04bzero the full malloced space, not the sizeof the pointerAnil Madhavapeddy
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-06-07Handle hashinit() failure. ok niklas@Thomas Nordin
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-10-27remove unused timeout in lockinit() per art@'s idea.Michael Shalayeff
2001-07-27Startup hooks. Can be used for providing root/swap devices from deviceNiklas Hallqvist
2001-06-29Better failure handling in the init routineNiklas Hallqvist
2001-06-27Very important endian fix :-)Niklas Hallqvist
2001-06-27use proper size for swappingMichael Shalayeff
2001-06-27recieve -> receiveNathan Binkert
2001-06-27use I2O_CLASS_MASK and I2O_LCT_ENTRY_TID_MASK instead of magic const, plus a ...Michael Shalayeff
2001-06-26htole32 is twice as wrong as letoh16Michael Shalayeff
2001-06-26size fixes. Some KNF.Niklas Hallqvist
2001-06-26make iop_msg_post deal w/ the size itselfMichael Shalayeff
2001-06-26Some stylistic changesNiklas Hallqvist
2001-06-26initialize sw and fix the the mb lengthMichael Shalayeff
2001-06-26a few style changes from niklas and fill the mb for ofifo_init properMichael Shalayeff
2001-06-26make the scratch mem global, convert reset, status_get, and ofifo_init, the l...Michael Shalayeff
2001-06-26Comment about the bus_space_alloc calls and their problemsNiklas Hallqvist
2001-06-26supply a size argument to the _post and _msg_post.Michael Shalayeff
2001-06-26Create a scratch dma mapNiklas Hallqvist
2001-06-26vendor extensions not yetMichael Shalayeff
2001-06-25Initial I2O framework from NetBSD, hacked up by mickey and me.Niklas Hallqvist