Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 08/16/2005 17:02:34
Module Name: src
Committed By: christos
Date: Tue Aug 16 17:02:34 UTC 2005
Modified Files:
src/sys/dev/ic: ral.c
src/sys/dev/usb: if_ural.c
Log Message:
PR/31000: FUKAUMI Naoki: 2 bugs in ral driver:
- remove driver-private key allocators; use the default one instead
so wpa keys are handled properly (if_ral.c, if_ural.c rev 1.9)
- remove local mods that snuck into rev 1.6 (if_ral.c rev 1.10)
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/ic/ral.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/usb/if_ural.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.