From owner-cvs-all@FreeBSD.ORG Fri Feb 4 16:14:57 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF4516A4CE; Fri, 4 Feb 2005 16:14:57 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C5943D4C; Fri, 4 Feb 2005 16:14:57 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j14GCb3B021542; Fri, 4 Feb 2005 09:12:37 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 04 Feb 2005 09:14:26 -0700 (MST) Message-Id: <20050204.091426.98415585.imp@bsdimp.com> To: marcel@xcllnt.net From: "M. Warner Losh" In-Reply-To: <84e9ba659174ea3f7c7b2930c0ae3759@xcllnt.net> References: <420322CA.3090201@root.org> <84e9ba659174ea3f7c7b2930c0ae3759@xcllnt.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 16:14:58 -0000 In message: <84e9ba659174ea3f7c7b2930c0ae3759@xcllnt.net> Marcel Moolenaar writes: : > I'm not sure if my approach is correct -- should different drivers for : > the same hardware share the same devclass? : : A datapoint: sio(4) and uart(4) are different drivers for the same : hardware. : They don't share the devclass. Neither do they share the same name. Warner