Re: Porting from linux to freebsd help needed

2005-09-13 Thread rashmi ns
Hi All, I wanted to add a psuedo network driver can any one tell me what else needs to be done here to provide a simple psuedo interface test_modevent(module_t mod, int type, void *data) { switch (type) { case MOD_LOAD: uprintf(The psuedo driver loaded\n); //attach a ifnet structure ip=(struct

Re: [BUGI] Re: Porting from linux to freebsd help needed

2005-09-13 Thread n0g0013
On 13.09-10:16, rashmi ns wrote: [ ... ] I wanted to add a psuedo network driver can any one tell me what else needs to be done here to provide a simple psuedo interface not to repeat what david said but look at /usr/src/sys/net/if_disc.c for information. the code supplied is only

Thinkpad Accelerometer driver new Version 0.5

2005-09-13 Thread m . ehinger
Hi, anyone who is interested can download the source at https://sourceforge.net/project/showfiles.php?group_id=138242package_id=160977 Use at your own risk! I've tested it on my T42 M1G with FreeBSD 7.0-Current (Aug 10) only. It now provides a mouse like device (/dev/accelm), which could be

Re: status of ufsj and gjournal

2005-09-13 Thread Eric Anderson
Soeren Straarup wrote: On Sun, 11 Sep 2005, Eric Anderson wrote: Brian Wilson wrote: On 9/9/05, Eric Anderson [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi list, I wonder whats the status of those summer of code projects. From gjournal we heard that it has been completed but then

Re: Reproducable panic under heavy disk I/O on 5.4-latestandthegreatest

2005-09-13 Thread Vasil Dimov
On Wed, Sep 07, 2005 at 07:32:41PM -0400, Kris Kennaway wrote: On Wed, Sep 07, 2005 at 09:46:43PM +0300, Vasil Dimov wrote: Unread portion of the kernel message buffer: panic: kmem_malloc(4096): kmem_map too small: 40886272 total allocated This indicates you're running your kernel out of

Re: status of ufsj and gjournal

2005-09-13 Thread Soeren Straarup
On Tue, 13 Sep 2005, Eric Anderson wrote: Soeren Straarup wrote: On Sun, 11 Sep 2005, Eric Anderson wrote: Brian Wilson wrote: On 9/9/05, Eric Anderson [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi list, I wonder whats the status of those summer of code projects. From gjournal

devfs file name NLS encoding?

2005-09-13 Thread takawata
Hi, as you know, we can create arbitaly file name on devfs. But for now, all file names on a devfs are encoded in ASCII. If we want to put Japanese file names in devfs, how should it be encoded? UTF-8 or something convinient for the source encoding?

PCI_MULTI FUNCTION DEVICE DRIVERS

2005-09-13 Thread rashmi ns
Hello All, While writing a pci-driver for hdlc controller which has two functions 1.BRIDGE 2.Network Do we need to write two separate drivers for each class-code or how can a single driver manage two different functionalites .Are there any examples on pci-multifunction drivers .I read in the

Re: PCI_MULTI FUNCTION DEVICE DRIVERS

2005-09-13 Thread Scott Long
rashmi ns wrote: Hello All, While writing a pci-driver for hdlc controller which has two functions 1.BRIDGE 2.Network Do we need to write two separate drivers for each class-code or how can a single driver manage two different functionalites .Are there any examples on pci-multifunction

Re: devfs file name NLS encoding?

2005-09-13 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], [EMAIL PROTECTED] org writes: Hi, as you know, we can create arbitaly file name on devfs. But for now, all file names on a devfs are encoded in ASCII. If we want to put Japanese file names in devfs, how should it be encoded? UTF-8 or something convinient for the