Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 1999 22:20:45 -0700 (PDT)
From:      norihiro@tmlab.osakac.ac.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   kern/13250: Can't probe Adaptec AHA-2930CU PCI SCSI Adapter
Message-ID:  <19990819052045.D793F14EA4@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         13250
>Category:       kern
>Synopsis:       Can't probe Adaptec AHA-2930CU PCI SCSI Adapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 18 22:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Norihiro TANAKA
>Release:        FreeBSD 3.2R
>Organization:
Osaka Electro-Communication Univ.
>Environment:
FreeBSD cervo.tmlab.osakac.ac.jp 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sat Aug 12 20:59:50 JST 2000     norihiro@cervo.tmlab.osakac.ac.jp:/usr/src/sys/compile/CERVO  i386

My SYSTEM
CPU: K6-2 400MHz
MB:  ASUS P5A-B
MEM: 192MB
SCSI: AHA-2930CU
SCSI DRIVE: HDD x 2, 230MB MO, CDROM
IDE:        nothing
>Description:
AHA-2930CU was not probed by FreeBSD 3.2R.
Because there is no description of AHA-2930CU CARD ID in ahc_pci.c.

>How-To-Repeat:
This problem break out at all time.
>Fix:
patch for /usr/src/sys/pci/ahc_pci.c

*** ahc_pci.c.org       Thu Aug 19 03:31:19 1999
--- ahc_pci.c   Thu Aug 19 03:35:38 1999
***************
*** 108,113 ****
--- 108,114 ----
  #define ID_AHA_4944U          0x8678900400000000ull
  #define ID_AHA_2940UB         0x8178900478819004ull
  #define ID_AHA_2930U          0x8878900478889004ull
+ #define ID_AHA_2930CU         0x3860900438699004ull
  #define ID_AHA_2940U_PRO      0x8778900478879004ull
  #define ID_AHA_2940U_CN               0x0078900478009004ull
  
***************
*** 265,270 ****
--- 266,277 ----
                ID_AHA_2930U,
                ID_ALL_MASK,
                "Adaptec 2930 Ultra SCSI adapter",
+               ahc_aic7880_setup
+       },
+       {
+               ID_AHA_2930CU,
+               ID_ALL_MASK,
+               "Adaptec 2930 Ultra SCSI adapter(J-Retail)",
                ahc_aic7880_setup
        },
        {


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990819052045.D793F14EA4>