From: "Brian F. Feldman" <[EMAIL PROTECTED]>
| The program plus output given when you recompile/run gdb -k with a
debugging kernel
| would be really useful here.
I can't try it again (the system has gone off to production) but here is the
perl script:
---
#!/usr/bin/perl
system ('atacontrol', 'create', 'stripe', '1', 'ad2', 'ad3');
open (DD, 'dd if=/dev/ar0 of=/dev/null count=32k 2>&1 |');
system ('atacontrol', 'delete', '0');
---
panicked my system every time.
sh
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message