diff --git a/CHANGES b/CHANGES index a5f1575..8a7b36d 100644 --- a/CHANGES +++ b/CHANGES @@ -41,6 +41,14 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- +0.1.7 + - Fixed the "converting eth in unknown mode" bug + - Added APM/ACPI suspend/resume handling + - Added PPC support + - Added Prism test command support + - Integrated patch to fix some structure alignment problems for ARM + - Added multi-transmit buffer support + - And much, much more..... 0.1.6 - Fixed usage of pcmcia scheme file so we're not stomping on the user's scheme setting. diff --git a/README b/README index 5c88327..5c64bb6 100644 --- a/README +++ b/README @@ -66,20 +66,17 @@ Some of the subdirectories have empty README files. This means we haven't gotten to the contents of these directories. The empty README is just a trick to prevent CVS from pruning the directory. -DISCLAIMER!!! -prism2dl This utility is used for loading firmware - images into prism2 cards. DO NOT USE IT! - UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING. - This utility has the capability to damage a - card in a way that can only be repaired by the - manufacturer. - - This software has currently been tested on the following configurations: +Intel: linux-2.2.9 + pcmcia-cs-3.1.8 + RedHat6.0 linux-2.2.12 + pcmcia-cs-3.0.14 + RedHat6.1 + linux-2.3.99-pre9 + pcmcia-cs-3.1.11 + RedHat 6.2 + linux-2.2.16 + pcmcia-cs- + +PowerPC: + linux-2.2.12 + pcmcia-cs-3.1.12 + LinuxPPC2000 The following build and install instructions assume you have configured source code for both the linux kernel package and pcmcia-cs package installed on your @@ -134,8 +131,3 @@ Build Instructions: listed as you wanted them. It's also a good idea to look at the file /etc/resolv.conf to see if your nameserver address has been set up correctly. - -12) If you are trying to set up an AP, you will need bridging support - compiled into your kernel. You will also need the brcfg utility. - A version of this utility can be found on the AVS ftp site. - ftp://ftp.absoval.com/pub/brcfg diff --git a/TODO b/TODO index ebe3a65..a2c6400 100644 --- a/TODO +++ b/TODO @@ -43,8 +43,9 @@ * -------------------------------------------------------------------- Linux WLAN NG TODO -Wed Feb 23 15:06:05 EST 2000 +Sun Aug 13 02:32:38 EDT 2000 +- Fix the timeout foolishness in the hfa384x code - Finish the prism2 request responses for STA and AP Station: powermgmt @@ -78,7 +79,6 @@ Wed Feb 23 15:06:05 EST 2000 reassociate - Add event handling scripts for the events above - Add AP support for power managing stations -- Handle host system suspend/resume - Improve PCMCIA event scripts - man pages - Add a HOWTO document for users @@ -87,5 +87,3 @@ Wed Feb 23 15:06:05 EST 2000 - Fix 'make install' so it doesn't generate .depend files - Review 'make config' for additional options and validation - Move am930 code over to this package -- Add f/w type and version identification for download. -- Study bridge configuration more closely