Remove printf in acpi_tz_sanity()

2010-11-21 Thread Paul B Mahol
This patch removes printf which spams console whenever thermal state is changed in laptop. Source of problem is in buggy BIOS. diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c index 515a742..00866b2 100644 --- a/sys/dev/acpica/acpi_thermal.c +++ b/sys/dev/acpica/acpi_ther

Re: Remove printf in acpi_tz_sanity()

2010-11-21 Thread Andriy Gapon
on 21/11/2010 13:07 Paul B Mahol said the following: > This patch removes printf which spams console whenever thermal state > is changed in laptop. Source of problem is in buggy BIOS. > > diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c > index 515a742..00866b2 100644 > -

Re: Remove printf in acpi_tz_sanity()

2010-11-21 Thread Paul B Mahol
On Sun, Nov 21, 2010 at 9:17 PM, Andriy Gapon wrote: > on 21/11/2010 13:07 Paul B Mahol said the following: >> This patch removes printf which spams console whenever thermal state >> is changed in laptop. Source of problem is in buggy BIOS. >> >> diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/de

drm.ko/radeon build stops with specialreg.h

2010-11-21 Thread Super Bisquit
FreeBSD SNAPSHOT-9 from people.freebsd.org/~nwhitehorn not ppc64. In the directories of /usr/src/sys/modules/drm/ and of /usr/src/sys/modules/drm/radeon the build breaks with specialeg.h not found. Using find -f /|grep specialreg.h only leaves me with /usr/src/sys/(x86-variant)/include/speialreg.h.

Re: Remove printf in acpi_tz_sanity()

2010-11-21 Thread Carlos A. M. dos Santos
On Sun, Nov 21, 2010 at 9:18 PM, Paul B Mahol wrote: > On Sun, Nov 21, 2010 at 9:17 PM, Andriy Gapon wrote: >> on 21/11/2010 13:07 Paul B Mahol said the following: >>> This patch removes printf which spams console whenever thermal state >>> is changed in laptop. Source of problem is in buggy BIOS

Re: [PATCH] Remove references to ramdisk* in rc.conf(5)

2010-11-21 Thread Doug Barton
MFC to 8 and 7 is done, I'm not going to MFC this to 6. Thanks again, Doug On 11/12/2010 17:52, Doug Barton wrote: If you want review for rc.d related stuff freebsd-rc@ is your best bet. Meanwhile, this patch is fine, thanks for taking the time to look at it. AFAICS neither 8 nor 7 has this

Building my own release ISOs

2010-11-21 Thread Sean Bruno
Does this look about right to build from a test branch? sudo make release SVNROOT=ssh+svn://svn.freebsd.org/base SVNBRANCH=projects/sbruno_64cpus MAKE_ISOS=y MAKE_DVD=y NO_FLOPPIES=y NODOC=y NOPORTSATALL=y WORLD_FLAGS=-j32 KERNEL_FLAGS=-j32 BUILDNAME=sbruno CHROOTDIR=/new_release Sean __

FreeBSD development on Mac OS

2010-11-21 Thread mdf
(Taking to -hackers by request) My old (Ubuntu) laptop died and I have replaced it with a Macbook Air. I know from visual inspection at BSDCan that 50% of the attending developers own a Mac laptop of some kind. However, I've been a bit stumped on how to share the source code from my Mac with the

Re: FreeBSD development on Mac OS

2010-11-21 Thread Daniel O'Connor
On 22/11/2010, at 13:32, m...@freebsd.org wrote: > My /etc/exports file on the Mac looks like: > > /data -maproot=mdf:admin -network 10.211.55.0-mask 255.255.255.0 > > as that's the IP range that parallels is using for its virtual machines. > > But when I try to mount from FreeBSD (a

Re: FreeBSD development on Mac OS

2010-11-21 Thread Garrett Cooper
On Sun, Nov 21, 2010 at 7:20 PM, Daniel O'Connor wrote: > > On 22/11/2010, at 13:32, m...@freebsd.org wrote: >> My /etc/exports file on the Mac looks like: >> >> /data   -maproot=mdf:admin      -network 10.211.55.0    -mask 255.255.255.0 >> >> as that's the IP range that parallels is using for its

Re: FreeBSD development on Mac OS

2010-11-21 Thread mdf
On Sun, Nov 21, 2010 at 8:02 PM, Garrett Cooper wrote: > On Sun, Nov 21, 2010 at 7:20 PM, Daniel O'Connor > wrote: >> >> On 22/11/2010, at 13:32, m...@freebsd.org wrote: >>> My /etc/exports file on the Mac looks like: >>> >>> /data   -maproot=mdf:admin      -network 10.211.55.0    -mask 255.255.

Re: FreeBSD development on Mac OS

2010-11-21 Thread mdf
Solved! The default setup for Parallels was a Shared network. I didn't see any way to change this in the Parallels machine configuration, but there was another menu I had missed where the network was configurable. Changing the network to bridged, ifconfig em0 down; dhclient em0 and now mounting

Re: FreeBSD development on Mac OS

2010-11-21 Thread Tim Kientzle
On Nov 21, 2010, at 8:44 PM, m...@freebsd.org wrote: > On Sun, Nov 21, 2010 at 8:02 PM, Garrett Cooper wrote: >> On Sun, Nov 21, 2010 at 7:20 PM, Daniel O'Connor >> wrote: >>> >>> On 22/11/2010, at 13:32, m...@freebsd.org wrote: My /etc/exports file on the Mac looks like: /data