From owner-freebsd-current Tue Sep 24 10:36:16 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4423437B401 for ; Tue, 24 Sep 2002 10:36:13 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14FB043E42 for ; Tue, 24 Sep 2002 10:36:12 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g8OHZjOo030382; Tue, 24 Sep 2002 13:35:46 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 24 Sep 2002 13:35:45 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Marc Recht Cc: current@FreeBSD.ORG Subject: Re: smbus, geom or ufs attr break the kernel In-Reply-To: <20020924182653.3435508b.marc@informatik.uni-bremen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That's an odd set of things to have break in concert. The UFS options should not affect devfs at all. That said, your best bet is probably to turn off sets of related options until you figure out what the source is. Obvious candidates would be to turn off the UFS options as a set, GEOM, and then the smbus support, and see what makes things work again. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Tue, 24 Sep 2002, Marc Recht wrote: > Hi! > > Something checked-in yesterday broke the kernel badly.. Some of these > options or a combination of these break the kernel badly. If they're activatet then not all devices are created by devfs (ttv* is missing..). > Even without devfs ttv* isn't working... > Commenting this out of my config fixed the prob for me. > > options UFS_EXTATTR > options UFS_EXTATTR_AUTOSTART > options UFS_ACL > options GEOM > device smbus # Bus support, required for smb below. > device viapm > device smb > device iicbus # Bus support, required for ic/iic/iicsmb below. > device iicbb > device ic > device iic > device iicsmb # smb over i2c bridge > > Marc > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message