* [parisc-linux] disks not recognized by new 53c700/53c710 driver
@ 2001-10-13 14:21 Albert Strasheim
[not found] ` <200110082146.PAA00640@puffin.external.hp.com>
0 siblings, 1 reply; 11+ messages in thread
From: Albert Strasheim @ 2001-10-13 14:21 UTC (permalink / raw)
To: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 1365 bytes --]
(was [parisc-linux-cvs] linux rhirst)
Reply-To:
In-Reply-To: <200110082146.PAA00640@puffin.external.hp.com>
Hello,
I just gave 2.4.9
On Mon, 08 Oct 2001, Richard Hirst wrote:
> CVSROOT: /home/cvs/parisc
> Module name: linux
> Changes by: rhirst 01/10/08 15:46:04
>
> Modified files:
> . : Makefile
> drivers/scsi : Config.in Makefile
> arch/parisc/debian-configs: 32 64 default
> Added files:
> drivers/scsi : 53c700.c 53c700.h 53c700.scr NCR_D700.c
> NCR_D700.h README.53c700 lasi700.c lasi700.h
>
> Log message:
> New driver from James Bottomley for 53c700 and 53c710. Much improved
> over sim700.c, and already mostly in Linus' tree. Major differences
> are support for sync working where the chip supports it, tagged
> commands, and disconnect/reselect works (sim700 had problems on
> 53c700, requiring that people booted with sim700=nodisc:0xff).
> I've left the old driver in the source for now, just commented out its
> Config question. Will remove it completely if there are no problems.
> Tested on 712, 715/50, 715/75, B180, C360 (32 and 64 bit kernels).
>
>
>
> _______________________________________________
> parisc-linux-cvs mailing list
> parisc-linux-cvs@lists.parisc-linux.org
> http://lists.parisc-linux.org/cgi-bin/mailman/listinfo/parisc-linux-cvs
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst)
[not found] ` <200110082146.PAA00640@puffin.external.hp.com>
@ 2001-10-13 14:27 ` Albert Strasheim
2001-10-13 14:42 ` Helge Deller
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Albert Strasheim @ 2001-10-13 14:27 UTC (permalink / raw)
To: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 2974 bytes --]
Terribly sorry about that message. mutt is acting up. Intended message:
Hello all,
I just gave 2.4.9-pa53 a spin on my 720/50, wanting to see if perhaps
some random phenomena will allow me to complete the installation. The
Debian installer informed me that I had no disks connected, so I went
back and examined the bootup messages. The relevant portions:
...
Searching for Potential Boot Devices.
To terminate search, press and hold the ESCAPE key.
Device Selection Device Path Device Type
----------------------------------------------------------------------------
P0 scsi.6.0 MICROP 1528-15MD1066702
P1 lan.0000e8-e5fdeb.0.0 dogbert
...
Linux version 2.4.9-pa53 (s13640887@bach.sun.ac.za) (gcc version 3.0.2 20010829
(prerelease)) #2 Sat Oct 13 15:42:01 SAST 2001
...
CPUID vers 0 rev 0
model 9000/720
...
Kernel command line: HOME=/ root=/dev/ram console=ttyS0 TERM=vt102
... ( don't know if this was there before, but anyway: )
STI byte mode ROM at f8000000, hpa=f8000000
STI byte mode ROM, id 26d1488c-40a00499, conforms to spec rev. 8.02
STI device: HPA1924A
...
Found i82596 at 0xf0826000, IRQ 87
82596.c: MAC of HP700 LAN read from EEPROM
eth0: Couldn't get consistent shared memory
eth0: 82596 at 0xf0826000, 08 00 09 25 4B E1 IRQ 87.
82596.c $Revision: 1.23 $
SCSI subsystem driver Revision: 1.00
sticonsole_init: searching for STI ROMs
Console: switching to colour STI console 160x64
...
No disks?
In my .config (obtained with make oldconfig) I have:
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_SD_EXTRA_DEVS=40
CONFIG_CHR_DEV_ST=y
CONFIG_SR_EXTRA_DEVS=2
CONFIG_CHR_DEV_SG=y
CONFIG_SCSI_ZALON=y
CONFIG_SCSI_SYM53C8XX=y
CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=8
CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
CONFIG_SCSI_NCR53C8XX_SYNC=20
Did I miss anything or is there something amiss with the driver? :-)
Regards,
Albert
On Mon, 08 Oct 2001, Richard Hirst wrote:
> CVSROOT: /home/cvs/parisc
> Module name: linux
> Changes by: rhirst 01/10/08 15:46:04
>
> Modified files:
> . : Makefile
> drivers/scsi : Config.in Makefile
> arch/parisc/debian-configs: 32 64 default
> Added files:
> drivers/scsi : 53c700.c 53c700.h 53c700.scr NCR_D700.c
> NCR_D700.h README.53c700 lasi700.c lasi700.h
>
> Log message:
> New driver from James Bottomley for 53c700 and 53c710. Much improved
> over sim700.c, and already mostly in Linus' tree. Major differences
> are support for sync working where the chip supports it, tagged
> commands, and disconnect/reselect works (sim700 had problems on
> 53c700, requiring that people booted with sim700=nodisc:0xff).
> I've left the old driver in the source for now, just commented out its
> Config question. Will remove it completely if there are no problems.
> Tested on 712, 715/50, 715/75, B180, C360 (32 and 64 bit kernels).
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst)
2001-10-13 14:27 ` [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst) Albert Strasheim
@ 2001-10-13 14:42 ` Helge Deller
2001-10-13 14:59 ` Matthew Wilcox
[not found] ` <3BC851AB.7968C3D5@esiee.fr>
[not found] ` <20011013144315.768285B124@optical.cyberhost.co.za>
2 siblings, 1 reply; 11+ messages in thread
From: Helge Deller @ 2001-10-13 14:42 UTC (permalink / raw)
To: Albert Strasheim, parisc-linux
> No disks?
>
> In my .config (obtained with make oldconfig) I have:
>
> CONFIG_SCSI=y
> CONFIG_BLK_DEV_SD=y
> CONFIG_SD_EXTRA_DEVS=40
> CONFIG_CHR_DEV_ST=y
> CONFIG_SR_EXTRA_DEVS=2
> CONFIG_CHR_DEV_SG=y
> CONFIG_SCSI_ZALON=y
> CONFIG_SCSI_SYM53C8XX=y
> CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=8
> CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
> CONFIG_SCSI_NCR53C8XX_SYNC=20
>
> Did I miss anything or is there something amiss with the driver? :-)
I think you missed:
CONFIG_SCSI_LASI700=y
CONFIG_53C700_MEM_MAPPED=y
CONFIG_53C700_LE_ON_BE=y
CONFIG_53C700_USE_CONSISTENT=y
You should prefer "make menuconfig". That way you won't
miss such things.
Greetings,
Helge
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst)
[not found] ` <3BC851AB.7968C3D5@esiee.fr>
@ 2001-10-13 14:44 ` Albert Strasheim
2001-10-13 14:51 ` Thomas Marteau
0 siblings, 1 reply; 11+ messages in thread
From: Albert Strasheim @ 2001-10-13 14:44 UTC (permalink / raw)
To: Thomas Marteau; +Cc: parisc-linux
Hello,
Are you saying disabling the STI console will make the SCSI driver work?
I just mentioned the STI console because I seem to recall Matthew Wilcox
checked in some patches for it since I last tested...?
So, do you still want me to test?
Cheerio,
Albert
On Sat, 13 Oct 2001, Thomas Marteau wrote:
> Hi Albert,
>
> Could try a kernel where you do not select STI console and Generic STI
> frame buffer device support in Console drivers section. To see if it
> does the same thing. If it works I think it could be useful to post to
> the list the solution b/c I think there is a bug somewhere!
>
> Thomas.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst)
[not found] ` <20011013144315.768285B124@optical.cyberhost.co.za>
@ 2001-10-13 14:45 ` Albert Strasheim
2001-10-13 14:59 ` Albert Strasheim
0 siblings, 1 reply; 11+ messages in thread
From: Albert Strasheim @ 2001-10-13 14:45 UTC (permalink / raw)
To: Helge Deller; +Cc: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 959 bytes --]
Hello,
Okay, I'll check this out and report back. Someone should probably fix
up make oldconfig so that it produces a working config again?
Cheerio,
Albert
On Sat, 13 Oct 2001, Helge Deller wrote:
> > No disks?
> >
> > In my .config (obtained with make oldconfig) I have:
> >
> > CONFIG_SCSI=y
> > CONFIG_BLK_DEV_SD=y
> > CONFIG_SD_EXTRA_DEVS=40
> > CONFIG_CHR_DEV_ST=y
> > CONFIG_SR_EXTRA_DEVS=2
> > CONFIG_CHR_DEV_SG=y
> > CONFIG_SCSI_ZALON=y
> > CONFIG_SCSI_SYM53C8XX=y
> > CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=8
> > CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
> > CONFIG_SCSI_NCR53C8XX_SYNC=20
> >
> > Did I miss anything or is there something amiss with the driver? :-)
>
> I think you missed:
>
> CONFIG_SCSI_LASI700=y
> CONFIG_53C700_MEM_MAPPED=y
> CONFIG_53C700_LE_ON_BE=y
> CONFIG_53C700_USE_CONSISTENT=y
>
> You should prefer "make menuconfig". That way you won't
> miss such things.
>
> Greetings,
> Helge
>
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst)
2001-10-13 14:44 ` Albert Strasheim
@ 2001-10-13 14:51 ` Thomas Marteau
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Marteau @ 2001-10-13 14:51 UTC (permalink / raw)
To: Albert Strasheim; +Cc: parisc-linux
Hi Albert,
No, I thought that without sti support you could have the prompt and
debug. Anyway, Helge can be also true. Now, the HP Lasi driver is not in
default config. Be sure to add it on your kernel!
In make menuconfig, it is SCSI support->SCSI low-level drivers->HP LASI
SCSI support for 53c700
Thomas.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst)
2001-10-13 14:42 ` Helge Deller
@ 2001-10-13 14:59 ` Matthew Wilcox
2001-10-13 15:05 ` Helge Deller
2001-10-13 15:51 ` Albert Strasheim
0 siblings, 2 replies; 11+ messages in thread
From: Matthew Wilcox @ 2001-10-13 14:59 UTC (permalink / raw)
To: Helge Deller; +Cc: Albert Strasheim, parisc-linux
On Sat, Oct 13, 2001 at 04:42:27PM +0200, Helge Deller wrote:
> You should prefer "make menuconfig". That way you won't
> miss such things.
Um? make oldconfig only prompts you for new options. it's harder to
miss things with oldconfig than menuconfig, IMO.
--
Revolutions do not require corporate support.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst)
2001-10-13 14:45 ` Albert Strasheim
@ 2001-10-13 14:59 ` Albert Strasheim
2001-10-13 15:18 ` Helge Deller
0 siblings, 1 reply; 11+ messages in thread
From: Albert Strasheim @ 2001-10-13 14:59 UTC (permalink / raw)
To: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 655 bytes --]
Hello,
Okay, the make menuconfig LASI thingy did the trick. I now get:
SCSI subsystem driver Revision: 1.00
53c700: consistent memory allocation failed
53c700: Version 2.6 By James.Bottomley@HansenPartnership.com
scsi0: 53c700 rev 0
scsi0 : LASI SCSI 53c700
Vendor: MICROP Model: 1528-15MD1066702 Rev: DD24
Type: Direct-Access ANSI SCSI revision: 01 CCS
Attached scsi disk sda at scsi0, channel 0, id 6, lun 0
SCSI device sda: 2621688 512-byte hdwr sectors (1342 MB)
Partition check:
sda: sda1 sda2 sda3
Is it normal for the consitent memory allocation to fail as indicated
above? What does this mean?
Regards,
Albert
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst)
2001-10-13 14:59 ` Matthew Wilcox
@ 2001-10-13 15:05 ` Helge Deller
2001-10-13 15:51 ` Albert Strasheim
1 sibling, 0 replies; 11+ messages in thread
From: Helge Deller @ 2001-10-13 15:05 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: Albert Strasheim, parisc-linux
On Saturday 13 October 2001 16:59, Matthew Wilcox wrote:
> On Sat, Oct 13, 2001 at 04:42:27PM +0200, Helge Deller wrote:
> > You should prefer "make menuconfig". That way you won't
> > miss such things.
>
> Um? make oldconfig only prompts you for new options. it's harder to
> miss things with oldconfig than menuconfig, IMO.
Hi Matthew,
of course you're right. But if I have a lots of new options
I just too often press only lots of "n" <return>s and miss
the new parts. I know that is not the way it should be done,
but as it seems it's not only me who do it this way....
Helge
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst)
2001-10-13 14:59 ` Albert Strasheim
@ 2001-10-13 15:18 ` Helge Deller
0 siblings, 0 replies; 11+ messages in thread
From: Helge Deller @ 2001-10-13 15:18 UTC (permalink / raw)
To: Albert Strasheim, parisc-linux
> SCSI subsystem driver Revision: 1.00
> 53c700: consistent memory allocation failed
>
> Is it normal for the consitent memory allocation to fail as indicated
> above? What does this mean?
Hi Albert.
Yes, it's normal that it fails that way on your machine.
It just says, that your machine/CPU needs a "cache-writeback"
command by the cpu before any other chips may access that
area of memory directly via dma.
In other words, your machine isn't cache-coherent and this
will be handled automatically by the driver.
Btw, harmony (sound), lasi_82596 (LAN) and other drivers have
the same problem, but mostly don't inform you about that.
Greetings,
Helge
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst)
2001-10-13 14:59 ` Matthew Wilcox
2001-10-13 15:05 ` Helge Deller
@ 2001-10-13 15:51 ` Albert Strasheim
1 sibling, 0 replies; 11+ messages in thread
From: Albert Strasheim @ 2001-10-13 15:51 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 475 bytes --]
Hello,
My apologies -- I misunderstood the inner workings of make oldconfig. I
see now that you are right, as always. :-)
Cheerio,
Albert
On Sat, 13 Oct 2001, Matthew Wilcox wrote:
> On Sat, Oct 13, 2001 at 04:42:27PM +0200, Helge Deller wrote:
> > You should prefer "make menuconfig". That way you won't
> > miss such things.
>
> Um? make oldconfig only prompts you for new options. it's harder to
> miss things with oldconfig than menuconfig, IMO.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2001-10-13 15:52 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-13 14:21 [parisc-linux] disks not recognized by new 53c700/53c710 driver Albert Strasheim
[not found] ` <200110082146.PAA00640@puffin.external.hp.com>
2001-10-13 14:27 ` [parisc-linux] disks not recognized by new 53c700/53c710 driver (was [parisc-linux-cvs] linux rhirst) Albert Strasheim
2001-10-13 14:42 ` Helge Deller
2001-10-13 14:59 ` Matthew Wilcox
2001-10-13 15:05 ` Helge Deller
2001-10-13 15:51 ` Albert Strasheim
[not found] ` <3BC851AB.7968C3D5@esiee.fr>
2001-10-13 14:44 ` Albert Strasheim
2001-10-13 14:51 ` Thomas Marteau
[not found] ` <20011013144315.768285B124@optical.cyberhost.co.za>
2001-10-13 14:45 ` Albert Strasheim
2001-10-13 14:59 ` Albert Strasheim
2001-10-13 15:18 ` Helge Deller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox