Re: -STABLE NVidia drivers

2001-11-17 Thread David Rufino
On Saturday 17 November 2001 12:41 am, you wrote: Hi, Hey, Well, since nobody seems to be interested (I can't for the life of mine understand why), thanks and a couple of (perhaps silly) questions. i) any plans on porting to -CURRENT? On GLX stuff? And does it work with DEVFS? I have

-STABLE NVidia drivers

2001-11-15 Thread David Rufino
Hi, Just thought I would mention my -STABLE NVidia drivers have been working for the past week, as far as 2D and XVideo goes. Available on CVS at http://sourceforge.net/projects/nv-bsd. David To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the

atapi cd problems

2001-10-07 Thread David Rufino
Hi, I'm having trouble ripping cdda tracks, using cdda2wav under freebsd. As far as I know my IDE setup is fine, and I've successfully done it before. Attached is my dmesg output which should contain all the relevant info. Anyone know why it isn't working? Thanks, David Copyright (c)

nvidia drivers

2001-06-12 Thread David Rufino
://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nv-bsd/nv-bsd/my.log?rev=1.1content-type=text/vnd.viewcvs-markup Thanks, David Rufino To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

vm fun

2001-04-19 Thread David Rufino
Hi, If inside a syscall, what is the proper way to find the physical address of an arbitrary userland address of the current process ? Thanks, David Rufino To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

character device driver

2001-02-13 Thread David Rufino
Hi, I'm writing a character device driver in which each minor device can be opened more than once. When a device is opened is there a way to associate some private data for each opened instance ? Thanks. David To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers"

Re: driver help

2001-01-24 Thread David Rufino
* Mike Smith ([EMAIL PROTECTED]) wrote: I am currently trying to port the compatability layer of a linux kernel driver to FreeBSD 4.x. The bit I'm stuck on at the moment is, how do I map arbitrary physical address space to kernel virtual address space (ala ioremap() in linux) ? Thanks.

driver help

2001-01-23 Thread David Rufino
I am currently trying to port the compatability layer of a linux kernel driver to FreeBSD 4.x. The bit I'm stuck on at the moment is, how do I map arbitrary physical address space to kernel virtual address space (ala ioremap() in linux) ? Thanks. -David To Unsubscribe: send mail to [EMAIL