# $NetBSD: Makefile.vax,v 1.85 2020/09/15 05:08:07 mrg Exp $ # Makefile for NetBSD # # This makefile is constructed from a machine description: # config machineid # Most changes should be made in the machine description # /sys/arch/vax/conf/``machineid'' # after which you should do # config machineid # Machine generic makefile changes should be made in # /sys/arch/vax/conf/Makefile.vax # after which config should be rerun for all machines of that type. # # To specify debugging, add the config line: makeoptions DEBUG="-g" # A better way is to specify -g only for a few files. # # makeoptions DEBUGLIST="uvm* trap if_*" MACHINE_ARCH= vax USETOOLS?= no NEED_OWN_INSTALL_TARGET?=no .include ## ## (1) port identification ## VAX= $S/arch/vax GENASSYM_CONF= ${VAX}/vax/genassym.cf ## ## (2) compile settings ## CPPFLAGS+= -D_VAX_INLINE_ AFLAGS+= -x assembler-with-cpp -fno-pic CFLAGS+= -fno-pic COPTS.wsmux.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -O1 :} ## ## (3) libkern and compat ## OPT_MODULAR= %MODULAR% ## ## (4) local objects, compile rules, and dependencies ## MD_OBJS= intvec.o subr.o MD_CFILES= MD_SFILES= ${VAX}/vax/intvec.S ${VAX}/vax/subr.S intvec.o: ${VAX}/vax/intvec.S assym.h ${NORMAL_S} subr.o: ${VAX}/vax/subr.S assym.h ${NORMAL_S} ## ## (5) link settings ## TEXTADDR?= 80000000 LINKFORMAT= -N LINKFLAGS_DEBUG= -X LINKFLAGS_NORMAL= -S ## ## (6) port specific target dependencies ## # depend on CPU configuration tmscp.o ts.o uba.o uda.o clock.o emulate.o intvec.o: Makefile sbi.o subr.o: Makefile lock_stubs.o unimpl_emul.o: assym.h ## ## (7) misc settings ## ## ## (8) config(8) generated machinery ## %INCLUDES %OBJS %CFILES %SFILES %LOAD %RULES ## ## (9) port independent kernel machinery ## .include "$S/conf/Makefile.kern.inc" ## ## (10) Appending make options. ## %MAKEOPTIONSAPPEND den' name='id' value='2f1d9cd3a3988c8009801e43fc366e434be4d7ee'/>
path: root/sys/dev/raidframe/rf_dag.h
AgeCommit message (Expand)Author
2005-12-11merge ktrace-lwp.christos
2005-05-29- avoid variable shadowingchristos
2005-02-27nuke trailing whitespaceperry
2004-04-09These changes complete the effective removal of malloc() from alloster
2004-03-20For each RAID set, pre-allocate a number of "emergency buffers" to beoster
2004-03-19Introduce a dual-purpose pool for providing pointer and param "caches"oster
2004-03-19Take care of six more mallocs:oster
2004-03-18- Introduce a 'dagnode' pool. Initialize it and allow for cleanup.oster
2004-03-04resultNum isn't used anywhere. Good-bye.oster
2004-03-04rf_bwd1 and rf_bwd2 are holdovers from the "backward" error recovery.oster
2004-03-01Use RF_ACC_TRACE to #if out more chunks of code related onlyoster
2004-02-27Use a dynamically allocated linked list of dagLists instead of using aoster
2002-09-23Nuke a couple of unneeded #defines.oster