From owner-cvs-all@FreeBSD.ORG Fri Mar 23 23:47:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5CE016A406; Fri, 23 Mar 2007 23:47:59 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C883313C44B; Fri, 23 Mar 2007 23:47:59 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2NNlxZI012084; Fri, 23 Mar 2007 23:47:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2NNlxRe012083; Fri, 23 Mar 2007 23:47:59 GMT (envelope-from imp) Message-Id: <200703232347.l2NNlxRe012083@repoman.freebsd.org> From: Warner Losh Date: Fri, 23 Mar 2007 23:47:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/conf KB920X KB920X.hints X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2007 23:48:00 -0000 imp 2007-03-23 23:47:59 UTC FreeBSD src repository Modified files: sys/arm/conf KB920X Added files: sys/arm/conf KB920X.hints Log: Default to booting off the SD card. It is more useful, and a full FreeBSD/arm installworld install is only 170MB. The smallest SD card I could find at the store today was 512MB (and it was only $10 after rebate), with a 2GB card for as low as $25.00... Now that the IIC stuff has been sorted out, include that as well. Include hints for the icee 16kb 16-bit i2c device. It should include info about the temperature sensor as well, but that driver isn't quite ready. Add bpf for dhclient happiness. MFC After: 1 week Revision Changes Path 1.12 +16 -5 src/sys/arm/conf/KB920X 1.1 +16 -0 src/sys/arm/conf/KB920X.hints (new)