> Date: Sun, 13 Aug 2006 05:53:37 +0200 > From: "Dimitar Vasilev" <[EMAIL PROTECTED]> > Subject: acpi module build fails > To: "FreeBSD Questions" <[EMAIL PROTECTED]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-5; format=flowed > > Branch - 6.1-stable > > This persists from 1 day - i have cvsuped from different servers around the > globe, including cvsup from scratch. > > The statement on line 285 is > > if (acpi_resume_beep) > timeout(acpi_stop_beep, NULL, 3 * hz); > > return (ret); > } > > Anyone knows how to fix this ? C is not my strong side. > Thanks,
It looks like acpi_wakeup.c had changes to beep on restart merged in, but the required changes to acpi_machdep.c aren't in the tagged release. I fixed this by setting my cvsup tag to *default release=cvs tag=RELENG_6_1 deleting /usr/src/sys, cvsupping again. This gets you to a working version (frozen, so you are less likely to be caught by similar updates on the STABLE release line). -- Jim Segrave [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
