Re: make world stops during i4b compilation

2001-03-25 Thread Gary Jennejohn
On Sunday 25 March 2001 00:11, Marc van Woerkom wrote: Ok, I did an ediff against NOTES. Perhaps it was the "1" argument to device loop1 #Network loopback device that was missing. I'll try again. Hmmm Seems odd. If you get a recurrence, you

Re: make world stops during i4b compilation

2001-03-25 Thread Marc van Woerkom
i4b is an ethernet interface, how do you think PPP/HDLC works ? The interface is registered with the networking stack, just like a "real" networking card is. This make the ether device mandatory. Hi Gary! I simply lack knowledge of how network devices are organized. It might have been

Re: make world stops during i4b compilation

2001-03-25 Thread Gary Jennejohn
On Sunday 25 March 2001 13:53, Marc van Woerkom wrote: i4b is an ethernet interface, how do you think PPP/HDLC works ? The interface is registered with the networking stack, just like a "real" networking card is. This make the ether device mandatory. Hi Gary! I simply lack knowledge of

make world stops during i4b compilation

2001-03-24 Thread Marc van Woerkom
Hi, anyone has this problem too? (..) cc -elf -shared -nostdlib hack.c -o hack.So rm -f hack.c sh /usr/src/sys/conf/newvers.sh ORANJE cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual

Re: make world stops during i4b compilation

2001-03-24 Thread Marc van Woerkom
Ok, I did an ediff against NOTES. Perhaps it was the "1" argument to device loop1 #Network loopback device that was missing. I'll try again. Hmmm Seems odd. If you get a recurrence, you might want to share a diff between GENERIC and what you're