From owner-freebsd-questions Mon Feb 24 11:33:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10455 for questions-outgoing; Mon, 24 Feb 1997 11:33:30 -0800 (PST) Received: from cicese.cicese.mx (cicese.cicese.mx [158.97.1.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA10450 for ; Mon, 24 Feb 1997 11:33:28 -0800 (PST) Received: from knuth.cicese.mx by cicese.cicese.mx (4.1/SMI-4.1) id AA12544; Mon, 24 Feb 97 11:33:03 PST Received: by knuth.cicese.mx (SMI-8.6/SMI-SVR4) id LAA04949; Mon, 24 Feb 1997 11:35:32 -0800 Date: Mon, 24 Feb 1997 11:35:32 -0800 From: rvega@cicese.mx (Raymundo Vega Aguilar) Message-Id: <199702241935.LAA04949@knuth.cicese.mx> To: freebsd-questions@freebsd.org Subject: problems with scsi interface Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Md5: Z8vuqHq8qWkjgN59BgFyKA== Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, i hope somebody help me with this. i installed the 2.1.7R of freebsd on a 100 mhz pentium with 1.3Gb ide disk and 1Gb scsi disk, the problem with this computer is that the scsi interface is not "seen" at boot time and then i can not use the disk. the scsi interface is a adaptec 2940 PCI interface, these are the messages i get at boot time. Feb 23 13:45:49 luna /kernel: CPU: 100-MHz Pentium 815\100 (Pentium-class CPU) Feb 23 13:45:49 luna /kernel: Origin = "GenuineIntel" Id = 0x525 Stepping=5 Feb 23 13:45:49 luna /kernel: Features=0x1bf Feb 23 13:45:50 luna /kernel: real memory = 33554432 (32768K bytes) Feb 23 13:45:50 luna /kernel: avail memory = 30748672 (30028K bytes) Feb 23 13:45:50 luna /kernel: Probing for devices on PCI bus 0: Feb 23 13:45:50 luna /kernel: pci0:2:0: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:50 luna /kernel: pci0:2:1: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:50 luna /kernel: pci0:2:2: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:50 luna /kernel: pci0:2:3: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:50 luna /kernel: pci0:2:4: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:50 luna /kernel: pci0:2:5: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:50 luna /kernel: pci0:2:6: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:51 luna /kernel: pci0:2:7: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:51 luna /kernel: pci0:6:0: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:51 luna /kernel: pci0:6:1: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:51 luna /kernel: pci0:6:2: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:51 luna /kernel: pci0:6:3: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:51 luna /kernel: pci0:6:4: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:51 luna /kernel: pci0:6:5: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:52 luna /kernel: pci0:6:6: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Feb 23 13:45:52 luna /kernel: pci0:6:7: vendor=0x3cff, device=0xffff, class=0xff , subclass=0xff int _ irq ?? [no driver assigned] Thankx for your help raymundo