[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bge0 timeout problems
On Wed, Aug 14, 2002 at 06:00:56PM -0600, Jason R. Mastaler wrote:
> I tried upgrading my 2650 to -current, but it didn't recognize the
> SCSI controller (Adaptec AIC-7899 U160), even though -stable and
> -release were able to.
>
> Does this relate to your patch? If so, I'd be interested in a copy.
I am using a RAID board, so I didn't bother too much with the 7899, but
the patch is almost certainly needed to use it. I think a "make
pcidevs.h" in sys/dev/pci is needed between patch and rebuild.
Index: sys/arch/i386/pci/pchb.c
===================================================================
RCS file: /home/cvsup/src/sys/arch/i386/pci/pchb.c,v
retrieving revision 1.35
diff -c -r1.35 pchb.c
*** sys/arch/i386/pci/pchb.c 12 Jul 2002 20:17:03 -0000 1.35
--- sys/arch/i386/pci/pchb.c 15 Aug 2002 18:20:51 -0000
***************
*** 190,195 ****
--- 190,196 ----
case PCI_PRODUCT_RCC_CIOB20:
case PCI_PRODUCT_RCC_CNB20LE:
case PCI_PRODUCT_RCC_CMIC_HE:
+ case PCI_PRODUCT_RCC_CIOBX2:
bdnum = pci_conf_read(pa->pa_pc, pa->pa_tag,
0x44);
if (bdnum == 0)
break;
Index: sys/dev/pci/pcidevs
===================================================================
RCS file: /home/cvsup/src/sys/dev/pci/pcidevs,v
retrieving revision 1.536
diff -c -r1.536 pcidevs
*** sys/dev/pci/pcidevs 31 Jul 2002 01:56:20 -0000 1.536
--- sys/dev/pci/pcidevs 15 Aug 2002 18:19:23 -0000
***************
*** 1874,1879 ****
--- 1874,1880 ----
product RCC CNB20LE 0x0009 CNB20LE Host
product RCC CIOB30 0x0010 CIOB30
product RCC CMIC_HE 0x0011 CMIC_HE Host
+ product RCC CIOBX2 0x0101 CIOBX2
product RCC OSB4_IDE 0x0211 OSB4 IDE
product RCC CSB5_IDE 0x0212 CSB5 IDE
product RCC USB 0x0220 USB
--
Brandin Claar
Assistant Research Engineer
Penn State Applied Research Lab