Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: thorpej
Date: Fri Jun 29 04:02:10 UTC 2018
Modified Files:
src/sys/dev/pci: if_rtwn.c if_rtwnreg.h
src/sys/dev/usb: if_urtwn.c if_urtwnreg.h if_urtwnvar.h
Added Files:
src/sys/dev/ic: rtwn_data.h rtwnreg.h
Removed Files:
src/sys/dev/usb: if_urtwn_data.h
Log Message:
- Unify the "rtwn" and "urtwn" register definitions and initialization
tables into common header files shared by both drivers.
- Fix some register and bit definitions, from OpenBSD and verified against
the vendor driver.
- Add some additional register / descriptor defnitions, from OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/ic/rtwn_data.h src/sys/dev/ic/rtwnreg.h
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/if_rtwn.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_rtwnreg.h
cvs rdiff -u -r1.59 -r1.60 src/sys/dev/usb/if_urtwn.c
cvs rdiff -u -r1.4 -r0 src/sys/dev/usb/if_urtwn_data.h
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/usb/if_urtwnreg.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/if_urtwnvar.h
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