From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964783AbVJLOGV (ORCPT ); Wed, 12 Oct 2005 10:06:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964785AbVJLOGV (ORCPT ); Wed, 12 Oct 2005 10:06:21 -0400 Received: from wavehammer.waldi.eu.org ([82.139.196.55]:5834 "EHLO wavehammer.waldi.eu.org") by vger.kernel.org with ESMTP id S964783AbVJLOGV (ORCPT ); Wed, 12 Oct 2005 10:06:21 -0400 Date: Wed, 12 Oct 2005 16:06:09 +0200 From: Bastian Blank To: Rusty Russell , Dave Engebretsen , Santiago Leon Cc: linux-kernel@vger.kernel.org Subject: correct modalias for vio devices Message-ID: <20051012140609.GA20729@wavehammer.waldi.eu.org> Mail-Followup-To: Rusty Russell , Dave Engebretsen , Santiago Leon , linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Rusty, Dave, Santiago The vio devices currently don't have a modalias spec. This makes it impossible to ask udev for loading the modules. The modules already specifies a device table, which contains two values, type and compat. At least for pSeries they seems to be filed from the compatible and device_type properties in the openfirmware tree. The pSeries code checks both values, while iSeries only checks the type. As they need a complete match, the generated modalias string for them may: vio:T or vio:TC Bastian --=20 There is a multi-legged creature crawling on your shoulder. -- Spock, "A Taste of Armageddon", stardate 3193.9 --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkNNGFEACgkQnw66O/MvCNHQsgCff2te8QqNs6tt92vSz3B8UkNH 5B8An0Ctv7HgYJK1jmUUG6KPlq3I0OwG =xZfq -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j--