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:   xtraeme
Date:           Tue Apr  1 13:35:39 UTC 2008

Modified Files:
        src/sys/dev/isa: mpu_isa.c
        src/sys/dev/pci: cmpci.c eso.c fms.c yds.c

Log Message:
Fix fallout from device_t/softc split to mpu(4):
always pass the mpu_softc to mpu_intr(). Found by Takeshi Nakayama.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/dev/isa/mpu_isa.c
cvs rdiff -r1.36 -r1.37 src/sys/dev/pci/cmpci.c
cvs rdiff -r1.51 -r1.52 src/sys/dev/pci/eso.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/pci/fms.c
cvs rdiff -r1.40 -r1.41 src/sys/dev/pci/yds.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