On Fri, Nov 22, 2002 at 10:47:56AM -0500, Post, Mark K wrote: > Mike, > > Very few, if any. I did a Google search on "System reset (remote)" and came > up with a hit in the CTC driver, of all things:
Hmmmm. r2:~ # find /lib/modules/2.4.7-timer-SMP -type f | xargs grep -i "system reset" Binary file /lib/modules/2.4.7-timer-SMP/kernel/drivers/s390/net/ctc.o matches I *do* have the QDIO/QETH drivers installed here. So it ain't in there. Then: r2:/usr/src/linux # find . -type f | xargs grep -i "system reset (remote)" ./drivers/s390/net/ctcmain.c: printk(KERN_DEBUG "ch-%04x: System reset (remote)\n", So it's your CTC driver. Are you really using CTC to hook all this together? Adam
