From owner-freebsd-bugs Wed Aug 18 22:39: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 753C814F15 for ; Wed, 18 Aug 1999 22:39:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98669; Wed, 18 Aug 1999 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D793F14EA4; Wed, 18 Aug 1999 22:20:45 -0700 (PDT) Message-Id: <19990819052045.D793F14EA4@hub.freebsd.org> Date: Wed, 18 Aug 1999 22:20:45 -0700 (PDT) From: norihiro@tmlab.osakac.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/13250: Can't probe Adaptec AHA-2930CU PCI SCSI Adapter Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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