Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/dev/ic



Module Name:    src
Committed By:   snj
Date:           Mon Feb  2 00:57:44 UTC 2009

Modified Files:
        src/sys/dev/ic [netbsd-5]: com_upc.c lpt_upc.c wdc_upc.c

Log Message:
Pull up following revision(s) (requested by bjh21 in ticket #335):
        sys/dev/ic/com_upc.c: revision 1.11
        sys/dev/ic/lpt_upc.c: revision 1.10
        sys/dev/ic/wdc_upc.c: revision 1.26
The introduction of config_stdsubmatch() lost an important feature of
upc_submatch() whereby it made sure that the correct driver attached.
Since this didn't really belong in the submatch function anyway,
reintroduce it in the match functions for upc's children.
This allows my A5000 to find at least one of its hard disks.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.14.1 src/sys/dev/ic/com_upc.c
cvs rdiff -r1.9 -r1.9.14.1 src/sys/dev/ic/lpt_upc.c
cvs rdiff -r1.25 -r1.25.14.1 src/sys/dev/ic/wdc_upc.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