summaryrefslogtreecommitdiff
path: root/sys/dev/i2o/iop.c
AgeCommit message (Expand)Author
2003-12-09Match Promise controllers.ad
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-25Fix the previous differently.mycroft
2003-10-25Fix uninitialized variable warningschristos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-03DMA, not dma nor Dma.wiz
2003-01-20Remove variable that is only assigned too but not referenced.simonb
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-11Fix typo.ad
2002-12-06- Handle DPT ioctls from native NetBSD binaries.ad
2002-11-15Cosmetic changes.ad
2002-11-08Add support for Adaptec 200[05]Smsaitoh
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-22PR 18760: don't issue I2O_EXEC_IOP_CLEAR to AMI boards, since somead
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-04-05Implement mstohz() as discussed on tech-kern, and use it in SCSI driversbouyer
2002-03-08PR 15552: don't explode if the board fails to respond during initalization.ad
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2002-01-02Set sc_framesize to a reasonable value early on so that DEBUG codead
2001-11-13add RCSIDlukem
2001-09-27Make firmware updates work with dpti.ad
2001-09-21Add `dpti', which is an I2O vendor extension implementing the DPT/Adaptecad
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-08-22Parameter group changes:ad
2001-08-04Some changes from OpenBSD, and some of my own:ad
2001-06-12receive, not recievewiz
2001-04-01- Allocate any private space that's requested.ad
2001-03-21Decrease the timeouts on QUEIESCE and CLEAR lest the adapter doesn't reply.ad
2001-03-20Major update; basically, improve performance somewhat and play nicer withad
2001-01-03Fix thinko in previous.ad
2001-01-03- Fix a number of bugs with the configuration stuff.ad
2001-01-01Don't try to configure `uninteresting' devices.ad
2000-12-03Nit.ad
2000-12-03Fix a comment.ad
2000-12-03- Only configure un-claimed devices. Implement re-configuration.ad
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-11-09unused variableitojun
2000-11-09- A few minor changes (typos and the like).ad
2000-11-08Add support for I2O adapters and SCSI/FC-AL/BSA class devices. This needsad