diff options
Diffstat (limited to 'Documentation/Changes')
-rw-r--r-- | Documentation/Changes | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index 57542bc25edd..5eaab0441d76 100644 --- a/Documentation/Changes +++ b/Documentation/Changes | |||
@@ -44,9 +44,9 @@ running, the suggested command should tell you. | |||
44 | 44 | ||
45 | Again, keep in mind that this list assumes you are already | 45 | Again, keep in mind that this list assumes you are already |
46 | functionally running a Linux 2.4 kernel. Also, not all tools are | 46 | functionally running a Linux 2.4 kernel. Also, not all tools are |
47 | necessary on all systems; obviously, if you don't have any PCMCIA (PC | 47 | necessary on all systems; obviously, if you don't have any ISDN |
48 | Card) hardware, for example, you probably needn't concern yourself | 48 | hardware, for example, you probably needn't concern yourself with |
49 | with pcmcia-cs. | 49 | isdn4k-utils. |
50 | 50 | ||
51 | o Gnu C 2.95.3 # gcc --version | 51 | o Gnu C 2.95.3 # gcc --version |
52 | o Gnu make 3.79.1 # make --version | 52 | o Gnu make 3.79.1 # make --version |
@@ -57,13 +57,15 @@ o e2fsprogs 1.29 # tune2fs | |||
57 | o jfsutils 1.1.3 # fsck.jfs -V | 57 | o jfsutils 1.1.3 # fsck.jfs -V |
58 | o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs | 58 | o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs |
59 | o xfsprogs 2.6.0 # xfs_db -V | 59 | o xfsprogs 2.6.0 # xfs_db -V |
60 | o pcmciautils 004 | ||
60 | o pcmcia-cs 3.1.21 # cardmgr -V | 61 | o pcmcia-cs 3.1.21 # cardmgr -V |
61 | o quota-tools 3.09 # quota -V | 62 | o quota-tools 3.09 # quota -V |
62 | o PPP 2.4.0 # pppd --version | 63 | o PPP 2.4.0 # pppd --version |
63 | o isdn4k-utils 3.1pre1 # isdnctrl 2>&1|grep version | 64 | o isdn4k-utils 3.1pre1 # isdnctrl 2>&1|grep version |
64 | o nfs-utils 1.0.5 # showmount --version | 65 | o nfs-utils 1.0.5 # showmount --version |
65 | o procps 3.2.0 # ps --version | 66 | o procps 3.2.0 # ps --version |
66 | o oprofile 0.5.3 # oprofiled --version | 67 | o oprofile 0.9 # oprofiled --version |
68 | o udev 058 # udevinfo -V | ||
67 | 69 | ||
68 | Kernel compilation | 70 | Kernel compilation |
69 | ================== | 71 | ================== |
@@ -186,13 +188,20 @@ architecture independent and any version from 2.0.0 onward should | |||
186 | work correctly with this version of the XFS kernel code (2.6.0 or | 188 | work correctly with this version of the XFS kernel code (2.6.0 or |
187 | later is recommended, due to some significant improvements). | 189 | later is recommended, due to some significant improvements). |
188 | 190 | ||
191 | PCMCIAutils | ||
192 | ----------- | ||
193 | |||
194 | PCMCIAutils replaces pcmcia-cs (see below). It properly sets up | ||
195 | PCMCIA sockets at system startup and loads the appropriate modules | ||
196 | for 16-bit PCMCIA devices if the kernel is modularized and the hotplug | ||
197 | subsystem is used. | ||
189 | 198 | ||
190 | Pcmcia-cs | 199 | Pcmcia-cs |
191 | --------- | 200 | --------- |
192 | 201 | ||
193 | PCMCIA (PC Card) support is now partially implemented in the main | 202 | PCMCIA (PC Card) support is now partially implemented in the main |
194 | kernel source. Pay attention when you recompile your kernel ;-). | 203 | kernel source. The "pcmciautils" package (see above) replaces pcmcia-cs |
195 | Also, be sure to upgrade to the latest pcmcia-cs release. | 204 | for newest kernels. |
196 | 205 | ||
197 | Quota-tools | 206 | Quota-tools |
198 | ----------- | 207 | ----------- |
@@ -349,9 +358,13 @@ Xfsprogs | |||
349 | -------- | 358 | -------- |
350 | o <ftp://oss.sgi.com/projects/xfs/download/> | 359 | o <ftp://oss.sgi.com/projects/xfs/download/> |
351 | 360 | ||
361 | Pcmciautils | ||
362 | ----------- | ||
363 | o <ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/> | ||
364 | |||
352 | Pcmcia-cs | 365 | Pcmcia-cs |
353 | --------- | 366 | --------- |
354 | o <ftp://pcmcia-cs.sourceforge.net/pub/pcmcia-cs/pcmcia-cs-3.1.21.tar.gz> | 367 | o <http://pcmcia-cs.sourceforge.net/> |
355 | 368 | ||
356 | Quota-tools | 369 | Quota-tools |
357 | ---------- | 370 | ---------- |