VOGONS

Common searches


Search results

Display options

Re: No PCI device listing on boot, only 2 devices when I scan the PCI bus. Devices work fine though. Help?

https://github.com/riplin/hag/blob/main/src/system/pci.cpp#L14 should read continue; , not return; . Currently, you abort on the first unused slot number instead of skipping to the next slot number. Yeah, I also just figured that out when I just brute force dumped all the data regardless of what …

Re: No PCI device listing on boot, only 2 devices when I scan the PCI bus. Devices work fine though. Help?

My PCI implementation lives here: https://github.com/riplin/hag/blob/main/include/hag/system/pci.h https://github.com/riplin/hag/blob/main/src/system/pci.cpp I use it here, bottom of the file: https://github.com/riplin/hag/blob/main/tests/tstmodes.cpp The goal is to get the linear frame buffer …

Re: No PCI device listing on boot, only 2 devices when I scan the PCI bus. Devices work fine though. Help?

Yes, config is set to auto. The devices work, the issue I'm having is that when I iterate the PCI device list through ports 0xCF8 and 0xCFC, I only get the two devices back shown in the picture (the chipset devices). Not the video card (Trio64 PCI) or the Promise UltraATA card or the 3COM network …

No PCI device listing on boot, only 2 devices when I scan the PCI bus. Devices work fine though. Help?

Hi folks, I'm writing some code for my own enjoyment and for that I need to scan through the PCI device tree to find the video card. The problem is, I'm only seeing 2 PCI devices, which are just the chipset devices. Nothing else. The system also boots up without any PCI device listing, which I'm not …

Re: Modified BIOSes for ASUS P3B-F, P3V4X, P3V133, CUBX, CUBX-E/L and P3C-E

I’m getting a boot hang all of a sudden with post code 61h. Searching online says it’s a reserved code. 4.51 bios says “set boot speed”? I don’t understand why I’m all of a sudden getting this issue when the only thing I changed was putting one of the side panels on the machine. :( this is on a p3b …

Re: Sound Blaster CT3900 on a ASUS P/I-P55TP4XE motherboard only works on irq 2?

I haven’t tried without the promise card, but it uses different irq’s (I’m using an ssd drive so need TRIM). What’s weird is that I could have sworn that this setup worked fine when I had it on the bench. I ordered a proper rtc replacement, perhaps that will fix it. Could be that this board doesn’t …

Re: Clang/LLVM port for dos 32bit?

in Milliways
Hey, thanks for the link. Basically I was hoping to find a clang/llvm replacement for Watcom. As much as I love Watcom, it’s missing a lot of modern comforts (auto, constexpr, lambdas, stuff like that). I’m actually a little bit surprised that there isn’t a fork out there that adds DOS 32bit support …

Page 1 of 2