Re: various problems with 2.0.36pre (SCSI, floppy)

Tomasz Motylewski (motyl@stan.chemie.unibas.ch)
Wed, 11 Nov 1998 23:19:34 +0100 (MET)


On Wed, 11 Nov 1998, Tomasz Motylewski wrote:

> 2. lilo stops working between 2.0.36pre13 and 2.0.36pre14. Could be some
> AIC-7880 SCSI driver problem.
> Details:

Well, after a hint from Alan I have realized the the problem is "extended
translation" OFF by default in pre13 and ON in pre14&up. It is nicely shown
by the following diff (of /proc/scsi/aic7xxx/0):

--- proc-scsi-aic7xxx-0-pre13 Wed Nov 11 22:54:04 1998
+++ proc-scsi-aic7xxx-0-pre19 Wed Nov 11 22:31:48 1998
@@ -1,4 +1,4 @@
-Adaptec AIC7xxx driver version: 5.0.20/3.2.4
+Adaptec AIC7xxx driver version: 5.1.3/3.2.4
Compile Options:
AIC7XXX_RESET_DELAY : 5
AIC7XXX_TAGGED_QUEUEING: Adapter Support Enabled
@@ -11,16 +11,17 @@
SCSI Adapter: Adaptec AIC-7880 Ultra SCSI host adapter
Ultra Wide Controller
PCI MMAPed I/O Base: 0xe0804000
- Adaptec SCSI BIOS: Enabled
+ Adapter SEEPROM Config: SEEPROM not found, using defaults.
+ Adaptec SCSI BIOS: Disabled
IRQ: 14
SCBs: Active 0, Max Active 2,
- Allocated 30, HW 16, Page 255
- Interrupts: 94382
- BIOS Control Word: 0x1836
- Adapter Control Word: 0x0052
- Extended Translation: Disabled
-Disconnect Enable Flags: 0xffbf
- Ultra Enable Flags: 0xfffe
+ Allocated 15, HW 16, Page 255
+ Interrupts: 37615
+ BIOS Control Word: 0x0000
+ Adapter Control Word: 0x0000
+ Extended Translation: Enabled
+Disconnect Enable Flags: 0xffff
+ Ultra Enable Flags: 0x0006
Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 24

The full info on http://crds.chemie.unibas.ch/machine/2.0.36pre19/

In the BIOS setup I have:

"Host Adapter BIOS" : Enabled
"Extended BIOS Translation for DOS Drives > 1 Gbyte" : Disabled

and it was working this way in the old Adapted driver.

Unfortunately I will not be able to diagnose the floppy problem before
Friday.

Greetings,

--
Tomasz Motylewski

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/