FreeBSD device driver question

2003-02-10 Thread paleph
Hi. I am looking at writing a FreeBSD device driver for a new PCI card. I looked at the FreeBSD documentation on device drivers (PCI) but couldn't find much. Can anyone point me at appropriate references/documentation (4.*) or URL? I apologize if this is an old thread... Paul Fronberg [EMAIL PR

Re: Re: bge driver issue

2002-06-23 Thread paleph
John. Thanks for the tip. I changed ETHER_ALIGN to 0 and the driver started to work. I am not sure about the performance since I seem to get only 50 Mbit over a 100 Mbit line. However this is much better than the timeout warnings... Thanks for the input. It is really appreciated. Do you need

question on use of kernel memory allocation routines

2002-04-24 Thread paleph
I have a few questions on the kernel memory allocation available in the FreeBSD kernel and also on the process of adding new system calls. I working on adding an audit subsystem to the kernel to support C2 auditing. I have two questions: 1. What is the correct (