Intel D845EPT2 Motherboard - USB broken :(

2003-07-13 Thread JacobRhoden
Resending: realised I should indicate I am using 4.8-STABLE (Freshly compiled) Hey People, Does anyone here use the Intel EPT2 motherboard? Have they managed to get USB working, and if so how? Any ideas greatly appreciated! (Or where to poke at would be useful as well). usbd -dd prints messag

Intel D845EPT2 Motherboard - USB broken :(

2003-07-13 Thread JacobRhoden
Hey People, Does anyone here use the Intel EPT2 motherboard? Have they managed to get USB working, and if so how? Any ideas greatly appreciated! (Or where to poke at would be useful as well). usbd -dd prints messages as if it is all working fine, but it simply does not recognise any device yo

Re: libedit and g++

2003-07-13 Thread M. Warner Losh
please try the following patch: Index: include/histedit.h === RCS file: /home/ncvs/src/include/histedit.h,v retrieving revision 1.8 diff -u -r1.8 histedit.h --- include/histedit.h 16 Jun 2002 08:29:33 - 1.8 +++ include/histe

Re: libedit and g++

2003-07-13 Thread Marcin Dalecki
Priit Piipuu wrote: Hi! There seems to be a problem using libedit from C++. Small test case: cat test.c #include #include int main(void) { EditLine *ed; ed = el_init("foo", stdin, stdout, stderr); el_end(ed); return 0; } gcc -ledit -ltermcap -o test test.c g++ -ledit -ltermcap -o test

geteuid hangs in sigsuspend

2003-07-13 Thread Kai Mosebach
Hi, when i update from 5.0-REL to 5.1-REL / 5.1-CURRENT, using a program compiled against linuxthreads, might there be a different behaviour in the geteuid function of libc ? on my sapdb port the database manager called dbmcli starts fine on 5.0-REL, on 5.1-REL/CURRENT it hangs on a sigsuspend.

Re: libedit and g++

2003-07-13 Thread Simon Barner
Hi, > > cat test.c > #include > #include > It will link, when you wrap the include with an extern "C" statement: extern "C" { #include } This should probably by handled by the library header itself, here is a patch: --- histedit.h.orig Mon Jul 14 01:37:43 2003 +++ histedit.h

libedit and g++

2003-07-13 Thread Priit Piipuu
Hi! There seems to be a problem using libedit from C++. Small test case: > cat test.c #include #include int main(void) { EditLine *ed; ed = el_init("foo", stdin, stdout, stderr); el_end(ed); return 0; } > gcc -ledit -ltermcap -o test test.c > g++ -ledit -ltermcap -o test test.c /var/

FFL License terms

2003-07-13 Thread Otterro Del Agua
Good afternoon. I was hoping to find some information here, but have been unable to find it so far. I'm in the process of completing media for release and am looking at different licensing options. I'm familiar with BSD, GPL, and even Poul-Henning Kamp's "beer-ware license". I've found reference

Re: Broadcom NetXtreme BCM5705M support

2003-07-13 Thread Kenneth D. Merry
On Sun, Jul 13, 2003 at 16:59:56 +0300, Boris Georgiev wrote: > Hello All, > > I've got a Compaq Evo N620c notebook, which comes with a built-in lan network card - > Broadcom NetXtreme BCM5705M. I researched on the hardware support for this NIC in > FreeBSD and noticed that there is no hardware

USB device programming with ugen

2003-07-13 Thread Martin
Hi all, I have started to write a small video capture application for my webcam (the first few steps). I am using /dev/ugen0 to talk to the webcam and it seems to work. I can reset the webcam and hear a beep. It is correct so far. The problem is, I can only start my application on the text termin

Re: Sysctls and mutexes.

2003-07-13 Thread Pawel Jakub Dawidek
On Sun, Jun 29, 2003 at 09:12:11AM +0200, Pawel Jakub Dawidek wrote: +> I want to discuss two things about sysctls. [...] +> 2. Secound thing. I'm wondering if there is no need to and one more field +>to those macros: mutex that protects given value. Then standard functions +>sysctl_handle_

Broadcom NetXtreme BCM5705M support

2003-07-13 Thread Boris Georgiev
Hello All, I've got a Compaq Evo N620c notebook, which comes with a built-in lan network card - Broadcom NetXtreme BCM5705M. I researched on the hardware support for this NIC in FreeBSD and noticed that there is no hardware support for it either in the STABLE, or in the CURRENT distribution. I