diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-03-30 19:44:59 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-03-30 20:02:50 +0530 |
commit | 4b6ece97e0b61306d4b8de6820f602e4cf5d8d6b (patch) | |
tree | 89770caf76faa45ce1189a1f5306917f30b10004 /firmware/WHENCE | |
parent | a7a5eb9d4eb9908709df66e8f8f1724b5b108258 (diff) | |
download | linux-3.10-4b6ece97e0b61306d4b8de6820f602e4cf5d8d6b.tar.gz linux-3.10-4b6ece97e0b61306d4b8de6820f602e4cf5d8d6b.tar.bz2 linux-3.10-4b6ece97e0b61306d4b8de6820f602e4cf5d8d6b.zip |
3C359: use request_firmware
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'firmware/WHENCE')
-rw-r--r-- | firmware/WHENCE | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/firmware/WHENCE b/firmware/WHENCE index 19a58809390..f40f81581d0 100644 --- a/firmware/WHENCE +++ b/firmware/WHENCE @@ -505,3 +505,29 @@ Licence: Found in hex form in kernel source. -------------------------------------------------------------------------- + +Driver: 3C359 - 3Com 3C359 Token Link Velocity XL adapter + +File: 3com/3C359.bin + +Licence: +/* + * The firmware this driver downloads into the tokenring card is a + * separate program and is not GPL'd source code, even though the Linux + * side driver and the routine that loads this data into the card are. + * + * This firmware is licensed to you strictly for use in conjunction + * with the use of 3Com 3C359 TokenRing adapters. There is no + * waranty expressed or implied about its fitness for any purpose. + */ +/* 3c359_microcode.mac: 3Com 3C359 Tokenring microcode. + * + * Notes: + * - Loaded from xl_init upon adapter initialization. + * + * Available from 3Com as part of their standard 3C359 driver. + */ + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- |