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:   tron
Date:           Tue Sep  9 12:45:40 UTC 2008

Modified Files:
        src/sys/dev: ld.c ldvar.h
        src/sys/dev/ata: ld_ataraid.c
        src/sys/dev/i2o: ld_iop.c
        src/sys/dev/ic: ld_aac.c ld_cac.c ld_icp.c ld_mlx.c mlx.c
        src/sys/dev/pci: ld_amr.c ld_twa.c ld_twe.c

Log Message:
Complete device_t/softc split for the ld(4) attachments. This should
prevent crashes while attaching a drive.

Patch supplied by Juan RP in PR kern/39468.


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/sys/dev/ld.c
cvs rdiff -r1.14 -r1.15 src/sys/dev/ldvar.h
cvs rdiff -r1.28 -r1.29 src/sys/dev/ata/ld_ataraid.c
cvs rdiff -r1.31 -r1.32 src/sys/dev/i2o/ld_iop.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/ic/ld_aac.c
cvs rdiff -r1.21 -r1.22 src/sys/dev/ic/ld_cac.c src/sys/dev/ic/ld_icp.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/ic/ld_mlx.c
cvs rdiff -r1.56 -r1.57 src/sys/dev/ic/mlx.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/pci/ld_amr.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/pci/ld_twa.c
cvs rdiff -r1.31 -r1.32 src/sys/dev/pci/ld_twe.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