From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 15:02:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6885916A403 for ; Fri, 22 Sep 2006 15:02:51 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A2C743D5A for ; Fri, 22 Sep 2006 15:02:45 +0000 (GMT) (envelope-from mexas@bristol.ac.uk) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirg.bris.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1GQmY2-0003D0-1T for freebsd-questions@freebsd.org; Fri, 22 Sep 2006 16:02:44 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by seis.bris.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1GQmX7-0005kO-Tp for freebsd-questions@freebsd.org; Fri, 22 Sep 2006 16:01:48 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost.men.bris.ac.uk [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.13.4/8.13.4) with ESMTP id k8MExkj5001218 for ; Fri, 22 Sep 2006 15:59:46 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from shterenl@localhost) by mech-aslap33.men.bris.ac.uk (8.13.4/8.13.4/Submit) id k8MExj3n001217 for freebsd-questions@freebsd.org; Fri, 22 Sep 2006 15:59:46 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: shterenl set sender to mexas@bristol.ac.uk using -f Date: Fri, 22 Sep 2006 15:59:45 +0100 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20060922145945.GA1176@mech-aslap33.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Spam-Score: -0.9 X-Spam-Level: / Subject: Is /boot/device.hints required if kernel is built with hints? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 15:02:51 -0000 I was trying to build a kernel with statical device hints by uncommenting the following line in my kernel configuration file: # To statically compile in device wiring instead of /boot/device.hints hints "VT.hints" # Default places to look for devices. Before doing this I moved /boot/device.hints to another location. when I do #make install I get You must set up a /boot/device.hints file first. *** Error code 1 Stop in /usr/src/sys/i386/compile/VT. Why do I need /boot/device.hints if I have the hints in the kernel? thanks anton