CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2009/08/26 16:29:09
Modified files: sys/dev/isa : aha.c gus.c uha_isa.c wds.c Log message: directly calling Debugger() is bad. turn these printf();Debugger(); series into panic()'s. ok deraadt@ jsing@