/* $NetBSD: if_snvar.h,v 1.21 2007/10/17 19:55:13 garbled Exp $ */ /* * Copyright (c) 1991 Algorithmics Ltd (http://www.algor.co.uk) * You may use, copy, and modify this program so long as you retain the * copyright line. */ /* * if_snvar.h -- National Semiconductor DP8393X (SONIC) NetBSD/mac68k vars */ /* * Vendor types */ #define SN_VENDOR_UNKNOWN 0xff /* Unknown */ #define SN_VENDOR_APPLE 0x00 /* Apple Computer/compatible */ #define SN_VENDOR_DAYNA 0x01 /* Dayna/Kinetics EtherPort */ #define SN_VENDOR_APPLE16 0x02 /* Apple Twisted Pair NB */ #define SN_VENDOR_ASANTELC 0x09 /* Asante Macintosh LC Ethernet */ void sn_get_enaddr(bus_space_tag_t, bus_space_handle_t, bus_size_t, uint8_t *); tion value='lockdoc-10.99.5-vfs'>lockdoc-10.99.5-vfs NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_map.c
AgeCommit message (Expand)Author
2019-05-28s/recieve/receive/msaitoh
2019-02-10Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.christos
2019-02-09- Change the allocation macros to be more like function callschristos
2016-10-15Cleanup/remove unused asm_count. Reported by David Binderman in PR#51552.oster
2014-11-14Adjust comment to reflect reality. (5th arg, not 4th)oster
2011-05-11convert the main raidPtr mutex to a kmutex, and add a couple of cv's tomrg
2009-03-15ansify function definitionscegger
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-04-26un-bitrot some of this code (which is not included by default in kernels),oster
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-03-20For each RAID set, pre-allocate a number of "emergency buffers" to beoster
2004-03-19Take care of six more mallocs:oster
2004-03-19Add a comment. Will hopefully save time next time someone triesoster
2004-03-19Introduce 3 more pools and 6 functions to handle allocating/freeingoster
2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster
2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster
2004-03-07We don't need 2-fault tollerant stuff here in the default case.oster
2004-03-05- remove the RF_*_INC's, as necessary. They are not needed any more.oster
2004-02-29Adjust _rf_ShutdownCreate() so that it is willing to wait for moreoster
2003-12-30No point keeping 'pt' around. It's only ever assigned to.oster
2003-12-30rf_FreePDAList() and rf_FreeASMList() wern't using their l_end oroster
2003-12-30Some days you wonder if some of the function declaration consistencyoster
2003-12-29Clean up comments, and generally make more readable. No functional changes.oster
2003-12-29- first kick at a major reworking of RAIDframe's memory allocation code:oster
2003-12-29[Having received a definite lack of strenuous objection, a small amountoster
2003-12-21(Although I want this code to Go Away, I might as well fix this bug for compl...oster
2002-09-24Cleanup the comment formatting a bit.oster
2002-09-23Ooops.. should have included this 'row' with the last change.oster
2002-09-23'row' was defined and set, but never used. *poof* Thanks to Simon B.oster
2002-09-21rf_FreePhysDiskAddr is only needed by paritylogging.oster
2002-09-21rf_FreeAccessStripeMapComponent() goes too. Thanks Krister!oster
2002-09-21Nuke rf_AllocAccessStripeMapComponent(). Thanks Krister!oster
2002-09-19Introduce RF_DEBUG_MAP, and use it to ignore more rarely used code.oster
2002-09-14Everyone and their dog was using RF_ERRORMSG3 to print out the sameoster
2002-08-03Nuke two more functions that arn't used anywhere and are only contributingoster
2002-05-22bcopy -> memcpy. Reviewed by Greg Oster.wiz
2002-01-07Revert previous. Need to be more careful with what gets chopped out.oster
2002-01-07Some of this stuff is really just for debugging, so compile it only ifoster
2001-11-13add RCSIDslukem
2001-10-05More #if 0's bite the dust.oster
2001-10-04Step 2 of the disentanglement. We now look to <dev/raidframe/*> foroster