From owner-freebsd-hackers Sun Sep 7 04:18:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA14096 for hackers-outgoing; Sun, 7 Sep 1997 04:18:47 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id EAA14091 for ; Sun, 7 Sep 1997 04:18:41 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id NAA17049; Sun, 7 Sep 1997 13:18:40 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.7/8.8.5) id NAA06853; Sun, 7 Sep 1997 13:18:10 +0200 (MET DST) Message-ID: <19970907131808.BK39107@uriah.heep.sax.de> 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 References: <19970907093012.CE57420@uriah.heep.sax.de> <199709071110.RAA08431@hq.icb.chel.su> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199709071110.RAA08431@hq.icb.chel.su>; from Serge A. Babkin on Sep 7, 1997 17:10:04 +0600 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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. ;-)