From owner-freebsd-current Thu Jan 20 9:11:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from void.dynip.com (hobax2-213.dialup.optusnet.com.au [198.142.241.213]) by hub.freebsd.org (Postfix) with ESMTP id 2E9A11504B for ; Thu, 20 Jan 2000 09:11:31 -0800 (PST) (envelope-from death@southcom.com.au) Received: from windows (windows.void.net [192.168.1.2]) by void.dynip.com (Postfix) with ESMTP id 8089C55C3 for ; Fri, 21 Jan 2000 04:11:25 +1100 (EST) Message-Id: <4.2.2.20000121035238.01775a40@mail.southcom.com.au> X-Sender: death@mail.southcom.com.au X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Fri, 21 Jan 2000 04:11:24 +1100 To: freebsd-current@FreeBSD.ORG From: james Subject: sysinstall's fdisk/disklabel broken? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I was going to use sysinstall's disklabel to repartition/relabel one of my drives, but when i went into it in the post-installation menu it said: No disks found! Please verify that your disk controller is being properly probed at boot time. See the Hardware Guide on the Documentation menu for clues on diagnosing this type of problem. My disks show up in dmesg as: ata-pci0: port 0x3000-0x300f at device 7.1 on pci0 ata-pci0: Busmastering DMA supported ata0 at 0x01f0 irq 14 on ata-pci0 ata1 at 0x0170 irq 15 on ata-pci0 ata-isa0: already registered as ata0 ata-isa1: already registered as ata1 ad0: ATA-4 disk at ata0 as master ad0: 4103MB (8404830 sectors), 8894 cyls, 15 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, WDMA2 ad2: ATA-0 disk at ata1 as master ad2: 1036MB (2121840 sectors), 2105 cyls, 16 heads, 63 S/T, 512 B/S ad2: 16 secs/int, 1 depth queue, WDMA2 My kernel config (relevant bits) is: device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device atadisk0 options ATA_STATIC_ID options ATA_ENABLE_ATAPI_DMA Can somebody please fix this? Or is there a problem with my config? BTW i'm using 4.0-CURRENT (obviously), and i cvsupp'd and make world'd about 2 days ago. Cheers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message