On 2/26/06, Stuart Henderson <[EMAIL PROTECTED]> wrote: > On 2006/02/26 00:03, David Higgs wrote: > > My old custom config was for my xl and rl cards, and > > worked just fine. For the new config, I simply removed the rl > > references and uncommented the necessary sk ones. > > See which other devices are mentioned in "SEE ALSO" in the docs for > these and it may give you some clues. Though, diff'ing the dmesg between > GENERIC and your custom kernel should have picked this up for you too.
If you're referring to picking up the appropriate controller/phys (skc and eephy for this card), dmassage handles all that automagically. On the other hand, I might take some time next week to compile a kernel to see if the problem is related to one of the other phys being needed (brgphy and xmphy are referenced). > > Since GENERIC works fine, I am going to stick with that for the time > > being. > > Good idea. The only time I've found a custom kernel necessary on a > recent OpenBSD is on a system with very restricted RAM (and even then, > if there's any possibility of adding RAM, that's usually the better > way deal with it) or for adding something like raidframe (in which > case, copying GENERIC and adding the single line is usually the > safest way). For everything else (disabling devices etc), config(8) > should suffice. Agreed, but I'm building -stable anyways and figure "why not?" I know better than to expect support for it. I'll see if I can find the time to experiment some more and/or peruse the code for hints. Thanks. --david

