summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/vs.c
AgeCommit message (Expand)Author
2004-06-10Fix a logic error in sglist creation.Miod Vallat
2004-05-23Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now.Miod Vallat
2004-05-22Reset the board during probe. As a result, we can now honor the SCSIMiod Vallat
2004-05-22Convert to bus_space; but it still uses kvtop()...Miod Vallat
2004-05-21More cleaning, better registers programming, better error messages.Miod Vallat
2004-05-20More "can't help but clean things while reading".Miod Vallat
2004-05-20General cleanup before attempting to move towards bus_space and bus_dma.Miod Vallat
2004-05-09Eliminate verbosity parameter to scsi_print_sense and the associatedKenneth R Westerback
2004-04-30Fix logic botch resulting in a too optimistic openings value.Miod Vallat
2004-04-24Do not ignore vs_poll() return value.Miod Vallat
2004-04-24Preliminary switch to an mvme88k bus_space world. Not all drivers have beenMiod Vallat
2004-04-16When a VMEBus device needs to use two interrupt vectors, be nice and let itMiod Vallat
2004-01-29typos; jjy2+@pitt.eduTheo de Raadt
2004-01-20In some situations, the MVME328S can be so hung that our current reset codeMiod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2004-01-14Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. AlsoKenneth R Westerback
2004-01-02Better openings value computation.Miod Vallat
2003-12-26Merge the attachment part and the real work part of the SCSI drivers inMiod Vallat
2003-12-25Provide common D16 vmespace block access functions, instead of vs and vx eachMiod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-03spelling fixes (in the comments)David Krause
2003-10-05Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_tMiod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-14handeled -> handled; reported by someone on the list, but i no longerFederico G. Schwindt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-14volatile police.Miod Vallat
2001-12-22masive cmmu overhaul. function pointers now control cmmu functionalitySteve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-08-31Assorted changes to really let non-DDB kernels (such as the future RAMDISK,Miod Vallat
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-14Big cleanup of VM issues:Miod Vallat
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-08Some warning hunting.Miod Vallat
2001-02-01Major changes to get MVME188 working. More header and code cleanups. TheSteve Murphree
1999-09-27adding support for MVME188 and MVME197. Plus 32bit if_ie.Steve Murphree
1999-05-29Added vme bus device drivers. MVME328, MVME376, MVME332Steve Murphree