smbus, geom or ufs attr break the kernel

2002-09-24 Thread Marc Recht

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



msg43315/pgp0.pgp
Description: PGP signature


Re: smbus, geom or ufs attr break the kernel

2002-09-24 Thread Poul-Henning Kamp

In message [EMAIL PROTECTED], Marc Recht 
writes:
--=.t8Cw0UW_4O(CPO
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

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_ACL

This is a major suspect.  Have you read what it does ?

options GEOM

This I can almost guarantee you, is not the culprit.

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: smbus, geom or ufs attr break the kernel

2002-09-24 Thread Robert Watson


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



Re: smbus, geom or ufs attr break the kernel

2002-09-24 Thread Marc Recht

 options UFS_ACL
 
 This is a major suspect.  Have you read what it does ?
Of course. It has been working for weeks..

 
 options GEOM
 
 This I can almost guarantee you, is not the culprit.
You're right.

The smbus/ic/iic/iicsmb stuff is what breaks the kernel for me.
Marc



msg43321/pgp0.pgp
Description: PGP signature


Re: smbus, geom or ufs attr break the kernel

2002-09-24 Thread Marc Recht

 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. 
I did and it's the smbus/ic/iic/iicsmb stuff what breaks the kernel for me. Maybe it 
was the commit by Nicolas Souchu (smbus.c 1.16).

Marc



msg43322/pgp0.pgp
Description: PGP signature


Re: smbus, geom or ufs attr break the kernel

2002-09-24 Thread Robert Watson

On Tue, 24 Sep 2002, Marc Recht wrote:

  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. 

 I did and it's the smbus/ic/iic/iicsmb stuff what breaks the kernel for
 me. Maybe it was the commit by Nicolas Souchu (smbus.c 1.16). 

Yeah, you probably didn't want a console anyway. :-)

Robert N M Watson FreeBSD Core Team, TrustedBSD Projects
[EMAIL PROTECTED]  Network Associates Laboratories



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message