Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   ad
Date:           Wed Sep 29 17:33:02 UTC 1999

Modified Files:
        syssrc/sys/dev/ic: dpt.c dptreg.h dptvar.h
        syssrc/sys/dev/pci: dpt_pci.c

Log Message:
- Move initial reset code into dpt_readcfg()
- Bus specific front-end is now responsible for reading EATA configuration
- EATA configuration data is now saved in the softc
- Make synchronous writes work properly
- Don't ignore HBA timeouts in dpt_cmd()
- Prefix eata_cfg's members with `ec_', not `dc_'


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/ic/dpt.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/ic/dptreg.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/dptvar.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/pci/dpt_pci.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