Re: document ldapd schema files

2010-11-04 Thread Adam M. Dutko
> On second thought, I should answer with a little less snark, though I > think this one attribute sums it up pretty well. > > I enjoyed the first response but thanks for the follow-up. > First, some committee sat around and tried to come up with all the > things needed to describe a person, like

Re: document ldapd schema files

2010-11-04 Thread Adam M. Dutko
> I can't really comment on the accuracy because I'm trying to avoid > learning about LDAP at all cost, but this gives me enough info to > start searching with, so I think it's a great addition. > What is the technical reason behind not wanting to learn about LDAP? I'd be interested to hear feedb

Re: Add support to AR5424

2010-06-20 Thread Adam M. Dutko
Full patch against latest I assume b/c of the 1.51 version tag of ar5212.c. I'll need to update before I test, but I'll try to test soon. Thanks.

Re: $LINENO in trap

2010-05-18 Thread Adam M. Dutko
> Comments? > <...snip...> After a quick read, it looks good to me, but I've not built it and tested it because I don't have access to my openbsd system at the moment.

Re: Add support to AR5424

2010-04-26 Thread Adam M. Dutko
The previous patches you sent me off list gave me this: ath0 at pci2 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 17 (irq 10) ath0: AR5424 14.2 phy 7.0 rf 10.2, WOR0W, address XX:XX:XX:XX:XX:XX I'm going to evaluate the new ones tonight and will let you know.

Re: Add support to AR5424

2010-04-20 Thread Adam M. Dutko
h if you'd like... On Tue, Apr 20, 2010 at 11:31 AM, Luis Henriques wrote: > On Tue, Apr 20, 2010 at 4:06 PM, Adam M. Dutko > wrote: > > I have a card to test with and am trying to solve the problem on my eeepc > > laptop. Luis, are you still around and interested in worki

Re: Add support to AR5424

2010-04-20 Thread Adam M. Dutko
I have a card to test with and am trying to solve the problem on my eeepc laptop. Luis, are you still around and interested in working on this?

Atheros AR5424 rev 0x01 hal error

2010-04-20 Thread Adam M. Dutko
When I attempt to use my wireless card (AR5424) I get the following: ath0: unable to reset hardware; hal status 3520208968 The number at the end changes when I try again. I believe I've traced where the error message is thrown to a section of code in src/sys/dev/ic/ath.c: if (!ath_hal_reset(ah

Re: Source Overview

2010-04-19 Thread Adam M. Dutko
On Mon, Apr 19, 2010 at 10:57 AM, Bret S. Lambert wrote: > > ... ... > Hopefully this is useful for somebody. > It is, thank you. With regard to the other questions I peppered everyone with... :-) 1) Are there areas that are easier for "relative newbies" to start in versus other areas? I k

Source Overview

2010-04-19 Thread Adam M. Dutko
The obvious answer to this questions is "Just read the source..." but I still want to ask if someone is aware of a good overview of the OpenBSD source code? I've watched several presentations by Ted Unangst, Jason Dixon and co. and there seems to be a good amount of information spread across the w