From owner-freebsd-current Sun Jan 24 18:54:45 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02116 for freebsd-current-outgoing; Sun, 24 Jan 1999 18:54:45 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA02111 for ; Sun, 24 Jan 1999 18:54:42 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id NAA05292; Mon, 25 Jan 1999 13:54:17 +1100 Date: Mon, 25 Jan 1999 13:54:17 +1100 From: Bruce Evans Message-Id: <199901250254.NAA05292@godzilla.zeta.org.au> To: mike@smith.net.au, wollman@khavrinen.lcs.mit.edu Subject: Re: kvm question Cc: archie@whistle.com, current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Backwards compatibility is one thing, but new nodes should be named, >not numbered. OID_AUTO is bogus because it perpetuates the numbering >of nodes. OID_AUTO is not bogus. It is just an implementation detail. The sysctl data structures have to have a place to put a number for old-style numbered sysctls, and you put OID_AUTO in that place when you don't want a number. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message