summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ChangeLog
blob: 2d5e8e9d33865d776f5b7f8a5f1c01fb94f42ad4 (plain)
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
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
Tue Oct 11 08:47:39 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.54 released.

	* Add third PCI chip id.  [Drew]

	* buslogic.c: Set BUSLOGIC_CMDLUN back to 1 [Eric].

Sun Oct  9 20:23:14 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.53 released.

	* scsi.c: Do not allocate dma bounce buffers if we have exactly
	16Mb.

Fri Sep  9 05:35:30 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.51 released.

	* aha152x.c: Add support for disabling the parity check.  Update
	to version 1.4. [Juergen].

	* seagate.c: Tweak debugging message.

Wed Aug 31 10:15:55 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.50 released.

	* aha152x.c: Add eb800 for Vtech Platinum SMP boards. [Juergen].

	* scsi.c: Add Quantum PD1225S to blacklist.

Fri Aug 26 09:38:45 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.49 released.

	* sd.c: Fix bug when we were deleting the wrong entry if we
	get an unsupported sector size device.

	* sr.c: Another spelling patch.

Thu Aug 25 09:15:27 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.48 released.

	* Throughout: Use new semantics for request_dma, as appropriate.

	* sr.c: Print correct device number.

Sun Aug 21 17:49:23 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.47 released.

	* NCR5380.c: Add support for LIMIT_TRANSFERSIZE.

	* constants.h: Add prototype for print_Scsi_Cmnd.

	* pas16.c: Some more minor tweaks.  Test for Mediavision board.
	Allow for disks > 1Gb.  [Drew??]

	* sr.c: Set SCpnt->transfersize.

Tue Aug 16 17:29:35 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.46 released.

	* Throughout: More spelling fixups.

	* buslogic.c: Add a few more fixups from Dave.  Disk translation
	mainly.

	* pas16.c: Add a few patches (Drew?).


Thu Aug 11 20:45:15 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.44 released.

	* hosts.c: Add type casts for scsi_init_malloc.

	* scsicam.c: Add type cast.

Wed Aug 10 19:23:01 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.43 released.

	* Throughout: Spelling cleanups. [??]

	* aha152x.c, NCR53*.c, fdomain.c, g_NCR5380.c, pas16.c, seagate.c,
	 t128.c: Use request_irq, not irqaction. [??]

	* aha1542.c: Move test for shost before we start to use shost.

	* aha1542.c, aha1740.c, ultrastor.c, wd7000.c: Use new
	calling sequence for request_irq.

	* buslogic.c: Update from Dave Gentzel.

Tue Aug  9 09:32:59 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.42 released.

	* NCR5380.c: Change NCR5380_print_status to static.

	* seagate.c: A few more bugfixes.  Only Drew knows what they are
	for.

	* ultrastor.c: Tweak some __asm__ directives so that it works
	with newer compilers. [??]

Sat Aug  6 21:29:36 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.40 released.

	* NCR5380.c: Return SCSI_RESET_WAKEUP from reset function.

	* aha1542.c: Reset mailbox status after a bus device reset.

	* constants.c: Fix typo (;;).

	* g_NCR5380.c: 
	* pas16.c:  Correct usage of NCR5380_init.

	* scsi.c: Remove redundant (and unused variables).

	* sd.c: Use memset to clear all of rscsi_disks before we use it.

	* sg.c: Ditto, except for scsi_generics.

	* sr.c: Ditto, except for scsi_CDs.

	* st.c: Initialize STp->device.

	* seagate.c: Fix bug. [Drew]

Thu Aug  4 08:47:27 1994  Eric Youngdale  (eric@andante)

	* Linux 1.1.39 released.

	* Makefile: Fix typo in NCR53C7xx.

	* st.c: Print correct number for device.

Sat Jul  9 15:01:03 1994  Eric Youngdale  (eric@esp22)

	More changes to eventually support loadable modules.  Mainly
	we want to use linked lists instead of arrays because it is easier
	to dynamically add and remove things this way.

	Quite a bit more work is needed before loadable modules are
	possible (and usable) with scsi, but this is most of the grunge
	work.

	* Linux 1.1.28 released.

	* scsi.c, scsi.h (allocate_device, request_queueable): Change
	argument from index into scsi_devices to a pointer to the
	Scsi_Device struct.

	* Throughout: Change all calls to allocate_device,
	request_queueable to use new calling sequence.

	* Throughout: Use SCpnt->device instead of
	scsi_devices[SCpnt->index].  Ugh - the pointer was there all along
	- much cleaner this way.

	* scsi.c (scsi_init_malloc, scsi_free_malloc): New functions -
	allow us to pretend that we have a working malloc when we
	initialize.  Use this instead of passing memory_start, memory_end
	around all over the place.

	* scsi.h, st.c, sr.c, sd.c, sg.c: Change *_init1 functions to use
	scsi_init_malloc, remove all arguments, no return value.

	* scsi.h: Remove index field from Scsi_Device and Scsi_Cmnd
	structs.

	* scsi.c (scsi_dev_init): Set up for scsi_init_malloc.
	(scan_scsis): Get SDpnt from scsi_init_malloc, and refresh
	when we discover a device.  Free pointer before returning.
	Change scsi_devices into a linked list.

	* scsi.c (scan_scsis): Change to only scan one host. 
	(scsi_dev_init): Loop over all detected hosts, and scan them.

	* hosts.c  (scsi_init_free): Change so that  number of extra bytes
	is stored in struct, and we do not have to pass it each time.

	* hosts.h: Change Scsi_Host_Template struct to include "next" and
	"release" functions.  Initialize to NULL in all low level
	adapters.

	* hosts.c: Rename scsi_hosts to builtin_scsi_hosts, create linked
	list scsi_hosts, linked together with the new "next" field.

Wed Jul  6 05:45:02 1994  Eric Youngdale  (eric@esp22)

	* Linux 1.1.25 released.

	* aha152x.c: Changes from Juergen - cleanups and updates.

	* sd.c, sr.c: Use new check_media_change and revalidate
	file_operations fields.

	* st.c, st.h: Add changes from Kai Makisara, dated Jun 22.

	* hosts.h: Change SG_ALL back to 0xff.  Apparently soft error
	in /dev/brain resulted in having this bumped up.
	Change first parameter in bios_param function to be Disk * instead
	of index into rscsi_disks.

	* sd_ioctl.c: Pass pointer to rscsi_disks element instead of index
	to array.

	* sd.h: Add struct name "scsi_disk" to typedef for Scsi_Disk.

	* scsi.c: Remove redundant Maxtor XT8760S from blacklist.
	In scsi_reset, add printk when DEBUG defined.

	* All low level drivers: Modify definitions of bios_param in
	appropriate way.

Thu Jun 16 10:31:59 1994  Eric Youngdale  (eric@esp22)

	* Linux 1.1.20 released.

	* scsi_ioctl.c: Only pass down the actual number of characters
	required to scsi_do_cmd, not the one rounded up to a even number
	of sectors.

	* ultrastor.c: Changes from Caleb Epstein for 24f cards.  Support
	larger SG lists.

	* ultrastor.c: Changes from me - use scsi_register to register
	host.  Add some consistency checking, 

Wed Jun  1 21:12:13 1994  Eric Youngdale  (eric@esp22)

	* Linux 1.1.19 released.

	* scsi.h: Add new return code for reset() function:
	SCSI_RESET_PUNT.

	* scsi.c: Make SCSI_RESET_PUNT the same as SCSI_RESET_WAKEUP for
	now.

	* aha1542.c: If the command responsible for the reset is not
	pending, return SCSI_RESET_PUNT.

	* aha1740.c, buslogic.c, wd7000.c, ultrastor.c: Return
	SCSI_RESET_PUNT instead of SCSI_RESET_SNOOZE.

Tue May 31 19:36:01 1994  Eric Youngdale  (eric@esp22)

	* buslogic.c: Do not print out message about "must be Adaptec"
	if we have detected a buslogic card.  Print out a warning message
	if we are configuring for >16Mb, since the 445S at board level
	D or earlier does not work right.  The "D" level board can be made
	to work by flipping an undocumented switch, but this is too subtle.

    Changes based upon patches in Yggdrasil distribution.

	* sg.c, sg.h: Return sense data to user.

	* aha1542.c, aha1740.c, buslogic.c: Do not panic if
	sense buffer is wrong size.

	* hosts.c: Test for ultrastor card before any of the others.

	* scsi.c: Allow boot-time option for max_scsi_luns=? so that
	buggy firmware has an easy work-around.

Sun May 15 20:24:34 1994  Eric Youngdale  (eric@esp22)

	* Linux 1.1.15 released.

	Post-codefreeze thaw...

	* buslogic.[c,h]: New driver from David Gentzel.

	* hosts.h: Add use_clustering field to explicitly say whether
	clustering should be used for devices attached to this host
	adapter.  The buslogic board apparently supports large SG lists,
	but it is apparently faster if sd.c condenses this into a smaller
	list.

	* sd.c: Use this field instead of heuristic.

	* All host adapter include files: Add appropriate initializer for
	use_clustering field.

	* scsi.h: Add #defines for return codes for the abort and reset
	functions.  There are now a specific set of return codes to fully
	specify all of the possible things that the low-level adapter
	could do.

	* scsi.c: Act based upon return codes from abort/reset functions.

	* All host adapter abort/reset functions: Return new return code.

	* Add code in scsi.c to help debug timeouts.  Use #define
	DEBUG_TIMEOUT to enable this.

	* scsi.c: If the host->irq field is set, use
	disable_irq/enable_irq before calling queuecommand if we
	are not already in an interrupt.  Reduce races, and we
	can be sloppier about cli/sti in the interrupt routines now
	(reduce interrupt latency).

	* constants.c: Fix some things to eliminate warnings.  Add some
	sense descriptions that were omitted before.

	* aha1542.c: Watch for SCRD from host adapter - if we see it, set
	a flag.  Currently we only print out the number of pending
	commands that might need to be restarted.

	* aha1542.c (aha1542_abort): Look for lost interrupts, OGMB still
	full, and attempt to recover.  Otherwise give up.

	* aha1542.c (aha1542_reset): Try BUS DEVICE RESET, and then pass
	DID_RESET back up to the upper level code for all commands running
	on this target (even on different LUNs).

Sat May  7 14:54:01 1994

	* Linux 1.1.12 released.

	* st.c, st.h: New version from Kai.  Supports boot time
	specification of number of buffers.

	* wd7000.[c,h]: Updated driver from John Boyd.  Now supports
	more than one wd7000 board in machine at one time, among other things.

Wed Apr 20 22:20:35 1994

	* Linux 1.1.8 released.

	* sd.c: Add a few type casts where scsi_malloc is called.

Wed Apr 13 12:53:29 1994

	* Linux 1.1.4 released.

	* scsi.c: Clean up a few printks (use %p to print pointers).

Wed Apr 13 11:33:02 1994

	* Linux 1.1.3 released.

	* fdomain.c: Update to version 5.16 (Handle different FIFO sizes
	better).  

Fri Apr  8 08:57:19 1994

	* Linux 1.1.2 released.

	* Throughout: SCSI portion of cluster diffs added.

Tue Apr  5 07:41:50 1994

	* Linux 1.1 development tree initiated.

	* The linux 1.0 development tree is now effectively frozen except
	for obvious bugfixes.

******************************************************************
******************************************************************
******************************************************************
******************************************************************

Sun Apr 17 00:17:39 1994

	* Linux 1.0, patchlevel 9 released.

	* fdomain.c: Update to version 5.16 (Handle different FIFO sizes
	better).  

Thu Apr  7 08:36:20 1994

	* Linux 1.0, patchlevel8 released.

	* fdomain.c: Update to version 5.15 from 5.9.  Handles 3.4 bios.

Sun Apr  3 14:43:03 1994

	* Linux 1.0, patchlevel6 released.

	* wd7000.c: Make stab at fixing race condition.

Sat Mar 26 14:14:50 1994

	* Linux 1.0, patchlevel5 released.

	* aha152x.c, Makefile: Fix a few bugs (too much data message).
	Add a few more bios signatures. (Patches from Juergen).

	* aha1542.c: Fix race condition in aha1542_out.

Mon Mar 21 16:36:20 1994

	* Linux 1.0, patchlevel3 released.

	* sd.c, st.c, sr.c, sg.c: Return -ENXIO, not -ENODEV if we attempt
	to open a non-existent device.

	* scsi.c: Add Chinon cdrom to blacklist.

	* sr_ioctl.c: Check return status of verify_area.

Sat Mar  6 16:06:19 1994

	* Linux 1.0 released (technically a pre-release).

	* scsi.c: Add IMS CDD521, Maxtor XT-8760S to blacklist.

Tue Feb 15 10:58:20 1994

        * pl15e released.

        * aha1542.c: For 1542C, allow dynamic device scan with >1Gb turned
	off.

	* constants.c: Fix typo in definition of CONSTANTS.

        * pl15d released.

Fri Feb 11 10:10:16 1994

        * pl15c released.

	* scsi.c: Add Maxtor XT-3280 and Rodime RO3000S to blacklist.

	* scsi.c: Allow tagged queueing for scsi 3 devices as well.
	Some really old devices report a version number of 0.  Disallow
	LUN != 0 for these.

Thu Feb 10 09:48:57 1994

        * pl15b released.

Sun Feb  6 12:19:46 1994

        * pl15a released.

Fri Feb  4 09:02:17 1994

        * scsi.c: Add Teac cdrom to blacklist.

Thu Feb  3 14:16:43 1994

	* pl15 released.

Tue Feb  1 15:47:43 1994

	* pl14w released.

	* wd7000.c (wd_bases): Fix typo in last change.

Mon Jan 24 17:37:23 1994  

	* pl14u released.

	* aha1542.c: Support 1542CF/extended bios.  Different from 1542C

	* wd7000.c: Allow bios at 0xd8000 as well.

	* ultrastor.c: Do not truncate cylinders to 1024.

	* fdomain.c: Update to version 5.9 (add new bios signature).

	* NCR5380.c: Update from Drew - should work a lot better now.

Sat Jan  8 15:13:10 1994  

	* pl14o released.

	* sr_ioctl.c: Zero reserved field before trying to set audio volume.

Wed Jan  5 13:21:10 1994  

	* pl14m released.

	* fdomain.c: Update to version 5.8.  No functional difference???

Tue Jan  4 14:26:13 1994  

	* pl14l released.

	* ultrastor.c: Remove outl, inl functions (now provided elsewhere).

Mon Jan  3 12:27:25 1994  

	* pl14k released.

	* aha152x.c: Remove insw and outsw functions.

	* fdomain.c: Ditto.

Wed Dec 29 09:47:20 1993  

	* pl14i released.

	* scsi.c: Support RECOVERED_ERROR for tape drives.

	* st.c: Update of tape driver from Kai.

Tue Dec 21 09:18:30 1993  

	* pl14g released.

	* aha1542.[c,h]: Support extended BIOS stuff.

	* scsi.c: Clean up messages about disks, so they are displayed as
	sda, sdb, etc instead of sd0, sd1, etc.

	* sr.c:  Force reread of capacity if disk was changed.
	Clear buffer before asking for capacity/sectorsize (some drives
	do not report this properly).  Set needs_sector_size flag if
	drive did not return sensible sector size.

Mon Dec 13 12:13:47 1993  

	* aha152x.c: Update to version .101 from Juergen.

Mon Nov 29 03:03:00 1993  

        * linux 0.99.14 released.

	* All scsi stuff moved from kernel/blk_drv/scsi to drivers/scsi.

	* Throughout: Grammatical corrections to various comments.

	* Makefile: fix so that we do not need to compile things we are
	not going to use.

	* NCR5380.c, NCR5380.h, g_NCR5380.c, g_NCR5380.h, pas16.c,
	pas16.h, t128.c, t128.h:  New files from Drew.

	* aha152x.c, aha152x.h: New files from Juergen Fischer.

	* aha1542.c: Support for more than one 1542 in the machine
	at the same time.  Make functions static that do not need
	visibility.

	* aha1740.c: Set NEEDS_JUMPSTART flag in reset function, so we
	know to restart the command.  Change prototype of aha1740_reset
	to take a command pointer.

	* constants.c: Clean up a few things.

	* fdomain.c: Update to version 5.6.  Move snarf_region.  Allow
	board to be set at different SCSI ids.  Remove support for
	reselection (did not work well).  Set JUMPSTART flag in reset
	code.

	* hosts.c: Support new low-level adapters.  Allow for more than
	one adapter of a given type.

	* hosts.h: Allow for more than one adapter of a given type. 

	* scsi.c:  Add scsi_device_types array, if NEEDS_JUMPSTART is set
	after a low-level reset, start the command again.  Sort blacklist,
	and add Maxtor MXT-1240S, XT-4170S, NEC CDROM 84, Seagate ST157N.

	* scsi.h: Add constants for tagged queueing.

	* Throughout: Use constants from major.h instead of hardcoded
	numbers for major numbers.

	* scsi_ioctl.c: Fix bug in buffer length in ioctl_command.  Use
	verify_area in GET_IDLUN ioctl.  Add new ioctls for
	TAGGED_QUEUE_ENABLE, DISABLE.  Only allow IOCTL_SEND_COMMAND by
	superuser.

	* sd.c: Only pay attention to UNIT_ATTENTION for removable disks.
	Fix bug where sometimes portions of blocks would get lost
	resulting in processes hanging.  Add messages when we spin up a
	disk, and fix a bug in the timing.  Increase read-ahead for disks
	that are on a scatter-gather capable host adapter.

	* seagate.c: Fix so that some parameters can be set from the lilo
	prompt.  Supply jumpstart flag if we are resetting and need the
	command restarted.   Fix so that we return 1 if we detect a card
	so that multiple card detection works correctly.  Add yet another
	signature for FD cards (950).  Add another signature for ST0x.

	* sg.c, sg.h: New files from Lawrence Foard for generic scsi
	access.

	* sr.c:  Add type casts for (void*) so that we can do pointer
	arithmetic.  Works with GCC without this, but it is not strictly
	correct.  Same bugfix as was in sd.c.  Increase read-ahead a la
	disk driver.

	* sr_ioctl.c: Use scsi_malloc buffer instead of buffer from stack
	since we cannot guarantee that the stack is < 16Mb.

	ultrastor.c: Update to support 24f properly (JFC's driver).

	wd7000.c: Supply jumpstart flag for reset.  Do not round up
	number of cylinders in biosparam function.

Sat Sep  4 20:49:56 1993  

    * 0.99pl13 released.

    * Throughout:  Use check_region/snarf_region for all low-level
    drivers.

    * aha1542.c: Do hard reset instead of soft (some ethercard probes
    screw us up).

    * scsi.c: Add new flag ASKED_FOR_SENSE so that we can tell if we are
    in a loop whereby the device returns null sense data.

    * sd.c: Add code to spin up a drive if it is not already spinning.
    Do this one at a time to make it easier on power supplies.

    * sd_ioctl.c: Use sync_dev instead of fsync_dev in BLKFLSBUF ioctl.

    * seagate.c: Switch around DATA/CONTROL lines.

    * st.c: Change sense to unsigned.

Thu Aug  5 11:59:18 1993  

    * 0.99pl12 released.

    * constants.c, constants.h: New files with ascii descriptions of
    various conditions.

    * Makefile: Do not try and count the number of low-level drivers,
    just generate the list of .o files.

    * aha1542.c: Replace 16 with sizeof(SCpnt->sense_buffer).  Add tests
    for addresses > 16Mb, panic if we find one.

    * aha1740.c: Ditto with sizeof().

    * fdomain.c: Update to version 3.18.  Add new signature, register IRQ
    with irqaction.  Use ID 7 for new board.  Be more intelligent about
    obtaining the h/s/c numbers for biosparam.

    * hosts.c: Do not depend upon Makefile generated count of the number
    of low-level host adapters.

    * scsi.c: Use array for scsi_command_size instead of a function.  Add
    Texel cdrom and Maxtor XT-4380S to blacklist.  Allow compile time
    option for no-multi lun scan.  Add semaphore for possible problems
    with handshaking, assume device is faulty until we know it not to be
    the case.  Add DEBUG_INIT symbol to dump info as we scan for devices.
    Zero sense buffer so we can tell if we need to request it.  When
    examining sense information, request sense if buffer is all zero.
    If RESET, request sense information to see what to do next.

    * scsi_debug.c: Change some constants to use symbols like INT_MAX.

    * scsi_ioctl.c (kernel_scsi_ioctl): New function -for making ioctl
    calls from kernel space.

    * sd.c: Increase timeout to 300.  Use functions in constants.h to
    display info.  Use scsi_malloc buffer for READ_CAPACITY, since
    we cannot guarantee that a stack based buffer is < 16Mb.

    * sd_ioctl.c: Add BLKFLSBUF ioctl.

    * seagate.c: Add new compile time options for ARBITRATE,
    SLOW_HANDSHAKE, and SLOW_RATE.  Update assembly loops for transferring
    data.  Use kernel_scsi_ioctl to request mode page with geometry.

    * sr.c: Use functions in constants.c to display messages.

    * st.c: Support for variable block size.

    * ultrastor.c: Do not use cache for tape drives.  Set
    unchecked_isa_dma flag, even though this may not be needed (gets set
    later).

Sat Jul 17 18:32:44 1993  

    * 0.99pl11 released.  C++ compilable.

    * Throughout: Add type casts all over the place, and use "ip" instead
    of "info" in the various biosparam functions.

    * Makefile: Compile seagate.c with C++ compiler.

    * aha1542.c: Always set ccb pointer as this gets trashed somehow on
    some systems.  Add a few type casts.  Update biosparam function a little.

    * aha1740.c: Add a few type casts.

    * fdomain.c: Update to version 3.17 from 3.6.  Now works with
    TMC-18C50.

    * scsi.c: Minor changes here and there with datatypes.  Save use_sg
    when requesting sense information so that this can properly be
    restored if we retry the command.  Set aside dma buffers assuming each
    block is 1 page, not 1Kb minix block.

    * scsi_ioctl.c: Add a few type casts.  Other minor changes.

    * sd.c:  Correctly  free all scsi_malloc'd memory if we run out of
    dma_pool. Store blocksize information for each partition.

    * seagate.c: Minor cleanups here and there.

    * sr.c: Set up blocksize array for all discs.  Fix bug in freeing
    buffers if we run out of dma pool.

Thu Jun  2 17:58:11 1993  

    * 0.99pl10 released.

    * aha1542.c: Support for BT 445S (VL-bus board with no dma channel).

    * fdomain.c: Upgrade to version 3.6. Preliminary support for TNC-18C50.

    * scsi.c: First attempt to fix problem with old_use_sg.  Change
    NOT_READY to a SUGGEST_ABORT.  Fix timeout race where time might
    get decremented past zero.

    * sd.c: Add block_fsync function to dispatch table.

    * sr.c: Increase timeout to 500 from 250.  Add entry for sync in
    dispatch table (supply NULL).  If we do not have a sectorsize,
    try and get it in the sd_open function.  Add new function just to
    obtain sectorsize.

    * sr.h: Add needs_sector_size semaphore.

    * st.c: Add NULL for fsync in dispatch table.

    * wd7000.c: Allow another condition for power on that are normal
    and do not require a panic.

Thu Apr 22 23:10:11 1993  

    * 0.99pl9 released.

    * aha1542.c: Use (void) instead of () in setup_mailboxes.

    * scsi.c: Initialize transfersize and underflow fields in SCmd to 0.
    Do not panic for unsupported message bytes.

    * scsi.h: Allocate 12 bytes instead of 10 for commands.  Add
    transfersize and underflow fields.

    * scsi_ioctl.c: Further bugfix to ioctl_probe.

    * sd.c: Use long instead of int for last parameter in sd_ioctl.
    Initialize transfersize and underflow fields.    

    * sd_ioctl.c: Ditto for sd_ioctl(,,,,);

    * seagate.c: New version from Drew.  Includes new signatures for FD
    cards.  Support for 0ws jumper. Correctly initialize
    scsi_hosts[hostnum].this_id.  Improved handing of
    disconnect/reconnect, and support command linking.  Use
    transfersize and underflow fields.  Support scatter-gather.

    * sr.c, sr_ioctl.c: Use long instead of int for last parameter in sr_ioctl.
    Use buffer and buflength in do_ioctl.  Patches from Chris Newbold for
    scsi-2 audio commands.

    * ultrastor.c: Comment out in_byte (compiler warning).

    * wd7000.c: Change () to (void) in wd7000_enable_dma.

Wed Mar 31 16:36:25 1993  

    * 0.99pl8 released.

    * aha1542.c: Handle mailboxes better for 1542C.
        Do not truncate number of cylinders at 1024 for biosparam call.

    * aha1740.c: Fix a few minor bugs for multiple devices.
        Same as above for biosparam.

    * scsi.c: Add lockable semaphore for removable devices that can have
    media removal prevented.  Add another signature for flopticals.
    (allocate_device): Fix race condition.  Allow more space in dma pool
    for blocksizes of up to 4Kb.

    * scsi.h: Define COMMAND_SIZE.  Define a SCSI specific version of
    INIT_REQUEST that can run with interrupts off.

    * scsi_ioctl.c: Make ioctl_probe function more idiot-proof.  If
    a removable device says ILLEGAL REQUEST to a door-locking command,
    clear lockable flag.  Add SCSI_IOCTL_GET_IDLUN ioctl.  Do not attempt
    to lock door for devices that do not have lockable semaphore set.

    * sd.c: Fix race condition for multiple disks.  Use INIT_SCSI_REQUEST
    instead of INIT_REQUEST.  Allow sector sizes of 1024 and 256.  For
    removable disks that are not ready, mark them as having a media change
    (some drives do not report this later).

    * seagate.c: Use volatile keyword for memory-mapped register pointers.

    * sr.c: Fix race condition, a la sd.c.  Increase the number of retries
    to 1.  Use INIT_SCSI_REQUEST.  Allow 512 byte sector sizes.  Do a
    read_capacity when we init the device so we know the size and
    sectorsize.

    * st.c: If ioctl not found in st.c, try scsi_ioctl for others.

    * ultrastor.c: Do not truncate number of cylinders at 1024 for
    biosparam call.

    * wd7000.c: Ditto.
    Throughout: Use COMMAND_SIZE macro to determine length of scsi
    command.



Sat Mar 13 17:31:29 1993  

    * 0.99pl7 released.

    Throughout: Improve punctuation in some messages, and use new
    verify_area syntax.

    * aha1542.c: Handle unexpected interrupts better.

    * scsi.c: Ditto.  Handle reset conditions a bit better, asking for
    sense information and retrying if required.

    * scsi_ioctl.c: Allow for 12 byte scsi commands.

    * ultrastor.c: Update to use scatter-gather.

Sat Feb 20 17:57:15 1993  

    * 0.99pl6 released.

    * fdomain.c: Update to version 3.5.  Handle spurious interrupts
    better.

    * sd.c: Use register_blkdev function.

    * sr.c: Ditto.

    * st.c: Use register_chrdev function.

    * wd7000.c: Undo previous change.

Sat Feb  6 11:20:43 1993  

    * 0.99pl5 released.

    * scsi.c: Fix bug in testing for UNIT_ATTENTION.

    * wd7000.c: Check at more addresses for bios.  Fix bug in biosparam
    (heads & sectors turned around).

Wed Jan 20 18:13:59 1993  

    * 0.99pl4 released.

    * scsi.c: Ignore leading spaces when looking for blacklisted devices.

    * seagate.c: Add a few new signatures for FD cards.  Another patch
    with SCint to fix race condition.  Use recursion_depth to keep track
    of how many times we have been recursively called, and do not start
    another command unless we are on the outer level.  Fixes bug
    with Syquest cartridge drives (used to crash kernel), because
    they do not disconnect with large data transfers.

Tue Jan 12 14:33:36 1993  

    * 0.99pl3 released.

    * fdomain.c: Update to version 3.3 (a few new signatures).

    * scsi.c: Add CDU-541, Denon DRD-25X to blacklist.
    (allocate_request, request_queueable): Init request.waiting to NULL if
    non-buffer type of request.

    * seagate.c:  Allow controller to be overridden with CONTROLLER symbol.
    Set SCint=NULL when we are done, to remove race condition.

    * st.c: Changes from Kai.

Wed Dec 30 20:03:47 1992  

    * 0.99pl2 released.

    * scsi.c: Blacklist back in.  Remove Newbury drive as other bugfix
    eliminates need for it here.

    * sd.c: Return ENODEV instead of EACCES if no such device available.
    (sd_init) Init blkdev_fops earlier so that sd_open is available sooner.

    * sr.c: Same as above for sd.c.

    * st.c: Return ENODEV instead of ENXIO if no device.  Init chrdev_fops
    sooner, so that it is always there even if no tapes.

    * seagate.c (controller_type): New variable to keep track of ST0x or
    FD.  Modify signatures list to indicate controller type, and init
    controller_type once we find a match.

    * wd7000.c (wd7000_set_sync): Remove redundant function.

Sun Dec 20 16:26:24 1992  

    * 0.99pl1 released.

    * scsi_ioctl.c: Bugfix - check dev->index, not dev->id against
    NR_SCSI_DEVICES.

    * sr_ioctl.c: Verify that device exists before allowing an ioctl.

    * st.c: Patches from Kai - change timeout values, improve end of tape
    handling.

Sun Dec 13 18:15:23 1992  

    * 0.99 kernel released.  Baseline for this ChangeLog.