kerneld for FreeBSD

2000-06-04 Thread Coleman Kane
Would the person or person(s) interested in developing a kerneld-like, dynamic module (un)loader for FreeBSD please email me. I am really interested in this. It would be very advantageous to begin to move kld module use into the mainstream for all components. I'd like to do what I can to help with

Re: PCCARD support

2000-06-04 Thread Archie Cobbs
> : #1. First, here's a new entry for pccard.conf: > : > : # PreMax PE-200 Ethernet Card > : card "PMX " "PE-200" > : config auto "ed0" 11 0x10 > : ether 0x7f0 > : insert logger -t pccard:$device -s PREMAX PE-200 inserted > : insert /etc/pccard_ether

3dfx driver

2000-06-04 Thread Coleman Kane
I have finished the 3dfx driver for FreeBSD finally. What should I do with it now, the tarball would be a little big to stick on the list I assume. It is basically a device driver that can be compiled as a kld or static kernel driver, and another module that is loaded after the linux module to fac

Re: PCCARD support

2000-06-04 Thread Warner Losh
In message <[EMAIL PROTECTED]> Archie Cobbs writes: : #1. First, here's a new entry for pccard.conf: : : # PreMax PE-200 Ethernet Card : card "PMX " "PE-200" : config auto "ed0" 11 0x10 : ether 0x7f0 : insert logger -t pccard:$device -s PREMAX PE-200 in