This is an easy problem to solve.  Drop into ddb, and do a "show disk/device",
e.g.:

ddb> show disk/ad0s1b
dev_t = 0xf000b444

This will return to you the dev_t for it.  Take this value, and call
setdumpdev(dev_t value):

ddb> call setdumpdev(0xf000b444)

The setdumpdev() call should return 0 for success.

--
 Brian Fundakowski Feldman           \  FreeBSD: The Power to Serve!  /
 [EMAIL PROTECTED]                    `------------------------------'



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to