PERFORCE change 128693 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Mon Nov 5 11:09:13 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=128693
Change 128693 by gonzo at 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
More information about the p4-projects
mailing list