-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
736 lines (612 loc) · 23.3 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
This is release 1.27 of isapnptools
===================================
Changes since Release 1.26
==========================
General
-------
Updated to use aclocal, automake etc version 1.10.
isapnp (now v1.26)
------------------
1) Fixed build for gcc-4.x.
Changes since Release 1.25
==========================
General
-------
1) Integrated DOS real mode compilation better. doc/README.borland rewritten to suit.
2) Added make short-file-names to rename source files for 8.3 systems, make long-file-names reverses.
3) Added --enable-static configuration option to build staticly linked programs.
Changes since Release 1.24
==========================
General
-------
1) Portability increased.
2) Library use fixed by removing the need for config.h. Library flags recorded in release.c now.
3) Support for DOS real mode compilation added, see README.borland.
pnpdump (now v1.26)
-------
1) Segmentation violation with -t flag fixed.
2) Corrupted resource data would be displayed incorrectly.
isapnp (now v1.25)
------------------
1) Segmentation violation with -t flag fixed.
2) Fix incorrect program name identification when wrong number of arguments given.
FAQ (now 0.17)
--------------
Added support contacts pointing to disclaimers. Improved "No boards
found" section: added pointer to res-access.c when using the -D option
to pnpdump, added idea to try another board, added cross references to
Win95 resource stuff. Clarified what activated means. Added item about
updating the kernel to 2.4.x. Added loads of contact information to
disclaimers.
Changes since Release 1.23
==========================
General
-------
1) acconfig.h added to distribution
2) demos directory tidied up
3) man2html fixed when processing URLs
4) added local getopt, so DOS version has short options too.
5) Clarified contact information in the README etc
6) No longer check for c++ compiler in configure
7) Use RETSIGTYPE for signal hanlder prototypes (realtime.c)
pnpdump (now v1.25)
-------
1) Really have fixed initialisation of o_file for glibc (wasn't in 1.23).
2) Fixed -s and -o options when the relevant code is not compiled in.
3) Always use getopt_long now, our version if not in library
isapnp (now v1.24)
------------------
1) Scanner made case insensitive again using %options.
2) Also fixed warnings the same way, so YY_NO_UNPUT not needed in acconfig.h
3) Always use getopt_long now, our version if not in library
FAQ (now 0.16)
--------------
Added PCMCIA section, and pointers to PCMCIA-HOWTO, Linmodem-HOWTO and
the Plug-and-Play-HOWTO. Added some ideas if sound works when booting
linux directly, but not when booting from Win98. Improved link texts.
Changes since Release 1.22
==========================
General
-------
1) Package reorganised to use autoconf and automake.
2) Various files renamed to fit the new scheme.
3) HTML generated by man2html script now passes weblint !
4) resource.c(alloc_in_range_list) code clarified and bug fixed.
5) Internal variables/functions made static in pnpdump and isapnp.
6) Changed feature detections - AXP and OS2 users need to check nothing broke.
pnpdump (now v1.24)
-------
1) Fixed initialisation of o_file for glibc.
2) -c option should now work much better.
3) Made functions and variables static
4) Common callback functions moved into callbacks.c
isapnp (now v1.23)
------------------
1) Made functions and variables static
2) Common callback functions moved into callbacks.c
3) Large unused arrays removed
FAQ (now 0.15)
--------------
Added some more stuff about cross-compiling, broken hardware etc.
Changes since Release 1.21
==========================
General
-------
1) Added mention of library to LSM
2) Include files moved to standard location
3) Library bug fixed where it could call exit() - patch 1.21b
4) Tweaked man2html script and isapnp.8 man page to improve formatting
5) Code for isapnp and pnpdump put into the library
Makefile
--------
1) Copy header files to standard place when installing library.
2) CFLAGS updated to find headers
pnpdump (now v1.23)
-------------------
1) Fixed printout mess of IRQ2/9 - debian bug 50202 - patch 1.21a
2) Added -o option to redirect output
isapnp (now v1.21)
------------------
1) Added line to banner pointing user to the man page for error explanations.
FAQ (now v0.14)
---------------
1) 1.13 added pointer to http://members.hyperlink.net.au/~chart/
2) 4.2 Fixed bug causing the section to be lost
3) 10.1 renamed "See also"
4) Added some stuff about kernel drivers with built in PnP capability
5) Added "Pnpdump doesn't find a particular board in the system"
6) Clarified that it is the CTL0021 device with missing registers on AWE32/64.
7) Remove link to Perl/Gtk graphical interface as it noexist.
8) Added reference to the linux journal online article.
9) Added note that contributors get added to the announcement mailing list.
Changes since Release 1.20
==========================
General
-------
1) Added release.c to the tarball !
2) Declare version number strings in release.h
3) --help flags only give help (was in release-1.20)
4) Removed pnpdump binary and errors_found.txt from test directory...
5) perl script and README.lib changed appropriately
6) Tidied up implementation of snprintf() for DOS version
7) My snprintf() code put in a separate file
Makefile
--------
1) Added instructions for use of NEEDSNPRINTF in Makefile
2) Added mysnprtf.[ch]
3) Added dependencies for resource.o
pnpdump (now v1.21)
-------------------
1) Pulled out banner() function to include library versions
isapnp (now v1.20)
------------------
1) Removed duplicate declaration of serial_identifier
2) Rewrote banner() function to include library versions
FAQ (now v0.12)
---------------
Added pointer to http://www.linmodems.org/.
Added some stuff about problems that occur (cross)compiling for DOS.
Changes since Release 1.19
==========================
General
-------
1) Useful bits of pnpdump and resource stuff have been pulled out into
a separate library.
2) These changes are MAJOR, so check !
3) Two short demo programs have been written, to demonstrate the usage
of the new library (libisapnp.a).
4) The filenames in FILES were reordered according to strict
alphabetical order, and several new filenames were added.
5) Some regression test scripts have been included in the test
subdirectory.
6) Checking for resources in the /proc filesystem removed in DOS
version.
7) Attributes added so no warnings should occur during compilation
now.
8) The pnp-list is no more. Various documents fixed.
pnpdump (now v1.20)
-------------------
1) pnpdump restructured to use the library for large part of its
functionality. This was a major change.
2) manual page corrected. --showmasks option is really --masks.
3) Added --help option.
4) Dump more pnp registers with -d flag, including Activate and IO
Range check.
isapnp (now v1.19)
------------------
1) isapnp restructured to use the library for large part of its
functionality. This was a major change.
2) Added --help and --version options.
FAQ (now v0.11)
---------------
Lots of stuff added, too numerous to identify individually, but includes
the effect of the changes above.
Made MetaLab HOWTO pointers point to web site rather than ftp site.
Changes since Release 1.18
==========================
General
-------
Added Y2K statement to the README ! (for what it's worth)
Makefile improved to allow easier install into non-root filesystems.
Improved isapnp man page with error messages, their meanings, and what
to do when you get them.
pnpdump (now v1.19)
-------------------
1) Added realtime processing limit, and --max-realtime flag to change it.
2) Added --version flag, and add isapnptools version to output
3) Fixed various bugs in resource allocation that would cause hangs with -c flag.
4) Fixed typos.
5) Fixed debian bug 35138. Boards requesting IRQ2 get converted to IRQ9.
6) Manual page updated with real-time warning and new flags
7) Leave real-time mode when finished accessing hardware
8) Fixed shell script output to remove surplus pnp_isa_configure calls.
9) Start scanning for read ports at 0x273 to avoid sound cards at 0x200.
10) Scan /proc/pci for IRQ resources used if /proc/bus/pci/devices not found.
isapnp (now v1.18)
------------------
1) Added realtime processing limit of 5 seconds.
2) Fixed IO resource checking - was happening twice, hence giving conflict.
3) Manual page updated with real-time warning and description of errors.
4) Keep READPORT allocated so we can spot when we allocate a device on top of it.
5) Check manual READPORT setting for resource conflicts.
6) Start scanning for read ports at 0x273 to avoid sound cards at 0x200.
7) Scan /proc/pci for IRQ resources used if /proc/bus/pci/devices not found.
FAQ (now v0.10)
---------------
Lots of stuff added, too numerous to identify individually, but includes
the effect of the changes above.
More pointers to information on modems etc added.
Changes since Release 1.17
==========================
General
-------
DOS binaries now use djgpp v2.02 libraries which support long-filenames.
pnpdump (now v1.18)
-------------------
1) Added --ignorecsum flag, output (IGNORECRC) if used.
2) Fixed bug in read_resource_data() where *result is written twice.
3) Reset and isolation sequence changed slightly.
4) Removed need for lspci (pciutils) - parse /proc/bus/pci/devices ourselves.
5) No longer use any external programs.
6) Fixed bug in reading MEM ranges from /etc/isapnp.gone
7) Make ANSI strings terminate at the first null when output.
8) Output (CHECK) keyword if device supports IO range check.
isapnp (now v1.17)
------------------
1) Fixed bug where following CSN configurations would be skipped if
the previous CONFIGURE configuration device was missing.
2) Fixed bug where escape sequences not handled correctly in SetLDName().
3) Configuration filename '-' means use <stdin>.
4) Removed need for pciutils - parse /proc/bus/pci/devices ourselves.
5) Fixed bug in reading MEM ranges from /etc/isapnp.gone
6) Display banner if (DEBUG) used in configuration file.
7) Added (CHECK) keyword for IO range checking.
FAQ (now v0.9)
--------------
Lots of stuff added, too numerous to identify individually, but includes
the effect of the changes above.
The general section split up to help locate relevant answers.
Changes since Release 1.16
==========================
pnpdump (now v1.17)
-------------------
1) The NAME keyword now output, even if there are no dependent resources.
2) Now check for resource conflicts before trying READPORT addresses.
3) Fixed scanning of /proc/xxx resources.
4) Fixed scanning of DMA resources in /etc/isapnp.gone.
5) Fixed compilation if ABORT_ONRESERR not defined.
6) Added ABORT_ONRESERR to compilation flags listed in output if set.
isapnp (now v1.16)
------------------
1) Source of resource conflict now included in errors and warnings
2) Fixed scanning of /proc/xxx resources.
3) Fixed scanning of DMA and MEM resources in /etc/isapnp.gone.
FAQ (now v0.8)
--------------
1) Added more stuff on BIOS behaviours.
2) Added hint to try changing PnP OS BIOS setting.
3) Added pointer to frodol's web page on glibc troubles.
4) Added stuff on how to avoid various IO ports for readport attempts.
5) Added little more on porting.
6) Added whole new section on upgrading.
7) Added hint to use --dumpregs with pnpdump to see what the BIOS allocated.
8) Added stuff on resource conflicts.
9) Made the Revision visible.
Makefile
--------
Removed READ_ADDR_SKIP stuff as it won't do anything anyway.
Changes since Release 1.15
==========================
general
-------
A file (/etc/isapnp.gone) has been added which allows manual
entry for resources that have been used.
pnpdump (now v1.16)
-------------------
1) LD numbering bug fixed. (Not reset for each card)
2) Segmentation violation bug fixed by patch 1.15a included.
3) Added settings for the new keywords: VERBOSITY, CONFLICT, NAME and SIZE.
4) Added method to specify resources that are unavailable
through the /etc/isapnp.gone file (the --config flag is useful now).
5) Added check for lspci, and print warning if not found.
6) Added new option --dumpregs (-d), so don't have to recompile.
isapnp (now v1.15)
------------------
1) Now includes resource checking.
2) Added CONFLICT keyword to allow resource conflicts to be
fatal errors, or just a warning.
3) Added SIZE keyword to IO configuration for resource checking.
4) Add configuration summary message on ACT, if a NAME keyword
was specified.
5) Added VERBOSITY keyword to limit the amount of output.
6) Improved DEBUG messages.
7) Improved error messages, now include the configuration filename.
8) The readport is checked against used resources to prevent
conflict.
9) Report error if the configuration file is unreadable.
Makefile
--------
1) Change to copy default isapnp.gone file during install.
INSTALL
-------
1) Changed --autoconfig to --config throughout.
2) Added stage to edit /etc/isapnp.gone
3) Added request to tell the Hardware-HOWTO maintainer of success.
man2html
--------
Added recognition of the new keywords.
Changes since Release 1.14
==========================
general
-------
The text version of the FAQ is now included.
pnpdump (now v1.15)
-------------------
1) The --autoconfig option has been renamed --config.
2) Three new options added: --reset for full reset, --masks for
showing vaild interrupt settings as a mask rather than a list, and
(not DOS version) --script to help automate configuration updates. See
the manual for details.
3) Bug fixed causing infinite generation of ')' characters.
4) Linux version now supports short format switches for options.
Makefile
--------
1) Added TAGS target.
2) Changes to support config scripts.
INSTALL
-------
Added instructions for obtaining lspci.
Changes since Release 1.13
==========================
pnpdump (now v1.14)
-------------------
1) pnpdump now supports --autoconfig option, where it will try to
select acceptable values to configure the PnP boards. It consults
/proc/ioports, /proc/dma, /proc/interrupts and the output of the
"lspci -n" command, if present, to avoid using resources already
allocated to other drivers or to the PCI bus. Thanks to Adam J. Richter.
2) Add sys/types.h for Alpha systems
isapnp (now v1.14)
-------------------
1) PeekReg now only reads the hardware register once.
2) Add sys/types.h for Alpha systems
3) Add warning about attempts to use IRQ2, and change them to 9.
4) Add PEEK to ACT ie (ACT (PEEK)) now valid.
Makefile
--------
1) Warning about yyunput being defined not used fixed.
2) clean target now called semiclean
3) new clean target added which deletes binaries
4) -DNEEDNANOSLEEP nolonger present by default (I'm using libc5.4.44 !)
INSTALL
-------
Improved instructions on editing the isapnp.conf file.
Changes since Release 1.12
==========================
Summary:
1) Couple of bug fixes in pnpdump to correct the skeleton
configuration file generated.
2) New feature to allow user specified IDENTIFY-FORMAT in
isapnp IDENTIFY output.
pnpdump (now v1.12)
-------------------
1) Fixed bug introduced in previous version: CONFIGURE in
skeleton had logical device id, but should be vendor id.
2) Low true, level sensitive interrupts would put +L in
the skeleton, should be -L of course.
isapnp (now v1.13)
-------------------
1) Allow the user to specify format of IDENTIFY command using
the new IDENTIFY-FORMAT command. Default is as previous
versions:
"Board %b has Identity %8 %7 %6 %5 %4 %3 %2 %1 %0: %v Serial No %s [checksum %8]\n"
isapnp.conf.5
-------------
Updated to include documentation on the new command IDENTIFY-FORMAT.
man2html
--------
Updated to handle clash in keyword names IDENTIFY*.
Changes since Release 1.11
==========================
Summary:
1) Alpha ports added, specify -DALPHA in Makefile.
2) The default behaviour is now to preserve existing hardware
configuration settings for both pnpdump and isapnp. See
ISOLATE in the isapnp.conf.5 manual page on how to reset the
hardware configuration.
3) Two features have been added allowing common configuration
scripts across groups of machines (see CONFIGURE in the
isapnp.conf.5 manual page):
3a) Devices not found are skipped rather than aborting the
script.
3b) Serial numbers may be specified as instances of the
cards found, for example #1 means the first card with
the given Vendor Id, #2, the second etc.
README, INSTALL
---------------
Minor updates now that ISOLATE and pnpdump don't reset board
configurations by default.
Added note on using DOS port with loadlin to allow compiled-in
device drivers.
README.DOS
----------
Added comments about DPMI servers if it doesn't run.
README.initrd
-------------
Corrected: using initrd doesn't remove the need to have PnP
device drivers as modules, it just allows the root device to
be PnP. If you want to use compiled in drivers, run the DOS
version before using loadlin to boot.
FILES
-----
Added man2html.
pnpdump (now v1.11)
-------------------
1) Reformatted
2) Alpha port changes added.
3) Removed ioperm calls as iopl covers it (Except Alpha).
4) pnpdump no longer resets the board configuration registers when run.
5) Made serial number output unsigned, except for -1.
6) pnpdump.8 manual page updated.
isapnp (now v1.12)
-------------------
1) Now allow board serial number to be specified as #1, #2 etc for the
first, second etc boards of each type.
2) Removed ioperm calls as iopl covers it (Except Alpha).
3) Fixed bugs in handling IRQ settings.
4) Ensure board_found is 0 when starting ISOLATE, warn if not.
5) Missing boards now skipped, remaining boards still configured.
6) Alpha port changes added.
7) ISOLATE changed to take an argument - CLEAR or PRESERVE (default).
[CLEAR was the old default (only) behaviour]. Determines whether
existing configuration information preserved.
8) Made serial numbers unsigned, except for special case -1, which
means no serial number.
9) isapnp.conf.5 manual page updated for the above, plus improved
documentation for READPORT.
Changes since Release 1.10
==========================
Major new feature: DOS port added to allow dumping of settings used by
Win95/DOS. If you don't have djgpp, use the DOS binaries in the binary
distribution.
README, INSTALL
---------------
Minor tweaks.
README.DOS
----------
New file to describe building and using the DOS port.
FILES
-----
List the additional files in the binary distribution.
Improved descriptions, added more READMEs.
pnp.h
-----
1) READ_ADDR_STEP compile time option added.
2) IO port access definitions for the DOS port added.
pnpdump (now v1.10)
-------------------
1) Reformatted for emacs
2) Reset configuration between different readports
3) Allow single parameter for changing start readport address
4) Added compile time option to change readport address skips
5) Added sanity checks for resource data
6) DOS port added (using djgpp)
7) Added timeout in statuswait for OS2 and DOS ports
isapnp (now v1.11)
-------------------
1) Reset configuration between different readports
2) Added compile time option to change readport address skips
3) DOS port added (using djgpp)
4) Added timeout in statuswait for OS2 and DOS ports
Changes since Release 1.9
=========================
README
------
Corrected pointer to file format.
Corrected pointer to examples.
isapnp (now v1.10)
------------------
1) Now supports glibc >= 2.
2) Usage message includes web reference.
3) VERIFYLD command added to disable logical device number checking.
pnpdump (now v1.9)
------------------
1) Now supports glibc >= 2.
2) Usage message includes web reference.
3) Output file includes web reference.
4) Added (WAITFORKEY) to the end of the output.
isapnp.conf(5)
--------------
1) Added documentation for VERIFYLD.
Changes since Release 1.8
=========================
Manual pages added - isapnp.8, pnpdump.8 and isapnp.conf.5.
More READMEs added - README.ide, README.initrd, README.modules
README
------
Installation instructions and documentation on file format
removed. Installation instructions now in a separate file
INSTALL.
pnpdump (now v1.8)
------------------
1) The MEM example lines had mismatched brackets.
2) Added more text on startup.
3) (ACT Y) wasn't always commented out.
isapnp (now v1.9)
-----------------
1) Modified parsing so that keywords don't need repeating uneccesarily, eg
(REG 0 (PEEK))(REG 1 (PEEK))
may be simplified to
(REG 0 (PEEK) 1 (PEEK))
and similarly for IO, DMA, MEM, and INT.
2) Fixed peek device name (was always the last device).
3) Improved error printout to print the remainder of the line.
4) Allow funny characters in the ident (@[\]^_).
5) Print error if board not found even if debug not set.
Changes since Release 1.7
=========================
Linux version tested is 2.0.10 now, few other minor things.
OS2 support code added - see README.OS2.
README
------
Added more on configuring the makefile - depending on library
isapnp (now v1.7)
-----------------
1) Added #ifdefs for the extra syscalls.
pnpdump (now v1.6)
------------------
1) Added #ifdefs for the extra syscalls.
Changes since Release 1.6
=========================
Linux version tested is 2.0.0 now, few other minor things.
isapnp (now v1.6)
-----------------
1) Serial number -1 now acceptable (for cards without serial number)
2) Removed limit on the number of configuration commands
3) Improved error messages, made parsing abort on first error.
Changes since Release 1.5
=========================
Added changes to README in the last release.
isapnp (now v1.5)
-----------------
1) Fixed bug where MEM and DMA string lengths identified incorrectly,
so arguments not read correctly.
Changes since Release 1.4
=========================
README
------
Lots more good stuff added, particularly on the debugging side.
isapnp (now v1.4)
-----------------
1) Added REALTIME code, to use the real-time scheduling in later kernels.
2) Added timeout reading resource data for REALTIME.
3) DMA register setting bug fixed.
4) Added PEEK to all the standard named register configurations.
5) Added check for READPORT setting before trying to read stuff.
pnpdump (now v1.5)
------------------
1) Added REALTIME code, to use the real-time scheduling in later kernels.
2) Added timeout reading resource data for REALTIME.
3) Fixed message for DUMPREGS on DMA channels (said Interrupt).
4) Added the ability to dump without ISOLATE, by giving the number of
boards, and the read_port address on the command line.
5) Fixed error where if the only interrupts were 8+, the isapnp output
would be wrong.
Peter Fox
14-Jun-96
Changes since Release 1.3
=========================
README
------
Improved even more, with a section on instructions.
isapnp (now v1.3)
-----------------
1) Fixed bug where only one board would be found.
2) Added ability to directly access boards by CSN.
pnpdump (now v1.4)
------------------
1) Fixed bug where only one board would be found.
2) Output modified to generate a configuration file for isapnp.
Peter Fox
19-Apr-96
Changes since Release 1.2
=========================
isapnp (now v1.2)
-----------------
1) Now supports configuring Memory and DMA resources
2) Now has general PEEK and POKE of configuration regs
for handling vendor defined registers (and working
around bugs !).
3) Improved error messages - gives line number of error
and command if configuring devices.
4) Sample file updated to show examples of peek and poke.
5) Sample output file given too.
6) Now allow comments within the configuration commands.
pnpdump (now v1.3)
------------------
1) Fixed bug during display of memory resources.
2) Added ability to cope with broken boards that don't
reset their resource data pointers properly, as described
in the PnP spec section 4.5 para 2.
Peter Fox
29-Mar-96