summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_openbsdkintf.c
AgeCommit message (Expand)Author
2007-11-05Oops. Stray debug printf snuck in.Kenneth R Westerback
2007-11-05Fix some cpu_switchto fallout. Reading disklabels to find raidKenneth R Westerback
2007-09-09The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-06-23Remove raidmakedisklabel(). The only invocation was commented out inKenneth R Westerback
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-12Bring raidgetdisklabel() into line with all other drivers by passingKenneth R Westerback
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-07Type of raidsize is now daddr64_t, not int. Fixes compile.Kenneth R Westerback
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-04-28CCDLABELDEV/ect and RAIDLABELDEV/etc join other no-op defines in theKenneth R Westerback
2007-02-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-01-21Remove now unused zeroref member in cfattach structures.Miod Vallat
2005-12-08and remove a bogus free spotted after previous commitTed Unangst
2005-12-08missing free, spotted by greg osterTed Unangst
2005-11-10Fix botch accidentally introduced by me in my last commit here.Pedro Martelletto
2005-09-18Correctly close RAID components. Fixes PR 4508, okay deraadt@Pedro Martelletto
2004-11-28don't hide the process context in rf_close_component(), since we mayPedro Martelletto
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-01-19Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), untilThierry Deval
2002-12-16Major KNF. Incentive from TeduThierry Deval
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-08-09Remove those noisy informational messages from dmesg.Thierry Deval
2002-08-05Clean up hook cookies from shutdown hook.Thierry Deval
2002-05-28splbio protection for biodone()Thierry Deval
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-06Implement a shutdown hook.Thierry Deval
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2001-12-29Enable the RAIDFrame auto-configuration feature.Thierry Deval
2001-12-08Fix compilation error when building a raid enabled kernel.Thierry Deval
2000-08-08sync RAIDframe with Gre Oster's work for NetBSD.Peter Galbavy
2000-01-11sync with NetBSDPeter Galbavy
2000-01-07sync with work by Greg Oster on NetBSDPeter Galbavy
1999-12-03Init b_dep so that soft updates work.Artur Grabowski
1999-08-03* rf_reconstruct.c: adopt nilkas' suggestion regard statics andPeter Galbavy
1999-08-02revert from using static functions, as per niklas@openbsd.org advice.Peter Galbavy
1999-08-02* make some function static, copied from rf_netbsdkintf.cPeter Galbavy
1999-07-30Update RAIDframe from NetBSD-current as of 1999/07/26.Peter Galbavy
1999-02-16Merge from NetBSD, mostly indentationNiklas Hallqvist
1999-01-11Import of CMU's RAIDframe via NetBSD.Niklas Hallqvist