Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mmeye/dev
Module Name: src
Committed By: andvar
Date: Fri Sep 29 21:23:33 UTC 2023
Modified Files:
src/sys/arch/mmeye/dev: mmeyepcmcia.c
Log Message:
Remove h->sock from DPRINTF arguments, it is leftover from shpcic_handle, removed
when code was moved to mmeye specific device code in 2002.
Add const for *width_names[] definition.
Redefine ioaddr in mmeyepcmcia_chip_io_alloc() and calculate in advance, since
DPRINTF() expects it as one of the arguments. This code was simplified with mmEye-WL
added support in 2011, but broke debug code.
Fixes MMEYEPCMCIADEBUG enabled build.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/mmeye/dev/mmeyepcmcia.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