CVSROOT: /cvs Module name: src Changes by: dam...@cvs.openbsd.org 2010/12/11 13:48:21
Modified files: share/man/man4 : usb.4 Makefile sys/dev/usb : files.usb sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Added files: share/man/man4 : rsu.4 sys/dev/usb : if_rsu.c if_rsureg.h Log message: rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU 802.11n USB devices. These are FullMAC devices that require a firmware to operate; see man page for details. Great thanks to Brad for donating hardware. Committed over the TRENDnet TEW-649UB. ok deraadt@