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
[EMAIL PROTECTED]      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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to