Subject: Re: XP1000 - NetBSD 1.4.2 - SCSI problems
To: Sven Dietrich <spock@sled.gsfc.nasa.gov>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: port-alpha
Date: 04/21/2000 17:33:16
On Fri, Apr 21, 2000 at 08:14:34AM -0400, Sven Dietrich wrote:
> Look again, you'll see:

Sorry I missed it.

> 
> ohci0: couldn't map interrupt
> Alteon ACEnic Gigabit Ethernet (ethernet network, revision 0x01) at pci0 dev 11 function 0 not configured
> fpa0 at pci0 dev 12 function 0: DEC DEFPA PCI FDDI DAS Controller
> fpa0: FDDI address <erased>, FW=3.10, HW=0, SMT V7.2
> fpa0: FDDI Port[A] = A (PMD = ANSI Multi-Mode), FDDI Port[B] = B (PMD = ANSI Mul ti-Mode)
> 
> It's a DEGPA-SA card. Somehow it recognizes it's there, but
> doesn't load the ti driver?

Are you sure you have inclued 'ti' in your kernel config file ?
It looks like it's not in the alpha GENERIC kernel config file for 1.4.2, you
have to recompile a new one.

> 
> Are the fixes in NetBSD-current, then?

Yes, definitively:
NetBSD 1.4X (DS20) #8: Fri Apr  7 19:17:28 MEST 2000
    root@ds20:/home/src/sys/arch/alpha/compile/DS20
AlphaServer DS20 500 MHz
8192 byte page size, 1 processor.
total memory = 512 MB
[...]
ti0 at pci0 dev 8 function 0: Netgear GA620 Gigabit Ethernet (rev. 0x01)
ti0: interrupting at dec 6600 irq 27
ti0: Ethernet address: 00:a0:cc:73:3c:15

However I don't know if the DEGPA-SA uses a Tigon I or Tigon II chip.
Tigon I may have problems on the alpha, depending on how the hardware
manages devices memory space (really this is because the driver doesn't use
the appropriate bus_space command).
I fixed the Tigon II case but for the Tigon I it's less straitforward, I didn't
want to break things without hardware to test.

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--