Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   christos
Date:           Fri Jun  9 21:55:34 UTC 2006

Modified Files:
        src/sys/dev/ic: opl.c oplvar.h
        src/sys/dev/isa: opl_ess.c opl_isa.c opl_sb.c opl_wss.c opl_ym.c
        src/sys/dev/pci: opl_cmpci.c opl_yds.c
        src/sys/dev/pcmcia: opl_esl.c

Log Message:
stack police: Introduce an opl_match function that uses malloc instead of
allocating ~2K of softc on the stack.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/dev/ic/opl.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/ic/oplvar.h
cvs rdiff -r1.10 -r1.11 src/sys/dev/isa/opl_ess.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/isa/opl_isa.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/isa/opl_sb.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/isa/opl_wss.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/isa/opl_ym.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/pci/opl_cmpci.c src/sys/dev/pci/opl_yds.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/pcmcia/opl_esl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index