RE: Accessing the Video Bios on a PCI card?? (vm_map ?)

2000-12-13 Thread Steve Shoecraft
We'll see what they say. In the meantime, if you can think of anything else that might work (mapping BIOS), lemme know. - Steve -Original Message- From: Mike Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 6:45 PM To: [EMAIL PROTECTED] Subject: Re: Accessing

RE: Accessing the Video Bios on a PCI card?? (vm_map ?)

2000-12-12 Thread Steve Shoecraft
nt my driver to work even if the card is not the primary adapter. - Steve -Original Message- From: Mike Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 2:59 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Accessing the Video Bios on a PCI card?? (vm_map ?) (p

Re: Accessing the Video Bios on a PCI card?? (vm_map ?)

2000-12-12 Thread Mike Smith
(please wrap your messages in a sane fashion!) > Ok. I've been looking at the kernel source for a bit, and come up with > a couple ideas how to do this. I wanted to run it by you guys to see if > this is the "right way." > > I'm guessing I'm gonna need to write the address where I

RE: Accessing the Video Bios on a PCI card?? (vm_map ?)

2000-12-12 Thread Steve Shoecraft
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Shoecraft Sent: Tuesday, December 12, 2000 2:02 AM To: [EMAIL PROTECTED] Subject: Accessing the Video Bios on a PCI card?? I have a ATI rage 128 all-in-blunder agp card. I'm currently writing a driver for video capture.

Accessing the Video Bios on a PCI card??

2000-12-12 Thread Steve Shoecraft
I have a ATI rage 128 all-in-blunder agp card. I'm currently writing a driver for video capture. I got everything to work properly so far, but I'm using "plugged-in" values for certain things that REQUIRE I get them from the video bios on the card (multimedia table, tv-out table, etc.).