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:   cgd
Date:           Fri Feb  4 01:27:16 UTC 2000

Modified Files:
        syssrc/sys/dev/pcmcia: aic_pcmcia.c if_ep_pcmcia.c if_mbe_pcmcia.c
            if_sm_pcmcia.c mhzc.c pcmcia.c pcmciavar.h pcmcom.c

Log Message:
replace the *_lookup table entry match/lookup functions in all of
these drivers with a single common function (which supports tables
of variable-sized structures).  Things are mostly as they were before:
tables are terminated by entry with NULL name, etc.  There's also
the ability to call a driver-specific match function which can be used
to augment the table lookup.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/pcmcia/aic_pcmcia.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/dev/pcmcia/if_ep_pcmcia.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/pcmcia/if_mbe_pcmcia.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/pcmcia/if_sm_pcmcia.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/pcmcia/mhzc.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/dev/pcmcia/pcmcia.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/pcmcia/pcmciavar.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/pcmcia/pcmcom.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