I add print_debug in device.c
if (resource->flags & IORESOURCE_FIXED) {
printk_debug("\t\t%s, base=%08Lx,
limit=%08Lx\r\n", dev_path(dev),
resource->base, resource->limit);
continue;
} Found some
interesting result
PNP: 002e.0, base=
PNP: 002e.1, base=00000378, limit=000007ff
PNP: 002e.2, base=
PNP: 002e.3, base=
PNP: 002e.b, base=00000290, limit=00000fff
PNP: 002e.5, base=00000060, limit=ffffffff
PNP: 002e.5, base=00000064, limit=ffffffff 1. It real does
the continue. 2. it process disabled device,if it
is get the fixed values in Config.lb PNP: 002e.0
enabled PNP: 002e.1
disabled PNP: 002e.2
enabled PNP: 002e.3
disabled PNP: 002e.5
enabled PNP: 002e.6
disabled PNP: 002e.7
disabled PNP: 002e.8
disabled PNP: 002e.9
disabled PNP: 002e.a
disabled PNP: 002e.b
enabled In Config.lb
chip superio/winbond/w83627hf
device pnp 2e.0 on
# Floppy
io 0x60 = 0x
irq 0x70 = 6
drq 0x74 = 2
end
device pnp 2e.1 off #
io 0x60 = 0x378
irq 0x70 = 7
end
device pnp 2e.2 on
# Com1
io 0x60 = 0x
irq 0x70 = 4
end
device pnp 2e.3 off
# Com2
io 0x60 = 0x
irq 0x70 = 3
end
device pnp 2e.5 on
# Keyboard
io 0x60 = 0x60
io 0x62 = 0x64
irq 0x70 = 1
irq 0x72 = 12
end
device pnp 2e.6 off
end # CIR
device pnp 2e.7 off
end # GAME_MIDI_GIPO1
device pnp 2e.8 off
end # GPIO2
device pnp 2e.9 off
end # GPIO3
device pnp 2e.a off
end # ACPI
device pnp 2e.b on
# HW Monitor
io 0x60 = 0x290
irq 0x70 = 5
end
end in superio.c static struct pnp_info
pnp_dev_info[] = { { &ops, W83627HF_FDC, PNP_IO0 | PNP_IRQ0 | PNP_DRQ0, { 0x { &ops, W83627HF_PP, PNP_IO0 | PNP_IRQ0 | PNP_DRQ0, {
0x { &ops, W83627HF_SP1, PNP_IO0 | PNP_IRQ0, { 0x { &ops, W83627HF_SP2, PNP_IO0 | PNP_IRQ0, { 0x //
No 4 { 0,}, { &ops, W83627HF_KBC, PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1,
{ 0x7ff, 0 }, { 0x7ff, 0x4}, }, { &ops, W83627HF_CIR, PNP_IO0 | PNP_IRQ0, { 0x { &ops, W83627HF_GAME_MIDI_GPIO1, PNP_IO0 | PNP_IO1 |
PNP_IRQ0, { 0x7ff, 0 }, {0x7fe, 4}, }, { &ops, W83627HF_GPIO2,}, { &ops, W83627HF_GPIO3,}, { &ops, W83627HF_ACPI, PNP_IRQ0, }, { &ops, W83627HF_HWM, PNP_IO0 | PNP_IRQ0, { 0xff8, 0 }, }, }; |
- Re: s2885 Eric W. Biederman
- re: s2885 Yinghai Lu
- Re: [Etherboot-users] re: s2885 Eric W. Biederman
- S2885 YhLu
- Re: S2885 Eric W. Biederman
- RE: S2885 YhLu
- RE: S2885 YhLu
- Re: S2885 Eric W. Biederman
- RE: S2885 YhLu
- Re: S2885 Eric W. Biederman
- Re: S2885 YhLu
- Re: S2885 Eric W. Biederman
- RE: S2885 Ronald G. Minnich
- RE: S2885 YhLu