KLD'fying PCI device driver!

2001-02-14 Thread Satyajeet Seth
Hi I am trying to convert my PCI device driver into a KLD. So far I have done the following: 1. Built the kernel without the static linked device driver. 2. Added entries to Makefiles in /sys/modules and /sys/modules/xxx. 3. Did "make all install" in /sys/modules directory. 4. Tried loading the

RE: Adding IP aliases

2001-02-14 Thread Aaron Weiker
Title: RE: Adding IP aliases Well, that's very helpful...Can't believe I didn't see that when I was looking for it. I guess I just always do things the hard way. Aaron Weiker Programmer CISP - Changing Internet Speed & Performance Phone: 419.724.5351         [EMAIL PROTECTED] Pa

Re: Adding IP aliases

2001-02-14 Thread Matthew Emmerton
> Does anyone know of a FAQ or HOWTO for adding IP aliases to a > FreeBSD box? I can do it under linux and Im just wondering if there are any > differences or what-not. In /etc/rc.conf, add or edit lines like this (I have an 'ed0' network card): network_interfaces="lo0 ed0" ifconfig_lo0=

Re: Adding IP aliases

2001-02-14 Thread Orville R. Weyrich.Jr
As I recall, with FreeBSD you just use ifconfig. How do you do it with Linux? orville. On Wed, 14 Feb 2001, Drew J. Weaver wrote: > Does anyone know of a FAQ or HOWTO for adding IP aliases to a > FreeBSD box? I can do it under linux and Im just wondering if there are any > differences o

RE: Adding IP aliases

2001-02-14 Thread Richard Furda
Hello, On Wed, 14 Feb 2001, Aaron Weiker wrote: > Best place to look is check out the man of ifconfig > > This will give you the syntax for it. I then edited my /etc/rc.network and > put that command in there to create the alias when the server was rebooted. /etc/rc.network is not the place t

RE: Adding IP aliases

2001-02-14 Thread Aaron Weiker
Title: Adding IP aliases Best place to look is check out the man of ifconfig   This will give you the syntax for it. I then edited my /etc/rc.network and put that command in there to create the alias when the server was rebooted.   Aaron WeikerProgrammerCISP - Changing Internet Speed & Perf

Adding IP aliases

2001-02-14 Thread Drew J. Weaver
Title: Adding IP aliases     Does anyone know of a FAQ or HOWTO for adding IP aliases to a FreeBSD box? I can do it under linux and Im just wondering if there are any differences or what-not. Thanks, -Drew

Re: dead code in ip_output.c and udp_var.h

2001-02-14 Thread Jeroen Ruigrok/Asmodai
Speaking of dead code: sys/netinet/tcpip.h: struct full_tcpiphdr{} appears to not be used. It was added in 1995 for some T/TCP stuff. Anyone know if this is used outside of our sources? ipfilter seemingly defines its own version of it in the contrib directory, but it also doesn't use it. :P

Re: dead code in ip_output.c and udp_var.h

2001-02-14 Thread Jeroen Ruigrok/Asmodai
-On [20010209 02:00], Luigi Rizzo ([EMAIL PROTECTED]) wrote: >and maybe it would be the case to remove the first block and the >conditionals on the second one. I don't think we plan a port to the >vax, am i wrong ? Personally I'd be happier if this got removed. We don't intend to port to VAX, an