Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   pooka
Date:           Sat Feb  7 13:20:00 UTC 2015

Modified Files:
        src/sys/arch/amd64/conf: GENERIC
        src/sys/dev/pci: files.pci
Added Files:
        src/sys/dev/pci: if_iwm.c if_iwmreg.h if_iwmvar.h

Log Message:
Add a driver for Intel Centrino 7260 and similar wireless cards.
Supported devices should more or less match ones supported
by the Linux iwlwifi mvm driver.  Sponsored by genua mbh for OpenBSD.

This is probably the world's first Canadian cross device driver: it was
created for OpenBSD by writing and porting a NetBSD driver which was
developed in a rump kernel in Linux userspace.

Note: I don't have access to the hardware anymore, so this version is
not tested and not enabled by default.  While I tried to be careful in
adding the NetBSD bits back, it's probable that there's a snafu or two.
Feel free to send private email in case you have the hardware and there
are issues.


To generate a diff of this commit:
cvs rdiff -u -r1.406 -r1.407 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.372 -r1.373 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/if_iwm.c src/sys/dev/pci/if_iwmreg.h \
    src/sys/dev/pci/if_iwmvar.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