Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev
> On May 11, 2018, at 12:41 AM, Maya Rashish <maya%netbsd.org@localhost> wrote:
>
> Module Name: src
> Committed By: maya
> Date: Fri May 11 07:41:11 UTC 2018
>
> Modified Files:
> src/sys/dev/ic: bwfm.c bwfmreg.h bwfmvar.h
> src/sys/dev/sdmmc: if_bwfm_sdio.c
> src/sys/dev/usb: if_bwfm_usb.c
It’s really helpful to also synchronize the foreign RCS ID tags when you’re synchronizing the code; not just blindly synchronize them, of course, but to correctly reflect what version of the code we’re on par with. Can you go back and do so with these changes?
>
> Log Message:
> sync with openbsd bwfm to some extent.
Can you outline which changes you skipped?
>
> add a txcheck
> set chip active/passive for more kinds of chips
> add wrapper around setting active/passive
> detect chip RAM
> make bwfm_rx take an mbuf
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/bwfm.c
> cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/bwfmreg.h
> cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/bwfmvar.h
> cvs rdiff -u -r1.2 -r1.3 src/sys/dev/sdmmc/if_bwfm_sdio.c
> cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/if_bwfm_usb.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
-- thorpej
Home |
Main Index |
Thread Index |
Old Index