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:   drochner
Date:           Fri Jul  1 20:06:56 UTC 2005

Added Files:
        src/sys/dev/cardbus: if_ral_cardbus.c
        src/sys/dev/ic: ral.c ralreg.h ralvar.h
        src/sys/dev/pci: if_ral_pci.c
        src/sys/dev/usb: if_ural.c if_uralreg.h if_uralvar.h

Log Message:
add drivers for Ralink RT2500-based wireless adapters, written by
Damien Bergamini, ported and submitted by FUKAUMI Naoki per PR kern/30449
I've modified the USB "ural" driver for recent changes to the NetBSD
ieee80211 framework, possibly not completely, but with an ASUS wireless
adapter I'm getting some signs of life.
Didn't care about pci/cardbus for now, hopefully someone with hardware
will do it.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/dev/cardbus/if_ral_cardbus.c
cvs rdiff -r0 -r1.1 src/sys/dev/ic/ral.c src/sys/dev/ic/ralreg.h \
    src/sys/dev/ic/ralvar.h
cvs rdiff -r0 -r1.1 src/sys/dev/pci/if_ral_pci.c
cvs rdiff -r0 -r1.1 src/sys/dev/usb/if_ural.c src/sys/dev/usb/if_uralreg.h \
    src/sys/dev/usb/if_uralvar.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