From owner-freebsd-stable Thu Nov 14 13:43:38 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC2237B404 for ; Thu, 14 Nov 2002 13:43:36 -0800 (PST) Received: from m20.unixathome.org (m20.unixathome.org [66.11.168.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0CEE43E42 for ; Thu, 14 Nov 2002 13:43:31 -0800 (PST) (envelope-from dan@langille.org) Received: by m20.unixathome.org (Postfix, from userid 1001) id 59A267A1C; Thu, 14 Nov 2002 16:43:22 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by m20.unixathome.org (Postfix) with ESMTP id A551C1E8E; Thu, 14 Nov 2002 16:43:22 -0500 (EST) Date: Thu, 14 Nov 2002 16:43:22 -0500 (EST) From: Dan Langille X-X-Sender: dan@m20.unixathome.org To: stable@freebsd.org Cc: dan@langille.org Subject: 4.7 kernel does not find aha1 Message-ID: <20021114163407.Y5562-100000@m20.unixathome.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just did a build world to upgrade to 4.7 from 4.6. The new kernel does not detect the aha1 which 4.6 still does. Here is an extract from the 4.6 dmesg: lpt0: Interrupt-driven port ppi0: on ppbus0 aha1: at port 0x330-0x333 iomem 0xcc000-0xcffff irq 10 drq 5 on isa0 aha1: AHA-1542CP FW Rev. F.0 (ID=46) SCSI Host Adapter, SCSI ID 7, 16 CCBs IPsec: Initialized Security Association Processing. ad0: 1221MB [2482/16/63] at ata0-master WDMA2 Waiting 15 seconds for SCSI devices to settle Mounting root from ufs:/dev/ad0s1a da1 at aha1 bus 0 target 3 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 10.000MB/s transfers (10.000MHz, offset 8) da1: 8678MB (17773500 512 byte sectors: 64H 32S/T 8678C) da0 at aha1 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 8) da0: 2047MB (4194058 512 byte sectors: 64H 32S/T 2047C) IP Filter: v3.4.29 initialized. Default = pass all, Logging = enabled And here is the same portion from the 4.7 boot: lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 IPsec: Initialized Security Association Processing. ad0: 1221MB [2482/16/63] at ata0-master WDMA2 Mounting root from ufs:/dev/ad0s1a swapon: adding /dev/ad0s1b as swap device Automatic boot in progress... /dev/ad0s1a: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1a: clean, 6417 free (113 frags, 788 blocks, 0.2% fragmentation) Can't open /dev/da1s1e: Device not configured /dev/da1s1e: CAN'T CHECK FILE SYSTEM. /dev/da1s1e: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. /dev/ad0s1f: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1f: clean, 647398 free (40422 frags, 75872 blocks, 3.6% fragmentation) /dev/ad0s1e: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1e: clean, 16961 free (257 frags, 2088 blocks, 1.3% fragmentation) THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: /dev/da1s1e (/home/ncvs) Automatic file system check failed . . . help! Enter full pathname of shell or RETURN for /bin/sh: I have checked the kernel config file, aha is in there. Did I miss something? /usr/src/UPGRADING has no mention of ata. Clues please? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message