Date: Mon, 5 Nov 2007 19:09:12 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 128693 for review Message-ID: <200711051909.lA5J9C3B016553@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711051909.lA5J9C3B016553>