Re: register new device driver

2001-07-06 Thread Srinivas Dharmasanam
Hi, I used the /usr/share/examples/make_device_driver.sh to create a device driver in /sys/i386/isa and included my additions in the skeleton provided. Now, I'm trying to call the mmap function with the filed argument equal to that corresponding to this new device. Can you please let me know

Re: register new device driver

2001-07-06 Thread Julian Elischer
what version of FreeBSD are you doing this on? (it makes a difference) On Fri, 6 Jul 2001, Srinivas Dharmasanam wrote: Hi, I used the /usr/share/examples/make_device_driver.sh to create a device driver in /sys/i386/isa and included my additions in the skeleton provided. Now, I'm trying

Re: register new device driver

2001-07-06 Thread Srinivas Dharmasanam
I'm trying this on FreeBSD 4.2 Release. -Srinivas From: Julian Elischer [EMAIL PROTECTED] To: Srinivas Dharmasanam [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: register new device driver Date: Fri, 6 Jul 2001 14:38:15 -0700 (PDT) what version of FreeBSD are you doing

new device driver

1999-08-23 Thread Roger Hardiman
Hi, A friend (Juha) has written a new device driver for another batch of video capture cards from LifeVide, Genoa and ATIech which use the Zoran and Philips SAA chipset. The driver is likely to be called ztv If I add this to FreeBSD, where is the best place Keep it in /usr/src/sys/pci

new device driver

1999-08-23 Thread Roger Hardiman
Hi, A friend (Juha) has written a new device driver for another batch of video capture cards from LifeVide, Genoa and ATIech which use the Zoran and Philips SAA chipset. The driver is likely to be called ztv If I add this to FreeBSD, where is the best place Keep it in /usr/src/sys/pci Or add