Re: attaining IO port info for an ISA networkcard

2001-06-22 Thread Brendon
On Saturday 23 June 2001 02:05, Donald R. Spoon wrote: > > short question, the subject says it all really. how do you find out which > > io port your ISA networkcard is using? > > Short question, but a long answer . The answer lies in understanding > how the kernel handles the ISA bus during bootu

RE: attaining IO port info for an ISA networkcard

2001-06-22 Thread Donald R. Spoon
> short question, the subject says it all really. how do you find out which io > port your ISA networkcard is using? > > > Brendon Short question, but a long answer . The answer lies in understanding how the kernel handles the ISA bus during bootup AND how your particular NIC works. If you

Re: attaining IO port info for an ISA networkcard

2001-06-22 Thread Duane Powers
Robert Waldner wrote: On Friday 22 June 2001 20:21, Duane Powers wrote: Brendon wrote: short question, the subject says it all really. how do you find out which io port your ISA networkcard is using? cat /proc/ioports which will give you only the ports for initialized cards, not that

Re: attaining IO port info for an ISA networkcard

2001-06-22 Thread Robert Waldner
>On Friday 22 June 2001 20:21, Duane Powers wrote: >> Brendon wrote: >> > short question, the subject says it all really. how do you find out which >> > io port your ISA networkcard is using? >> >> cat /proc/ioports which will give you only the ports for initialized cards, not that useful if yo

Re: attaining IO port info for an ISA networkcard

2001-06-22 Thread Brendon
On Friday 22 June 2001 20:21, Duane Powers wrote: > Brendon wrote: > > short question, the subject says it all really. how do you find out which > > io port your ISA networkcard is using? > > cat /proc/ioports which gives: 000-001f dma1 0020-003f pic1 0040-005f timer 0060-006f keyboard 0070-007f

Re: attaining IO port info for an ISA networkcard

2001-06-22 Thread Duane Powers
Brendon wrote: short question, the subject says it all really. how do you find out which io port your ISA networkcard is using? Brendon cat /proc/ioports ~duane