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

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

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

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

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,

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