Search found 27 matches

by Nix
Fri Nov 29, 2024 2:07 pm
Forum: The Off-Topic Section
Topic: Website login
Replies: 7
Views: 2132

Re: Website login

Working now.... sometimes I think technology just screws with us for fun.
by Nix
Thu Nov 28, 2024 11:40 pm
Forum: Compatibles Corner
Topic: Another question for Peter
Replies: 11
Views: 7259

Re: Another question for Peter

I found it!!!!!!

After hours of tearing my hair out over this one, I've finally found it.
Apparently as part of the PC spec UART (8250, 16450, etc) the user pin OUT2 is used as an interrupt enable. FFS!
I eventually traced it down to the line where I set up the MCR according to the chosen flow ...
by Nix
Thu Nov 28, 2024 2:03 pm
Forum: Compatibles Corner
Topic: Another question for Peter
Replies: 11
Views: 7259

Re: Another question for Peter

It seems that IRQ 3 (dunno about 4) is completely unaffected by the external interrupt enable register, and the only way I can stop it jabbering is to read IIR and then RHR on the UART.
by Nix
Thu Nov 28, 2024 1:17 pm
Forum: The Off-Topic Section
Topic: Website login
Replies: 7
Views: 2132

Re: Website login

Hmmmmm, didn't work. I had to log in again today.

I can see the cookies and I can see their expiry date set to next year, but for some reason once the session has expired (overnight) I have to login again.
by Nix
Wed Nov 27, 2024 3:25 pm
Forum: The Off-Topic Section
Topic: Website login
Replies: 7
Views: 2132

Re: Website login

Ok, I've done that. I'll see what happens tomorrow.
by Nix
Wed Nov 27, 2024 2:12 pm
Forum: The Off-Topic Section
Topic: Website login
Replies: 7
Views: 2132

Website login

Hello, this is a message for the keepers or the fora website.
Recently, it seems that I am having to log in every time I visit the site, regardless of whether the "Remember Me" box ish checked.
by Nix
Sun Nov 24, 2024 1:33 pm
Forum: Compatibles Corner
Topic: Another question for Peter
Replies: 11
Views: 7259

Re: Another question for Peter (unless anyone else knows the answer)

Ok, this is weird.

I'm trying to get interrupt driven serial IO working.
I currently have SER1 (COM1 0x3f8) being used as a polled debug port (no interrupts)

I am using SER2 (COM2 0x2f8 IRQ 3) for my test device.

Initially, I found that IRQ 3 jabbered incessantly regardless of the state of the ...
by Nix
Fri Nov 22, 2024 9:48 pm
Forum: Compatibles Corner
Topic: Another question for Peter
Replies: 11
Views: 7259

Re: A question for Peter (unless anyone else knows the answer)

Another question: Interrupts again

I'm having a bit of difficulty with serial port interrupts in that once triggered, it just jabbers continuously and I can't seem to stop it. Unlike the frame interrupt and DAC interrupt, there doesn't appear to be any register to acknowledge ISA interrupts.
Is ...
by Nix
Wed Oct 02, 2024 12:37 pm
Forum: Compatibles Corner
Topic: Another question for Peter
Replies: 11
Views: 7259

Re: A question for Peter (unless anyone else knows the answer)

Thanks Derek, but I already have this information. This is about the master chip register and how it responds to the IRQs presented on the ISA bus.