summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_netbsdkintf.c
AgeCommit message (Expand)Author
2010-03-14For RAID sets which have no parity (i.e., RAID level 0) and therefore canjld
2010-03-01Don't merge a good parity map with random stuff in the event that theoster
2009-12-01KNF: whitespace.dyoung
2009-11-21whitespace policechristos
2009-11-17Finally commit the RAIDframe parity map Summer Of Code project.jld
2009-11-05Use deviter(9) instead of accessing alldevs directly. Compile-tested,dyoung
2009-10-13raidframe doesn't need sys/user.h (or at least one would hope so ;)pooka
2009-07-23Move the RAID shutdown to the raid(4) detachment routine, and usedyoung
2009-06-10Attempt bailout if config_attach_pseudo() fails. Otherwise, a fewpooka
2009-06-06Fix my previous commit.haad
2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-05-01Use device_t, cfdata_t, device_private().dyoung
2009-04-03Switch various printfs from %ld and %d to PRIu64, etc. to be more consistentsborrill
2009-03-15ansify function definitionscegger
2009-03-14'boot -z' bogonsad
2009-02-28Nuke a DIAGNOSTIC check that is no longer useful, even for DIAGNOSTIC.oster
2009-02-28It seems that some SCSI drivers can block while the spinlock on a givenoster
2009-02-07Be consistent with wd.c and don't complain loudly if the underlyingoster
2009-01-18add compat50 ioctls.christos
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2009-01-11Implement DIOCCACHESYNC for RAIDframe too.oster
2008-11-18_KERNEL_OPTad
2008-09-28Undo previous change to an #if 0. The code does belong to theoster
2008-09-27Cleanup some of the spare table stuff. It is not needed in the generaloster
2008-06-16We don't care about md devices here. Fixes issue reported by Jukka Salmioster
2008-06-07- Use bdev_strategy() instead of VOP_STRATEGY().oster
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2008-01-02Merge vmlocking2 to head.ad
2007-12-18Fix a 'use after free' issue with wedges and RAIDframe.oster
2007-12-11Use CFATTACH_DECL_NEW instead of CFATTACH_DECL... ICB wisdomoster
2007-12-01aprintifyjmcneill
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-11-17Nuke debugging output that is a) misleading at best, andoster
2007-11-13don't include <sys/namei.h> unnecessarily.yamt
2007-11-08We need to initialize dk_driver as well. Thanks to Ronald Roskensoster
2007-11-01Implement support for drvctl in RAIDframe. Thanks to jnemeth@ foroster
2007-10-08Merge brelse() changes from the vmlocking branch.ad
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-10-05Implement dumping kernel cores to RAID 1 sets. The component usedoster
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-18Fix fallout from recent kthread changes.ad
2007-06-24don't leak a vnode in the wedge case.christos
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-09In the case of multiple RAID sets that are marked as root, attempt tooster
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-30Change a bunch of "#if DEBUG" to "#ifdef DEBUG".oster