[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: boot hangs on network device driver load
From: |
Paul Bukowski |
Subject: |
Re: boot hangs on network device driver load |
Date: |
Wed, 02 Feb 2005 18:12:22 +0000 |
Thanks, but i think it is imposible to run current gnumach on my laptop
with ethernet device without changing NIC irq :(
here is some entries from `lspci`:
00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02)
(prog-if 00 [UHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 1402
Flags: bus master, medium devsel, latency 0, IRQ 9
I/O ports at d400 [size=32]
00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02) (prog-if
8a [Master SecP PriP])
Subsystem: Asustek Computer, Inc.: Unknown device 1402
Flags: bus master, medium devsel, latency 0, IRQ 9
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at a400 [size=16]
Memory at e3000000 (32-bit, non-prefetchable) [size=1K]
01:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
Subsystem: Asustek Computer, Inc.: Unknown device 1045
Flags: bus master, medium devsel, latency 84, IRQ 9
I/O ports at c800 [size=256]
Memory at e6800000 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2
I found in oskit source comment that it works with shared irq... is
this implementation broken? unfortunatly i cannot compile it... some
errors... i'm working on it;)
Paul Bukowski