Re: buildworld sequence

2005-07-04 Thread Jeremie Le Hen
Hi, > I looking for an explanation of the buildworld sequence : > legacy > bootstrap tools > build tools > cross tools > ... > > In fact, I read Makefile.inc1, so I have a basic idea of what each step > does, but I don't really understand > * what is the legacy s

Re: Panic in bus_dmamap_load_mbuf (pmap.h:201)

2005-07-04 Thread Cédric Jonas
On Sun, 3 Jul 2005 22:56:33 +0200 Cédric Jonas <[EMAIL PROTECTED]> wrote: > Hello, > > Since 1 or 2 months, I experienced panics when I use the ath interface of our > server (configured as hostap). Also, the system hangs often (without panic) > during the boot process at the "Setting hostname:

AT-1500FT PnP card, FreeBSD-5.4R-p1 and lnc(4) problems

2005-07-04 Thread Gheorghe Ardelean
Hi, I am trying to make a network card work with lnc(4) device. The card is an AT-1500 PnP Ethernet Adapter based on PCnet(TM)-ISA II chip from AMD (AM79C961AKC) which is supposed to be supported under lnc(4) driver. The card has both a 10BaseFL(ST) and 10BaseT port. After adding the card's pnp

Re: hot path optimizations in uma_zalloc() & uma_zfree()

2005-07-04 Thread Simon 'corecode' Schubert
Lately Nikos Ntarmos <[EMAIL PROTECTED]> said: > Ummm... What compiler version are you use? The pointer variant produces > faster code for me on both NetBSD/alpha (gcc 3.3.3) and Linux/x86 (gcc > 3.3.5), using both -O0 and -O2 (other compiler flags also tested with > similar results). Perhaps somet