Did exactly as described (altering for my settings which were 21 for sbus and 22 for pci). Here is what I currently get:

luphy3 at hme2 phy 1: LU6612 10/100 PHY, rev. 1
"Sun PCIO EBus2" rev 0x01 at pci1 dev 3 function 0 not configured
hme3 at pci1 dev 3 function 1 "Sun HME" rev 0x01: ivec 0x20c, address 00:03:ba:03:22:54
luphy4 at hme3 phy 1: LU6612 10/100 PHY, rev. 1
"Emulex Light Pulse 8000" rev 0x02 at pci0 dev 3 function 0 not configured
usb0 at ohci0: USB revision 1.0
uhub0 at usb0: Sun OHCI root hub, rev 1.00/1.00, addr 1
schizo1 at mainbus0: "Schizo", version 4, ign 200, bus A 0 to 1
schizo1: dvma map c0000000-ffffffff, iotdb 804c000-814c000
pci2 at schizo1
isp0 at pci2 dev 4 function 0 "QLogic ISP2200" rev 0x05: ivec 0x204
scsibus at isp0 not configured
ppb1 at pci2 dev 1 function 0 "DEC 21154 PCI-PCI" rev 0x05
pci3 at ppb1 bus 1
"QLogic ISP10160" rev 0x06 at pci3 dev 4 function 0 not configured
"QLogic ISP10160" rev 0x06 at pci3 dev 5 function 0 not configured
pcons0 at mainbus0
rd0: fixed, 6144 blocks
bootpath: /[EMAIL PROTECTED],700000/[EMAIL PROTECTED],1
root on rd0a swap on rd0b dump on rd0b

RSC Alert: Host System has Reset

One big fat *bomb*. :)

The server is remote to me but I could remove the card next time I'm up that way... However, wouldn't that card remove my extra storage on the server?

Thanks for helping (seriously)!
-Don


Mark Kettenis wrote:
Looks like the isp(4) driver doesn't actually support the ISP10160:

isp1 at pci3 dev 4 function 0 "QLogic ISP10160" rev 0x06: ivec 0x200
data error type 32 sfsr=808008 sfva=f009681d afsr=10080000000000 afva=7ffed0010f0 tf=0x1c08d80
panic: data fault: pc=1162dd0 addr=f009681d sfsr=808008<TM,PRIV>

You can probably install OpenBSD if you remove that card from the
machine.  Alternatively, you can pay games with UKC.  Boot with the -c
option:

  ok boot net bsd.rd -c

Then at the UKC prompt type:

  UKC> find isp

This will return something like:

   29 isp* at sbus*|sbus* slot -1 offset -1 flags 0x0
   99 isp* at pci* dev -1 function -1 flags 0x0

The numbers might be different; remember the one for isp* at pci*.
The type:

  UKC> add isp0
  Clone Device (DevNo, 'q' or '?') ? 99
  Insert before Device (DevNo, 'q' or '?') ? 100

(use the number from the find isp command above instead of 99, and use
that number + 1 instead of 100).
It will reply with something like:

  100 isp0 at pci* dev -1 function -1 flags 0x0

Then disable the isp*:

  UKC> disable 99
   99 isp* disabled

And continue booting by typing:

  UKC> quit

Reply via email to