Date: Tue, 24 Sep 2002 13:35:45 -0400 (EDT) From: Robert Watson <rwatson@FreeBSD.ORG> To: Marc Recht <marc@informatik.uni-bremen.de> Cc: current@FreeBSD.ORG Subject: Re: smbus, geom or ufs attr break the kernel Message-ID: <Pine.NEB.3.96L.1020924133434.29616B-100000@fledge.watson.org> In-Reply-To: <20020924182653.3435508b.marc@informatik.uni-bremen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1020924133434.29616B-100000>