Date: Sun, 7 Sep 1997 13:18:08 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: hackers@FreeBSD.ORG Cc: babkin@hq.icb.chel.su (Serge A. Babkin) Subject: Re: NPX old bug Message-ID: <19970907131808.BK39107@uriah.heep.sax.de> In-Reply-To: <199709071110.RAA08431@hq.icb.chel.su>; from Serge A. Babkin on Sep 7, 1997 17:10:04 %2B0600 References: <19970907093012.CE57420@uriah.heep.sax.de> <199709071110.RAA08431@hq.icb.chel.su>
next in thread | previous in thread | raw e-mail | index | archive | help
As Serge A. Babkin wrote: > > > P.S. I've found that `vtophys' is worth adding it to DDB. The > > > addition is very simple. Does anyone from the core team think > > > that it's worth too ? > > > > That's certainly not worth a core-team decision. ;-) Are you sure > > there's not already one of the `show' commands that could do this? > > No, it does not. My patch is: > --- 369,375 ---- > { "show", 0, 0, db_show_cmds }, > { "ps", db_ps, 0, 0 }, > { "panic", db_panic, 0, 0 }, > + { "vtophys", db_vtophys, 0, 0 }, > { (char *)0, } > }; I wouldn't like to make this a new major command. This IMHO should become something like ``show phys'' (or ``show pa'', pa is a common abbreviation for physical address). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970907131808.BK39107>