Messages in this thread |  | | | Date | Tue, 6 Jun 2006 12:06:47 +0200 (MEST) | | From | Jan Engelhardt <> | | Subject | Re: Dual via-rhine on EPIA PD6000E |
| |
>> There is a difference between ioports and iomem. >> > Of course I know, but look at this: > > # cat /proc/ioports > d000-d0ff : 0000:00:0f.0 > d000-d0ff : via-rhine > e400-e4ff : 0000:00:12.0 > e400-e4ff : via-rhine > > # cat /proc/iomem de000000-de0000ff : 0000:00:0f.0 > de000000-de0000ff : via-rhine > de002000-de0020ff : 0000:00:12.0 > de002000-de0020ff : via-rhine > > from ifoconfig: > eth0: Interrupt:10 Base address: *0xe000* > eth1: Interrupt:11 Base address: *0x4000* <<is it I/O or mem ???
ioport. ioports only go up to 0xffff, and iomem does not normally start below 0xffff. 0x4000 and 0xe000 look strange though (they don't match /proc/ioports).
Jan Engelhardt -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |