diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-03-30 10:14:59 -0400 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-03-30 10:32:50 -0400 |
commit | 4b6ece97e0b61306d4b8de6820f602e4cf5d8d6b (patch) | |
tree | 89770caf76faa45ce1189a1f5306917f30b10004 /firmware/WHENCE | |
parent | a7a5eb9d4eb9908709df66e8f8f1724b5b108258 (diff) |
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 19a588093908..f40f81581d0d 100644 --- a/firmware/WHENCE +++ b/firmware/WHENCE | |||
@@ -505,3 +505,29 @@ Licence: | |||
505 | Found in hex form in kernel source. | 505 | Found in hex form in kernel source. |
506 | 506 | ||
507 | -------------------------------------------------------------------------- | 507 | -------------------------------------------------------------------------- |
508 | |||
509 | Driver: 3C359 - 3Com 3C359 Token Link Velocity XL adapter | ||
510 | |||
511 | File: 3com/3C359.bin | ||
512 | |||
513 | Licence: | ||
514 | /* | ||
515 | * The firmware this driver downloads into the tokenring card is a | ||
516 | * separate program and is not GPL'd source code, even though the Linux | ||
517 | * side driver and the routine that loads this data into the card are. | ||
518 | * | ||
519 | * This firmware is licensed to you strictly for use in conjunction | ||
520 | * with the use of 3Com 3C359 TokenRing adapters. There is no | ||
521 | * waranty expressed or implied about its fitness for any purpose. | ||
522 | */ | ||
523 | /* 3c359_microcode.mac: 3Com 3C359 Tokenring microcode. | ||
524 | * | ||
525 | * Notes: | ||
526 | * - Loaded from xl_init upon adapter initialization. | ||
527 | * | ||
528 | * Available from 3Com as part of their standard 3C359 driver. | ||
529 | */ | ||
530 | |||
531 | Found in hex form in kernel source. | ||
532 | |||
533 | -------------------------------------------------------------------------- | ||