From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 22:50:31 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 005F2E2A for ; Mon, 1 Dec 2014 22:50:30 +0000 (UTC) Received: from www5.pairlite.com (www5.pairlite.com [64.130.10.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D39AF35C for ; Mon, 1 Dec 2014 22:50:30 +0000 (UTC) Received: from whisperer.chthonixia.net (cpe-68-173-130-133.nyc.res.rr.com [68.173.130.133]) by www5.pairlite.com (Postfix) with ESMTPSA id BC5572E2BD for ; Mon, 1 Dec 2014 17:42:58 -0500 (EST) Date: Mon, 1 Dec 2014 17:43:44 -0500 From: Joe Altman To: freebsd-questions@freebsd.org Subject: Moving to 9.3 to 10: kernel config issues: atadisk & atapicam and vt & vt_vga Message-ID: <20141201224344.GA57769@whisperer.chthonixia.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 22:50:31 -0000 Greetings, listmembers... I am upgrading from 9.3-RELEASE-p5 FreeBSD 9.3-RELEASE-p5 #0 r274452 to releng/10. World builds fine; but kernel build halts with this error: config: Error: device "atadisk" is unknown config: Error: device "atapicam" is unknown config: Error: device "vt" is unknown config: Error: device "vt_vga" is unknown config: 4 errors *** [buildkernel] Error code 1 bmake: stopped in /usr/src 1 error bmake: stopped in /usr/src *** [buildkernel] Error code 2 1 error For the first two (atadisk and atapicam), it seems that ahci will be the replacement. But I am concerned about using ahci and whether or not my fstab needs to be altered; here is its current form: # Device Mountpoint FStype Options Dump Pass# /dev/ad4s1b none swap sw 0 0 /dev/ad4s1a / ufs rw 1 1 /dev/ad4s1e /tmp ufs rw 2 2 /dev/ad4s1g /usr ufs rw 2 2 /dev/ad4s1h /usr/home ufs rw 2 2 /dev/ad4s1d /var ufs rw 2 2 /dev/ad4s1f /var/tmp ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 fdesc /dev/fd fdescfs rw 0 0 Is there and FAQ or similar for me to read about these? Thank you for any assistance, and best regards, Joe