From owner-p4-projects@FreeBSD.ORG  Mon Nov  5 19:09:12 2007
Return-Path: <owner-p4-projects@FreeBSD.ORG>
Delivered-To: p4-projects@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id C046B16A41A; Mon,  5 Nov 2007 19:09:12 +0000 (UTC)
Delivered-To: perforce@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 502B116A419
	for <perforce@FreeBSD.org>; Mon,  5 Nov 2007 19:09:12 +0000 (UTC)
	(envelope-from gonzo@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 385C513C4A5
	for <perforce@FreeBSD.org>; Mon,  5 Nov 2007 19:09:12 +0000 (UTC)
	(envelope-from gonzo@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lA5J9CYZ016556
	for <perforce@FreeBSD.org>; Mon, 5 Nov 2007 19:09:12 GMT
	(envelope-from gonzo@FreeBSD.org)
Received: (from perforce@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lA5J9C3B016553
	for perforce@freebsd.org; Mon, 5 Nov 2007 19:09:12 GMT
	(envelope-from gonzo@FreeBSD.org)
Date: Mon, 5 Nov 2007 19:09:12 GMT
Message-Id: <200711051909.lA5J9C3B016553@repoman.freebsd.org>
X-Authentication-Warning: repoman.freebsd.org: perforce set sender to
	gonzo@FreeBSD.org using -f
From: Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To: Perforce Change Reviews <perforce@FreeBSD.org>
Cc: 
Subject: PERFORCE change 128693 for review
X-BeenThere: p4-projects@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: p4 projects tree changes <p4-projects.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/p4-projects>,
	<mailto:p4-projects-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/p4-projects>
List-Post: <mailto:p4-projects@freebsd.org>
List-Help: <mailto:p4-projects-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/p4-projects>,
	<mailto:p4-projects-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Nov 2007 19:09:13 -0000

http://perforce.freebsd.org/chv.cgi?CH=128693

Change 128693 by gonzo@gonzo_jeeves on 2007/11/05 19:09:07

	o Try bootp on vr0
	o Add and comment out options for ath(4)
	o Enable uart

Affected files ...

.. //depot/projects/mips2/src/sys/mips/conf/IDT#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/conf/IDT#3 (text+ko) ====

@@ -26,10 +26,10 @@
 options		BOOTP
 options		BOOTP_NFSROOT
 options		BOOTP_NFSV3
-options		BOOTP_WIRED_TO=admsw0
+options		BOOTP_WIRED_TO=vr0
 options		BOOTP_COMPAT
 
-options		ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
+options		ROOTDEVNAME=\"nfs:192.168.0.52:/mnt/bsd\"
 
 
 # Debugging for use in -current
@@ -42,3 +42,15 @@
 device		ether
 device		miibus
 device		vr
+device		uart
+device		uart_ns8250
+
+# Wireless NIC cards
+#device          wlan            # 802.11 support
+#device         wlan_wep        # 802.11 WEP support
+#device         wlan_ccmp       # 802.11 CCMP support
+#device         wlan_tkip       # 802.11 TKIP support
+#device          ath             # Atheros pci/cardbus NIC's
+#device          ath_hal         # Atheros HAL (Hardware Access Layer)
+#device          ath_rate_sample # SampleRate tx rate control for ath
+#options         ATH_DEBUG