Re: Trying to access the Expansion ROM of a video card

2021-11-12 Thread Riza Dindir
Hello All, I am replying to this thread here, including all that have participated in the message thread. I do not know if that is appropriate, or if I should open another thread... Anyways, I am trying to make the radeon r7 m265 device run on NetBSD 9.2 (amd64). When inspecting the dmesg

Re: Trying to access the Expansion ROM of a video card

2021-11-04 Thread Riza Dindir
Hello All, As you know I have a laptop that has amd radeon r7 m265 graphics device (it seems there are two actually; 0x1002/0x1309 and 0x1002/0x6604). My kernel panics when I do enable radeon, not finding any ROM. I am using netbsd 9.2 amd64 and am using UEFI boot. After reading kern/49964

Re: Trying to access the Expansion ROM of a video card

2021-10-24 Thread Riza Dindir
Hello Matthew, On Sat, Oct 23, 2021 at 7:44 PM matthew green wrote: > > > > a full dmesg might also be useful -- might help identify what > > > else has mapped this. (perhaps vga@something.) > > > > Tha is probably I did not hava a bus_space_unmap in my code. And since > > the system finds two

re: Trying to access the Expansion ROM of a video card

2021-10-23 Thread matthew green
> > a full dmesg might also be useful -- might help identify what > > else has mapped this. (perhaps vga@something.) > > Tha is probably I did not hava a bus_space_unmap in my code. And since > the system finds two radeon devices one is (0x1002, 0x1309) and the > other is (0x1002, 0x6604) it is

Re: Trying to access the Expansion ROM of a video card

2021-10-23 Thread Riza Dindir
Hello Matthew On Sat, Oct 23, 2021 at 4:11 AM matthew green wrote: > > > I am using NetBSD 9.2 (amd64). I have a laptop that has a radeon r7 > > m265 video card (vendor 0x1002, product 0x6604). The system does not > > recognize this card. It fails with this message: > > are you booting uefi or

re: Trying to access the Expansion ROM of a video card

2021-10-22 Thread matthew green
> I am using NetBSD 9.2 (amd64). I have a laptop that has a radeon r7 > m265 video card (vendor 0x1002, product 0x6604). The system does not > recognize this card. It fails with this message: are you booting uefi or bios? sometimes modern systems don't work properly with bios and gpus, not being

Re: Trying to access the Expansion ROM of a video card

2021-10-22 Thread Taylor R Campbell
> Date: Wed, 20 Oct 2021 08:26:25 + > From: Riza Dindir > > The bus_space_map function returns code 35. Maybe I am doing something > wrong in the code when I try to read the "expansion rom" of the pci > card. Anyone has an idea? How should I read the "expansion rom" of a > PCI card? 35 is

Re: Trying to access the Expansion ROM of a video card

2021-10-22 Thread Riza Dindir
Hello Michael, On Thu, Oct 21, 2021, 19:55 Michael wrote: > Hello, > > On Wed, 20 Oct 2021 08:26:25 + > Riza Dindir wrote: > > > I am using NetBSD 9.2 (amd64). I have a laptop that has a radeon r7 > > m265 video card (vendor 0x1002, product 0x6604). The system does not > > recognize this

Re: Trying to access the Expansion ROM of a video card

2021-10-21 Thread Michael
Hello, On Wed, 20 Oct 2021 08:26:25 + Riza Dindir wrote: > I am using NetBSD 9.2 (amd64). I have a laptop that has a radeon r7 > m265 video card (vendor 0x1002, product 0x6604). The system does not > recognize this card. It fails with this message: > > kern error: >