--- linux-2.6.0-test5/drivers/net/hamradio/scc.c Mon Sep 8 21:50:22 2003 +++ linux-2.6.0-test5.rxq/drivers/net/hamradio/scc.c Tue Sep 16 22:41:36 2003 @@ -1767,7 +1767,7 @@ #ifndef SCC_DONT_CHECK - if(request_region(scc->ctrl, 1, "scc-probe")) + if(request_region(hwcfg.ctrl_a, 1, "scc-probe")) { disable_irq(hwcfg.irq); Outb(hwcfg.ctrl_a, 0); @@ -1779,7 +1779,7 @@ if (InReg(hwcfg.ctrl_a,R13) != 0x55) found = 0; enable_irq(hwcfg.irq); - release_region(scc->ctrl, 1); + release_region(hwcfg.ctrl_a, 1); } else found = 0;