Re: Driver tpm(4) and third party packages for trusted platform modules

2010-08-12 Thread Takanori Watanabe
In message <20100811203042.ga26...@modermoor.genua.de>, Hans-Joerg Hoexer wrote: >Hi, > >On Wed, Aug 04, 2010 at 07:39:41PM +0900, Takanori Watanabe wrote: >> Update my patch. Split bus attachment from main driver file >> (need to update sys/conf/files), add detach method for convinience, >> and a

Re: Why is TUNABLE_INT discouraged?

2010-08-12 Thread Garrett Cooper
2010/8/9 Dag-Erling Smørgrav : > Garrett Cooper writes: >> Why would someone express a tunable in a memory address (not being >> sarcastic... I just don't see why it makes sense right now, but if >> there's a valid reason I'm more than happy to be educated :)..)? > > A few examples: > > hw.acpi.ho

Re: Why is TUNABLE_INT discouraged?

2010-08-12 Thread Dag-Erling Smørgrav
Garrett Cooper writes: > Dag-Erling Smørgrav writes: > > It might be a good idea to introduce TUNABLE_POINTER and TUNABLE_SIZE. > I would actually argue against doing that because it would only create > divergence between sysctl and tunable KPIs... Not if we also introduce corresponding SYSCTLs.

Re: real memory falsely reports 8G, BIOS & avail memory reports 1G

2010-08-12 Thread Julian H. Stacey
> dmidecode --type memory # /usr/ports/sysutils/dmidecode/ > shows this laptop not returning good output, just > # dmidecode 2.10 > SMBIOS 2.3 present. > > Wrong DMI structures count: 43 announced, only 23 decoded. After cold reboot, though dmesg still weird: real memory =

Re: Support for WD Advanced Format disks

2010-08-12 Thread Dag-Erling Smørgrav
jhell writes: > On stable/8 this is needed to build. Seems the need for linking against > libutil came in revision r211233. Yes, I forgot to commit the Makefile. Thank you for reminding me. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-hackers

Re: Support for WD Advanced Format disks

2010-08-12 Thread jhell
On 08/10/2010 13:44, Dag-Erling Smørgrav wrote: > Right now, I have two requests. The first is that people who have > Advanced Format disks run a program I wrote that measures the > performance of aligned and misaligned writes of different sizes. > > % svn co http://svn.freebsd.org/base/user/des/

Any way to fix '/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by ... not found'?

2010-08-12 Thread Dmitry Marakasov
Hi! I'm trying to update graphics/lightspark-devel port to the latest version, and it's firefox plugin now doesn't load. The supposed reason for that is that the plugin is build with gcc 4.4+ (as it uses c++0x features), and firefox is built with our default gcc 4.2, thus libstdc++ versions doesn'

Re: Any way to fix '/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by ... not found'?

2010-08-12 Thread b. f.
>I'm trying to update graphics/lightspark-devel port to the latest >version, and it's firefox plugin now doesn't load. The supposed reason >for that is that the plugin is build with gcc 4.4+ (as it uses c++0x >features), and firefox is built with our default gcc 4.2, thus libstdc++ >versions doesn'