Date: Sat, 27 Oct 2001 18:53:36 -0700 From: Bill Fenner <fenner@research.att.com> To: silby@silby.com Cc: phk@critter.freebsd.dk, mjacob@feral.com, jlemon@flugsvamp.com, ache@nagual.pp.ru, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_conf.c subr_disk.c Message-ID: <200110280153.SAA28123@windsor.research.att.com>
next in thread | raw e-mail | index | archive | help
>I've had this warning for a long time, but have no clue how to trace it. >Any clues? (This is a kernel from a few hours before the panic was >added.) > >... >Preloaded elf kernel "/boot/kernel/kernel" at 0xc051f000. >Preloaded elf module "/boot/kernel/acpi.ko" at 0xc051f0a8. >Pentium Pro MTRR support enabled >WARNING: Driver mistake: destroy_dev on 154/0 This is a bug in /sys/dev/asr. Removing the destroy_dev() from the beginning of asr_drvinit() fixes it for me. I submitted this to the driver maintainer a while ago. I didn't commit it since I don't have an asr device so I don't know how to evaluate how the change affects actual operation. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110280153.SAA28123>