Modifying the loaded kernel image

2008-06-27 Thread karim sk
DIV style=font-family:Arial, sans-serif; font-size:10pt;FONT size=2SPAN style=font-family: Arial,sans-serif;Hi,BRBRI need to modify one of the kernel hardware module ( which is part of kernel image) and i have to load that module instead of the old one.BRSo what i am doing now is BRDuring boot

Re: Modifying the loaded kernel image

2008-06-27 Thread Jeremy Chadwick
On Thu, Jun 26, 2008 at 11:04:21PM -0700, karim sk wrote: DIV style=font-family:Arial, sans-serif; font-size:10pt;FONT size=2SPAN style=font-family: Arial,sans-serif;Hi,BRBRI need to modify one of the kernel hardware module ( which is part of kernel image) and i have to load that module

Re: eeePC 900 turning off wireless (ath0)

2008-06-27 Thread Matthias Apitz
El día Friday, June 27, 2008 a las 12:16:03AM +0100, Rui Paulo escribió: On Thu, Jun 26, 2008 at 09:55:45AM +0200, Matthias Apitz wrote: Hello, Yesterday I did some tests with my eeePC 900 to see how long it would work with the 4400 mAh battery ... it seems that turning of the

kmem_alloc_wait and memory pools questions

2008-06-27 Thread Roman Divacky
hi I have two questions: 1) is kmem_alloc_wait() expensive operation? I believe it's not very cheap looking at the code but I want confirmation 2) is there a support for memory pools in FreeBSD? to give you a little background why I am asking this. In NetBSD Andrew Doran claims that replacing

Re: kmem_alloc_wait and memory pools questions

2008-06-27 Thread Max Laier
On Friday 27 June 2008 10:43:29 Roman Divacky wrote: hi I have two questions: 1) is kmem_alloc_wait() expensive operation? I believe it's not very cheap looking at the code but I want confirmation 2) is there a support for memory pools in FreeBSD? to give you a little background why I am

Re: Lack of Flash support is no longer acceptable. Bounty established...

2008-06-27 Thread Jeremie Le Hen
Hi, On Tue, Jun 24, 2008 at 11:03:08AM -0600, Mark Carlson wrote: I've found wine + firefox + flash to work for everything I've tried so far (youtube, various websites with flash ads, one or two flash-only sites.) It did crash on me once, but I'm not sure it was related to flash. Wine is

Re: Modifying the loaded kernel image

2008-06-27 Thread RW
On Fri, 27 Jun 2008 00:37:40 -0700 Jeremy Chadwick [EMAIL PROTECTED] wrote: Also, HTML Email is incredibly annoying. And you know what's even *more* annoying? HTML Email that is sent with a text/plain MIME type, indicating it's not HTML. There was also a problem with the base64 encoding,

Re: command-line bittorrent utility

2008-06-27 Thread Paul B. Mahol
On 6/27/08, Kris Kennaway [EMAIL PROTECTED] wrote: Jille Timmermans wrote: (enhanced) ctorrent Seems to fail requirement a). Am I wrong? Kris enhanced ctorrent is actual ctorrent from ports. it doesnt use ncurses. ldd /usr/local/bin/ctorrent /usr/local/bin/ctorrent: libssl.so.5 =

Re: Lack of Flash support is no longer acceptable. Bounty established...

2008-06-27 Thread gb . public
Hi, The sake of completeness, I think it's worth mentionning that when using nspluginwrapper, it is theorically possible to run the Flash plugin (and other ones too) inside QEMU. This is possible but slow and I used a very old version of QEMU. IIRC, the OpenSUSE wiki mentions how to do

RE: 3D for AMD64 (was Re: Lack of Flash support is no longer acceptable. Bounty established...)

2008-06-27 Thread Robert Huff
Sean Cavanaugh writes: AMD is actively working to opensource the *nic drivers for the ATI cards starting with the most recent. From a news article iI came across they were actually hiring a whole new department whose sole purpose was to add more of the older cards to the open sorce

RE: 3D for AMD64 (was Re: Lack of Flash support is no longer acceptable. Bounty established...)

2008-06-27 Thread Pegasus Mc Cleaft
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=summary -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Robert Huff Sent: 27 June 2008 14:59 To: Sean Cavanaugh Cc: freebsd-hackers@freebsd.org Subject: RE: 3D for

Re: kmem_alloc_wait and memory pools questions

2008-06-27 Thread Matthew Dillon
:On Friday 27 June 2008 10:43:29 Roman Divacky wrote: : hi : : I have two questions: : : 1) is kmem_alloc_wait() expensive operation? I believe it's not : very cheap looking at the code but I want confirmation : : 2) is there a support for memory pools in FreeBSD? : : to give you a little

Error from systinstall while trying to install man page packages

2008-06-27 Thread Sean Bruno
I am attempting to install the man page distribution from sysinstall on my RELENG_7 box and getting errors that my distribution doesn't exist. I assume that it is due to the fact that I have recompiled my kernel and sysinstall is using something from my uname output to figure out what

Re: eeePC 900 turning off wireless (ath0)

2008-06-27 Thread Rui Paulo
On Fri, Jun 27, 2008 at 10:02:03AM +0200, Matthias Apitz wrote: Hello Rui, I recompiled the kernel to have if_ath out of the kernel, but as a loaded module at boot: $ kldstat Id Refs AddressSize Name 1 14 0xc040 8c7098 kernel 21 0xc0cc8000 1242cif_ath.ko 3

Re: Error from systinstall while trying to install man page packages

2008-06-27 Thread Sean Bruno
Sebastian Tymków wrote: Hi, You can set information in sysinstall using Options and setting Release name Best regards, Sebastian Tymkow Thanks. What should I set the Release name to? -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100 Portland, OR 97218 Phone 503-621-5143 Fax

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-27 Thread Stephen Clark
Niki Denev wrote: On Sun, Jun 22, 2008 at 6:05 PM, Patrick Lamaizière [EMAIL PROTECTED] wrote: Le Fri, 6 Jun 2008 23:41:35 +0200, Patrick Lamaizière [EMAIL PROTECTED] a écrit : Hello, I'm trying to port the glxsb driver from OpenBSD to FreeBSD 7-STABLE (via the NetBSD port). The glxsb

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-27 Thread Niki Denev
On Fri, Jun 27, 2008 at 11:37 PM, Stephen Clark [EMAIL PROTECTED] wrote: Hi, I am trying to compile it on 6.2 and get make: don't know how to make cryptodev_if.h. Stop ??? where is this file? Thanks, Steve Have you applied the 6.2 patch included in the latest tgz that Patrick posted?

Problems with ieee80211 dependencies...

2008-06-27 Thread Martes Wigglesworth
I am having a hard time compiling a new kernel when I remove the wireless aspects of the config file. I have removed all options/devices that seem to still require ieee80211 however, I still find that the network section of the compile do not work. I.E. that is where the compile stops, and

Re: Error from systinstall while trying to install man page packages

2008-06-27 Thread Garrett Cooper
On Fri, Jun 27, 2008 at 1:45 PM, Sean Bruno [EMAIL PROTECTED] wrote: Sebastian Tymków wrote: Hi, You can set information in sysinstall using Options and setting Release name Best regards, Sebastian Tymkow Thanks. What should I set the Release name to? According to uname above,

Re: Error from systinstall while trying to install man page packages

2008-06-27 Thread Sean Bruno
Garrett Cooper wrote: On Fri, Jun 27, 2008 at 1:45 PM, Sean Bruno [EMAIL PROTECTED] wrote: Sebastian Tymków wrote: Hi, You can set information in sysinstall using Options and setting Release name Best regards, Sebastian Tymkow Thanks. What should I set the Release name to?

Re: Problems with ieee80211 dependencies...

2008-06-27 Thread Kip Macy
Nothing jumps out at me, can you send the output of the build failure? -Kip On Fri, Jun 27, 2008 at 4:29 PM, Martes Wigglesworth [EMAIL PROTECTED] wrote: I am having a hard time compiling a new kernel when I remove the wireless aspects of the config file. I have removed all options/devices

Re: Error from systinstall while trying to install man page packages

2008-06-27 Thread Garrett Cooper
On Fri, Jun 27, 2008 at 5:07 PM, Sean Bruno [EMAIL PROTECTED] wrote: Garrett Cooper wrote: On Fri, Jun 27, 2008 at 1:45 PM, Sean Bruno [EMAIL PROTECTED] wrote: Sebastian Tymków wrote: Hi, You can set information in sysinstall using Options and setting Release name Best regards,

Debugging kernel issue with bus code

2008-06-27 Thread Garrett Cooper
Hi all, Due to my RAID5 array failing and my poking around trying to get stuff to work, I've come up with a deterministic means of getting the kernel to panic when it attempts to use generic_bcopy in device_attach. Unfortunately my x86 ASM is non-existent and while I'm a passable gdb user, I