From owner-freebsd-mobile Wed May 15 00:05:12 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA01774 for mobile-outgoing; Wed, 15 May 1996 00:05:12 -0700 (PDT) Received: from MediaCity.com (root@easy1.mediacity.com [205.216.172.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA01760 for ; Wed, 15 May 1996 00:05:09 -0700 (PDT) Received: (from brian@localhost) by MediaCity.com (8.6.11/8.6.9) id AAA24273 for freebsd-mobile@freebsd.org; Wed, 15 May 1996 00:05:06 -0700 From: Brian Litzinger Message-Id: <199605150705.AAA24273@MediaCity.com> Subject: Adaptec Slim SCSI panics my laptop To: freebsd-mobile@freebsd.org Date: Wed, 15 May 1996 00:05:06 -0700 (PDT) Reply-To: brian@MediaCity.com X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm running the Hosokawa (pccard-test-960508) pccard stuff in my -current system. I'm playing with the pccard stuff which is now successfully driving my ethernet and modem PCMCIA cards. I plug in an Adaptec 1640 Slim SCSI and the system panics, as follows: May 14 19:22:48 top /kernel: Card inserted, slot 0 May 14 19:22:48 top /kernel: Slot 0, unfielded interrupt (0) May 14 19:22:48 top /kernel: Slot 0, unfielded interrupt (11) May 14 19:22:42 top pccardd[30]: Card "Adaptec, Inc." ("APA-1460 SCSI Host Adapt er") matched "Adaptec, Inc." ("APA-1460 SCSI Host ") May 14 19:22:42 top pccardd[30]: Using I/O addr 0x340, size 32 May 14 19:22:43 top pccardd[30]: Setting config reg at offs 0x2000 to 0x49 May 14 19:22:43 top pccardd[30]: Reset time = 100 ms May 14 19:22:46 top pccardd[30]: Assigning I/O window 0, start 0x340, size 0x20 flags 0x5 May 14 19:22:46 top pccardd[30]: Assign aic0, io 0x340, mem 0x0, 0 bytes, irq 11 , flags 0 May 14 19:22:49 top pccardd[30]: Code 240 not found May 14 19:22:49 top pccardd[30]: Code 240 not found May 14 19:22:49 top pccardd[30]: code Unknown ignored May 14 19:22:49 top pccardd[30]: Card "CNet " ("CN30BC") matched "CNet " ("CN3 0BC") ... later on I get the sd0(aic0:0:0) information about attached drive... (double beep occurs indicating completion of card attachment) Fatal trap 12: page fault while in kernel mode ... process id 109 (sh) ----------- here is the entry from /etc/pccard.conf: # Adaptec SlimSCSI card "Adaptec, Inc." "APA-1460 SCSI Host " config default "aic0" 11 # I've also had 0x09 in place insert echo Adaptec Slim SCSI inserted # of default remove echo Adaptec Slim SCSI removed and here is the aic0 line from the LOCAL config file. controller aic0 at isa? port 0x340 bio irq 11 vector aicintr ----- The panic does not happen if no devices are connected to the SCSI bus. Any ideas? (thanks in advance) Brian Litzinger brian@mediacity.com