Date: Wed, 6 May 2009 20:30:03 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-arm@FreeBSD.org Subject: Re: arm/134092: commit references a PR Message-ID: <200905062030.n46KU37G013575@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR arm/134092; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: arm/134092: commit references a PR Date: Wed, 6 May 2009 20:24:27 +0000 (UTC) Author: cognet Date: Wed May 6 20:24:17 2009 New Revision: 191858 URL: http://svn.freebsd.org/changeset/base/191858 Log: Use the good hints for the NSLU, it should fix the network adapter. PR: arm/134092 Submitted by: gavin Modified: head/sys/arm/conf/NSLU.hints Modified: head/sys/arm/conf/NSLU.hints ============================================================================== --- head/sys/arm/conf/NSLU.hints Wed May 6 20:07:28 2009 (r191857) +++ head/sys/arm/conf/NSLU.hints Wed May 6 20:24:17 2009 (r191858) @@ -17,17 +17,17 @@ hint.uart.1.irq=13 # NPE Hardware Queue Manager hint.ixpqmgr.0.at="ixp0" -# NPE wireless NIC's, requires ixpqmgr +# NPE wired NICs, requires ixpqmgr hint.npe.0.at="ixp0" -hint.npe.0.mac="A" -hint.npe.0.mii="A" +hint.npe.0.mac="B" +hint.npe.0.mii="B" hint.npe.0.phy=1 # The second MAC isn't used on the NSLU, but it needs to be configured or # we timeout on dhcp packets hint.npe.1.at="ixp0" -hint.npe.1.mac="B" -hint.npe.1.mii="A" -hint.npe.1.phy=0 +#hint.npe.1.mac="B" +#hint.npe.1.mii="A" +#hint.npe.1.phy=0 #not yet # RTC _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905062030.n46KU37G013575>