Re: How does freebsd supports ipx?

2012-10-16 Thread YC Wang
2012/10/16 ill...@gmail.com : > On 15 October 2012 02:23, YC Wang wrote: > ... >> >> I rebuilt the kernel with "option IPX", but it didn't seem to work. >> Below was what I did: >> >> 1) create a new configure file IPXKERNEL enabling "option IPX" >> freebsd-yc# cat /sys/i386/conf/IPXKERNEL >> incl

Re: How does freebsd supports ipx?

2012-10-15 Thread ill...@gmail.com
On 15 October 2012 02:23, YC Wang wrote: ... > > I rebuilt the kernel with "option IPX", but it didn't seem to work. > Below was what I did: > > 1) create a new configure file IPXKERNEL enabling "option IPX" > freebsd-yc# cat /sys/i386/conf/IPXKERNEL > include GENERIC > ident IPXKERNEL > options I

Re: How does freebsd supports ipx?

2012-10-14 Thread YC Wang
ipx kernel module and the socket >> syscall returns successfully. But I don't find any ipx module in >> /boot/kernel/ on freebsd. >> >>So I wonder how does freebsd supports ipx? Is there any other work >> I should do for this purpose? >> >>And if

Re: How does freebsd supports ipx?

2012-10-12 Thread ill...@gmail.com
On 12 October 2012 09:44, Michael Powell wrote: > YC Wang wrote: > > [snip] >> syscall returns successfully. But I don't find any ipx module in >> /boot/kernel/ on freebsd. >> >> So I wonder how does freebsd supports ipx? Is there any other work >>

Re: How does freebsd supports ipx?

2012-10-12 Thread Michael Powell
YC Wang wrote: [snip] > syscall returns successfully. But I don't find any ipx module in > /boot/kernel/ on freebsd. > > So I wonder how does freebsd supports ipx? Is there any other work > I should do for this purpose? I believe what you read in Wikipedia may be out of d

Re: How does freebsd supports ipx?

2012-10-12 Thread Jamie Paul Griffin
> I suppose you should add "options IPX" line to your kernel > configuration file and rebuild/reinstall the kernel. have a look at /usr/src/sys/conf/NOTES and/or /usr/src/sys/{amd64,i386}/conf/NOTES for more information about kernel options ___ freebsd-

Re: How does freebsd supports ipx?

2012-10-12 Thread Виталий Туровец
col not > supported' > .. > > > In contrast however, when calling "socket(PF_IPX,SOCK_DGRAM,0)" on > Linux, it will automatically load the ipx kernel module and the socket > syscall returns successfully. But I don't find any ipx module in > /bo

How does freebsd supports ipx?

2012-10-12 Thread YC Wang
t;socket(PF_IPX,SOCK_DGRAM,0)" on Linux, it will automatically load the ipx kernel module and the socket syscall returns successfully. But I don't find any ipx module in /boot/kernel/ on freebsd. So I wonder how does freebsd supports ipx? Is there any other work I should do for this purpose?