From kennethcf at earthlink.net Thu Oct 1 06:22:03 2009 From: kennethcf at earthlink.net (Kenneth) Date: Thu Oct 1 06:22:10 2009 Subject: nVidia SYSCONS Problem on Compaq Presario CQ60 Message-ID: <2666180.1254378121922.JavaMail.root@wamui-hunyo.atl.sa.earthlink.net> You are correct. Is there anything I can configure for syscons to work with the screen savers? Below are some lines from the messages log file. vgao: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ... sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ... rain_saver: the console does not support M_VGA_CG320 module_register_init: MOD_LOAD (rain_saver, 0xc709b7a0, 0) error 19 -----Original Message----- >From: John Baldwin >Sent: Sep 30, 2009 8:06 AM >To: freebsd-drivers@freebsd.org, Kenneth >Cc: Jules Gilbert >Subject: Re: nVidia SYSCONS Problem on Compaq Presario CQ60 > >On Wednesday 30 September 2009 2:53:48 am Kenneth wrote: >> Can anyone help with a syscons error when loading the screen saver on boot >up (yes, I know I don't need it if I use X, but I would like to get it >working)? >> >> The error looks like... >> Configuring syscons: keyrate blanktime screensaver module_register_init: >MOD_LOAD (rain_saver, 0xc709a7a0, 0) error 19 >> >> I have a Compaq Presario CQ60 running freeBSD 7.2 from a 4G usb drive. >> >> My Compaq has a GeForce 8200m G on vgapci0. >> #dmesg | grep nvidia >> vgapci0: child nvidia0 requested pci_enable_busmaster >> vgapci0: child nvidia0 requested pci_enable_io >> nvidia0: [GIANT-LOCKED] >> nvidia0: [ITHREAD] >> >> And my /boot/loader.conf has... >> nvidia_load="YES" (just recently built..pkg_info >says "nvidia-driver-185.18.29") >> >> And my /etc/rc.conf has (among other things)... >> blanktime="300" >> saver="rain" >> hald_enable="YES" >> dbus_enable="YES" >> >> Let me know, and I'll send whatever information you need. > >The nvidia driver is completely unrelated to syscons. I think the rain saver >is failing because it doesn't think the relevant graphics mode is available. >Maybe check for this message in /var/log/messages? > > log(LOG_NOTICE, > "%s: the console does not support M_VGA_CG320\n", > SAVER_NAME); > return (ENODEV); > >-- >John Baldwin From kennethcf at earthlink.net Thu Oct 1 07:05:24 2009 From: kennethcf at earthlink.net (Kenneth) Date: Thu Oct 1 07:05:30 2009 Subject: nVidia SYSCONS Problem on Compaq Presario CQ60 Message-ID: <27208517.1254380723260.JavaMail.root@wamui-junio.atl.sa.earthlink.net> Some more info... The only savers that work are the text based savers, snake, stars, blank... I did not try a splash screen, but my guess is that it won't work either. I even put the vesa_load="YES" in my "/etc/rc.load", but still won't work. -----Original Message----- >From: Kenneth >Sent: Oct 1, 2009 2:22 AM >To: John Baldwin , freebsd-drivers@freebsd.org >Cc: Jules Gilbert >Subject: Re: nVidia SYSCONS Problem on Compaq Presario CQ60 > >You are correct. Is there anything I can configure for syscons to work with the screen savers? Below are some lines from the messages log file. > >vgao: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >... >sc0: at flags 0x100 on isa0 >sc0: VGA <16 virtual consoles, flags=0x300> >... >rain_saver: the console does not support M_VGA_CG320 >module_register_init: MOD_LOAD (rain_saver, 0xc709b7a0, 0) error 19 > >-----Original Message----- >>From: John Baldwin >>Sent: Sep 30, 2009 8:06 AM >>To: freebsd-drivers@freebsd.org, Kenneth >>Cc: Jules Gilbert >>Subject: Re: nVidia SYSCONS Problem on Compaq Presario CQ60 >> >>On Wednesday 30 September 2009 2:53:48 am Kenneth wrote: >>> Can anyone help with a syscons error when loading the screen saver on boot >>up (yes, I know I don't need it if I use X, but I would like to get it >>working)? >>> >>> The error looks like... >>> Configuring syscons: keyrate blanktime screensaver module_register_init: >>MOD_LOAD (rain_saver, 0xc709a7a0, 0) error 19 >>> >>> I have a Compaq Presario CQ60 running freeBSD 7.2 from a 4G usb drive. >>> >>> My Compaq has a GeForce 8200m G on vgapci0. >>> #dmesg | grep nvidia >>> vgapci0: child nvidia0 requested pci_enable_busmaster >>> vgapci0: child nvidia0 requested pci_enable_io >>> nvidia0: [GIANT-LOCKED] >>> nvidia0: [ITHREAD] >>> >>> And my /boot/loader.conf has... >>> nvidia_load="YES" (just recently built..pkg_info >>says "nvidia-driver-185.18.29") >>> >>> And my /etc/rc.conf has (among other things)... >>> blanktime="300" >>> saver="rain" >>> hald_enable="YES" >>> dbus_enable="YES" >>> >>> Let me know, and I'll send whatever information you need. >> >>The nvidia driver is completely unrelated to syscons. I think the rain saver >>is failing because it doesn't think the relevant graphics mode is available. >>Maybe check for this message in /var/log/messages? >> >> log(LOG_NOTICE, >> "%s: the console does not support M_VGA_CG320\n", >> SAVER_NAME); >> return (ENODEV); >> >>-- >>John Baldwin From jhb at freebsd.org Thu Oct 1 14:02:16 2009 From: jhb at freebsd.org (John Baldwin) Date: Thu Oct 1 14:02:28 2009 Subject: nVidia SYSCONS Problem on Compaq Presario CQ60 In-Reply-To: <2666180.1254378121922.JavaMail.root@wamui-hunyo.atl.sa.earthlink.net> References: <2666180.1254378121922.JavaMail.root@wamui-hunyo.atl.sa.earthlink.net> Message-ID: <200910010941.28285.jhb@freebsd.org> On Thursday 01 October 2009 2:22:01 am Kenneth wrote: > You are correct. Is there anything I can configure for syscons to work with the screen savers? Below are some lines from the messages log file. It should just work. I have no idea why it would think your console doesn't support VGA. You'd have to add some printfs in the VGA/fb(4) code where it figures out which video modes to enable to figure that out. > vgao: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > ... > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > ... > rain_saver: the console does not support M_VGA_CG320 > module_register_init: MOD_LOAD (rain_saver, 0xc709b7a0, 0) error 19 > > -----Original Message----- > >From: John Baldwin > >Sent: Sep 30, 2009 8:06 AM > >To: freebsd-drivers@freebsd.org, Kenneth > >Cc: Jules Gilbert > >Subject: Re: nVidia SYSCONS Problem on Compaq Presario CQ60 > > > >On Wednesday 30 September 2009 2:53:48 am Kenneth wrote: > >> Can anyone help with a syscons error when loading the screen saver on boot > >up (yes, I know I don't need it if I use X, but I would like to get it > >working)? > >> > >> The error looks like... > >> Configuring syscons: keyrate blanktime screensaver module_register_init: > >MOD_LOAD (rain_saver, 0xc709a7a0, 0) error 19 > >> > >> I have a Compaq Presario CQ60 running freeBSD 7.2 from a 4G usb drive. > >> > >> My Compaq has a GeForce 8200m G on vgapci0. > >> #dmesg | grep nvidia > >> vgapci0: child nvidia0 requested pci_enable_busmaster > >> vgapci0: child nvidia0 requested pci_enable_io > >> nvidia0: [GIANT-LOCKED] > >> nvidia0: [ITHREAD] > >> > >> And my /boot/loader.conf has... > >> nvidia_load="YES" (just recently built..pkg_info > >says "nvidia-driver-185.18.29") > >> > >> And my /etc/rc.conf has (among other things)... > >> blanktime="300" > >> saver="rain" > >> hald_enable="YES" > >> dbus_enable="YES" > >> > >> Let me know, and I'll send whatever information you need. > > > >The nvidia driver is completely unrelated to syscons. I think the rain saver > >is failing because it doesn't think the relevant graphics mode is available. > >Maybe check for this message in /var/log/messages? > > > > log(LOG_NOTICE, > > "%s: the console does not support M_VGA_CG320\n", > > SAVER_NAME); > > return (ENODEV); > > > >-- > >John Baldwin > > -- John Baldwin From moonlightakkiy at yahoo.ca Sat Oct 3 23:44:51 2009 From: moonlightakkiy at yahoo.ca (Tango) Date: Sat Oct 3 23:44:58 2009 Subject: run driver In-Reply-To: <552058.40986.qm@web51801.mail.re2.yahoo.com> References: <552058.40986.qm@web51801.mail.re2.yahoo.com> Message-ID: <547921.64904.qm@web51803.mail.re2.yahoo.com> Hello, I'm porting run (ru'N' not ru'M') driver and got stuck. I made it work (-encryption) 2 days ago. Yesterday, the same module stopped working. I spent several hours, but I couldn't make it work. Today, the module didn't work yesterday is working fine. In fact, I'm sending this message by using that troublesome driver. If anyone know what to look please let me know. Here are details. When it works, it works fine. When it doesn't work, scanning doesn't go well. When scan, it lists a few neighbours' routers, but a router only 3 feet away. (That's my router.) And, some time, it won't list any AP after scanning. When that happens, it seems I need to unplug the USB dongule to get scanning works again. After unplugging and plugging babck, neighbours' routers are listed again, but mine. Based on LED and printf, scan starts and ends normally all the time. Just my router doesn't show up on the result. Here are details of my network. A day-to-day-use computer, a sacrificial laptop, and a DD-WRT-loaded wireless router are hooked up to a wired router. The sacrificial laptop has trouble to find the DD-WRT-loaded wireless router. (Right at this moment every thing is working fine.) Any suggestions, thoughts, or guesses would be appreciated. Thank you. ________________________________ From: Tango To: freebsd-drivers@freebsd.org Sent: Tuesday, September 22, 2009 12:13:22 AM Subject: run driver Hello everyone! I have just decided to port openbsd's run driver (ru"N' not ru'M') http://www.openbsd.org/cgi-bin/man.cgi?query=run&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html to freebsd since just-bought wusb54gc ver 3 doesn't work with rum (ver 0 is working fine with rum) and yelling at usb dongle won't make it to work. If anyone has started porting please let me know. Also, this is going to be my very first freebsd project. Any advice will be appreciated. Wish me luck! __________________________________________________________________ Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail. Click on Options in Mail and switch to New Mail today or register for free at http://mail.yahoo.ca _______________________________________________ freebsd-drivers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org" __________________________________________________________________ The new Internet Explorer? 8 - Faster, safer, easier. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/ From moonlightakkiy at yahoo.ca Wed Oct 7 04:50:50 2009 From: moonlightakkiy at yahoo.ca (Tango) Date: Wed Oct 7 04:50:58 2009 Subject: run driver In-Reply-To: <547921.64904.qm@web51803.mail.re2.yahoo.com> References: <552058.40986.qm@web51801.mail.re2.yahoo.com> <547921.64904.qm@web51803.mail.re2.yahoo.com> Message-ID: <614611.82714.qm@web51812.mail.re2.yahoo.com> Hello again, The issue is probably caused by regulatory channel thing (14 vs 11 channels). Since I have given ieee80211_init_chan() a proper argument and DD-WRT a fixed channel, it's been working fine for 3 days straight. Encryption hasn't been supported yet, but I have posted the code on freebsd forums http://forums.freebsd.org/showpost.php?p=44110&postcount=1 Anyone interested in, please try it out. P.S. I'm trying to reply to the thread. But if I made a new thread instead, please tell me how to reply to a thread. ________________________________ From: Tango To: freebsd-drivers@freebsd.org Sent: Sat, October 3, 2009 5:44:50 PM Subject: Re: run driver Hello, I'm porting run (ru'N' not ru'M') driver and got stuck. I made it work (-encryption) 2 days ago. Yesterday, the same module stopped working. I spent several hours, but I couldn't make it work. Today, the module didn't work yesterday is working fine. In fact, I'm sending this message by using that troublesome driver. If anyone know what to look please let me know. Here are details. When it works, it works fine. When it doesn't work, scanning doesn't go well. When scan, it lists a few neighbours' routers, but a router only 3 feet away. (That's my router.) And, some time, it won't list any AP after scanning. When that happens, it seems I need to unplug the USB dongule to get scanning works again. After unplugging and plugging babck, neighbours' routers are listed again, but mine. Based on LED and printf, scan starts and ends normally all the time. Just my router doesn't show up on the result. Here are details of my network. A day-to-day-use computer, a sacrificial laptop, and a DD-WRT-loaded wireless router are hooked up to a wired router. The sacrificial laptop has trouble to find the DD-WRT-loaded wireless router. (Right at this moment every thing is working fine.) Any suggestions, thoughts, or guesses would be appreciated. Thank you. ________________________________ From: Tango To: freebsd-drivers@freebsd.org Sent: Tuesday, September 22, 2009 12:13:22 AM Subject: run driver Hello everyone! I have just decided to port openbsd's run driver (ru"N' not ru'M') http://www.openbsd.org/cgi-bin/man.cgi?query=run&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html to freebsd since just-bought wusb54gc ver 3 doesn't work with rum (ver 0 is working fine with rum) and yelling at usb dongle won't make it to work. If anyone has started porting please let me know. Also, this is going to be my very first freebsd project. Any advice will be appreciated. Wish me luck! __________________________________________________________________ Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail. Click on Options in Mail and switch to New Mail today or register for free at http://mail.yahoo.ca _______________________________________________ freebsd-drivers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org" __________________________________________________________________ The new Internet Explorer? 8 - Faster, safer, easier. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/ _______________________________________________ freebsd-drivers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org" __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now http://ca.toolbar.yahoo.com. From weongyo.jeong at gmail.com Wed Oct 7 20:10:53 2009 From: weongyo.jeong at gmail.com (Weongyo Jeong) Date: Wed Oct 7 20:10:59 2009 Subject: run driver In-Reply-To: <614611.82714.qm@web51812.mail.re2.yahoo.com> References: <552058.40986.qm@web51801.mail.re2.yahoo.com> <547921.64904.qm@web51803.mail.re2.yahoo.com> <614611.82714.qm@web51812.mail.re2.yahoo.com> Message-ID: <20091007194036.GN1454@weongyo> On Tue, Oct 06, 2009 at 09:50:49PM -0700, Tango wrote: > Hello again, > > The issue is probably caused by regulatory channel thing (14 vs 11 > channels). Since I have given ieee80211_init_chan() a proper argument > and DD-WRT a fixed channel, it's been working fine for 3 days > straight. > > Encryption hasn't been supported yet, but I have posted the code on > freebsd forums > http://forums.freebsd.org/showpost.php?p=44110&postcount=1 > Anyone interested in, please try it out. It looks it's a really cool! Could you please port this driver to CURRENT? In my opinion it's valuable to work on CURRENT than STABLE_7 because we can commit it to CURRENT when it's ready to use. regards, Weongyo Jeong From moonlightakkiy at yahoo.ca Thu Oct 8 02:50:12 2009 From: moonlightakkiy at yahoo.ca (Tango) Date: Thu Oct 8 02:50:18 2009 Subject: run driver In-Reply-To: <20091007194036.GN1454@weongyo> References: <552058.40986.qm@web51801.mail.re2.yahoo.com> <547921.64904.qm@web51803.mail.re2.yahoo.com> <614611.82714.qm@web51812.mail.re2.yahoo.com> <20091007194036.GN1454@weongyo> Message-ID: <856824.12784.qm@web51811.mail.re2.yahoo.com> Yes I could. I ported to 7 because handbook says newbie should stay away from CURRENT. So, is current CURRENT 9? Where can I get from? Best, ________________________________ From: Weongyo Jeong To: Tango Cc: freebsd-drivers@freebsd.org Sent: Wed, October 7, 2009 1:40:36 PM Subject: Re: run driver On Tue, Oct 06, 2009 at 09:50:49PM -0700, Tango wrote: It looks it's a really cool! Could you please port this driver to CURRENT? In my opinion it's valuable to work on CURRENT than STABLE_7 because we can commit it to CURRENT when it's ready to use. regards, Weongyo Jeong __________________________________________________________________ Connect with friends from any web browser - no download required. Try the new Yahoo! Canada Messenger for the Web BETA at http://ca.messenger.yahoo.com/webmessengerpromo.php From onemda at gmail.com Thu Oct 8 09:22:57 2009 From: onemda at gmail.com (Paul B Mahol) Date: Thu Oct 8 09:23:03 2009 Subject: run driver In-Reply-To: <856824.12784.qm@web51811.mail.re2.yahoo.com> References: <552058.40986.qm@web51801.mail.re2.yahoo.com> <547921.64904.qm@web51803.mail.re2.yahoo.com> <614611.82714.qm@web51812.mail.re2.yahoo.com> <20091007194036.GN1454@weongyo> <856824.12784.qm@web51811.mail.re2.yahoo.com> Message-ID: <3a142e750910080222x2ead03bfg1ece2d4d86517778@mail.gmail.com> On 10/8/09, Tango wrote: > Yes I could. > > I ported to 7 because handbook says newbie should stay away from CURRENT. > > So, is current CURRENT 9? Where can I get from? http://www.freebsd.org/doc/en/books/developers-handbook/ # cd /usr/ports/devel/subversion-freebsd/ && make install clean # cd /usr/src && svn co svn://svn.freebsd.org/base/head From siquijorphilips at gmail.com Fri Oct 9 04:39:42 2009 From: siquijorphilips at gmail.com (Siquijor Philips) Date: Fri Oct 9 04:39:48 2009 Subject: intel 82576 ipsec offload? In-Reply-To: <20091008174521.GE3843@michelle.cdnetworks.com> References: <20091008174521.GE3843@michelle.cdnetworks.com> Message-ID: On Fri, Oct 9, 2009 at 1:45 AM, Pyun YongHyeon wrote: > On Thu, Oct 08, 2009 at 01:24:20PM +0800, Siquijor Philips wrote: >> Hi, >> >> I got a dual-port Intel Gigabit NIC with 82576 (ET) chipset >> http://www.intel.com/Assets/PDF/prodbrief/320116.pdf. It has a feature >> on IPsec offloading but it only mentioned Microsoft Windows 2008 and >> Vista servers. I wonder if FreeBSD have also support on this feature? >> > > AFAIK it's not yet, not sure whether Jack has plan to implement the > offloading. I know old Intel i82550 also supported IPSec offloading > but Intel didn't release required information to implement it. 3Com > also supported IPSec offloading in their 3XP hardwares(txp(4)) but > the offloading was not implemented. > Hi Pyun, Thanks for your info! By the way, who is Jack? Is he the author of this driver? I really need to have this feature usable on the driver. I bought these NICs with 82576 chipset for the purpose of implementing IPsec in my network and my current FreeBSD servers could benefit it. Just really thought it has support because FreeBSD was already part of the supported operating system. I was alerted when I've re-read the product info document again that it only support Windows 2008 and Vista platforms. Now, I've confirmed that with the current existing driver. I hope this guy has the plan of implementing it sooner because I really need it. Thanks, Siquijor From jfvogel at gmail.com Fri Oct 9 18:38:33 2009 From: jfvogel at gmail.com (Jack Vogel) Date: Fri Oct 9 18:38:39 2009 Subject: intel 82576 ipsec offload? In-Reply-To: References: <20091008174521.GE3843@michelle.cdnetworks.com> Message-ID: <2a41acea0910091117q6cfab252sa8d5dfcf0182b660@mail.gmail.com> I am Jack, the network engineer at Intel responsible for all FreeBSD wired lan drivers. This is the first I've seen about this. Our understanding was that the infrastructure needed to do IPSec was not available for either Linux or FreeBSD, can you please explain things? If everything is there except the support in the driver then I might be able to add that to my queue. Cheers, Jack On Thu, Oct 8, 2009 at 9:14 PM, Siquijor Philips wrote: > On Fri, Oct 9, 2009 at 1:45 AM, Pyun YongHyeon wrote: > > On Thu, Oct 08, 2009 at 01:24:20PM +0800, Siquijor Philips wrote: > >> Hi, > >> > >> I got a dual-port Intel Gigabit NIC with 82576 (ET) chipset > >> http://www.intel.com/Assets/PDF/prodbrief/320116.pdf. It has a feature > >> on IPsec offloading but it only mentioned Microsoft Windows 2008 and > >> Vista servers. I wonder if FreeBSD have also support on this feature? > >> > > > > AFAIK it's not yet, not sure whether Jack has plan to implement the > > offloading. I know old Intel i82550 also supported IPSec offloading > > but Intel didn't release required information to implement it. 3Com > > also supported IPSec offloading in their 3XP hardwares(txp(4)) but > > the offloading was not implemented. > > > > Hi Pyun, > > Thanks for your info! By the way, who is Jack? Is he the author of > this driver? I really need to have this feature usable on the driver. > I bought these NICs with 82576 chipset for the purpose of implementing > IPsec in my network and my current FreeBSD servers could benefit it. > Just really thought it has support because FreeBSD was already part of > the supported operating system. I was alerted when I've re-read the > product info document again that it only support Windows 2008 and > Vista platforms. Now, I've confirmed that with the current existing > driver. I hope this guy has the plan of implementing it sooner because > I really need it. > > Thanks, > Siquijor > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > From julian at elischer.org Fri Oct 9 19:03:34 2009 From: julian at elischer.org (Julian Elischer) Date: Fri Oct 9 19:03:45 2009 Subject: intel 82576 ipsec offload? In-Reply-To: <20091009184831.GH3843@michelle.cdnetworks.com> References: <20091008174521.GE3843@michelle.cdnetworks.com> <2a41acea0910091117q6cfab252sa8d5dfcf0182b660@mail.gmail.com> <20091009184831.GH3843@michelle.cdnetworks.com> Message-ID: <4ACF8907.9000905@elischer.org> Pyun YongHyeon wrote: > On Fri, Oct 09, 2009 at 11:17:00AM -0700, Jack Vogel wrote: >> I am Jack, the network engineer at Intel responsible for all FreeBSD wired >> lan drivers. >> This is the first I've seen about this. Our understanding was that the >> infrastructure needed >> to do IPSec was not available for either Linux or FreeBSD, can you please >> explain things? >> > > I guess we already have crypto(9) infrastructure to support IPSec > in kernel. CCed to sam who may know what is required to implement > IPSec offloading in ethernet driver. > I guess what is required is dependent on whether it's just crypto support, or whether the card is expected to track all the security associations, or whether it expects to track just a subset of them. I'm guessing that the latter may be the case. From jfvogel at gmail.com Fri Oct 9 19:13:36 2009 From: jfvogel at gmail.com (Jack Vogel) Date: Fri Oct 9 19:13:42 2009 Subject: intel 82576 ipsec offload? In-Reply-To: <4ACF8907.9000905@elischer.org> References: <20091008174521.GE3843@michelle.cdnetworks.com> <2a41acea0910091117q6cfab252sa8d5dfcf0182b660@mail.gmail.com> <20091009184831.GH3843@michelle.cdnetworks.com> <4ACF8907.9000905@elischer.org> Message-ID: <2a41acea0910091213p3d8ccbbq7c29b407ec0b4c79@mail.gmail.com> I am out sick today, but I will see what I can find out early next week. Jack On Fri, Oct 9, 2009 at 12:03 PM, Julian Elischer wrote: > Pyun YongHyeon wrote: > >> On Fri, Oct 09, 2009 at 11:17:00AM -0700, Jack Vogel wrote: >> >>> I am Jack, the network engineer at Intel responsible for all FreeBSD >>> wired >>> lan drivers. >>> This is the first I've seen about this. Our understanding was that the >>> infrastructure needed >>> to do IPSec was not available for either Linux or FreeBSD, can you please >>> explain things? >>> >>> >> I guess we already have crypto(9) infrastructure to support IPSec >> in kernel. CCed to sam who may know what is required to implement >> IPSec offloading in ethernet driver. >> >> > I guess what is required is dependent on whether it's just crypto > support, or whether the card is expected to track all the security > associations, or whether it expects to track just a subset of them. > > I'm guessing that the latter may be the case. > > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > From pyunyh at gmail.com Fri Oct 9 19:19:26 2009 From: pyunyh at gmail.com (Pyun YongHyeon) Date: Fri Oct 9 19:19:33 2009 Subject: intel 82576 ipsec offload? In-Reply-To: <2a41acea0910091117q6cfab252sa8d5dfcf0182b660@mail.gmail.com> References: <20091008174521.GE3843@michelle.cdnetworks.com> <2a41acea0910091117q6cfab252sa8d5dfcf0182b660@mail.gmail.com> Message-ID: <20091009184831.GH3843@michelle.cdnetworks.com> On Fri, Oct 09, 2009 at 11:17:00AM -0700, Jack Vogel wrote: > I am Jack, the network engineer at Intel responsible for all FreeBSD wired > lan drivers. > This is the first I've seen about this. Our understanding was that the > infrastructure needed > to do IPSec was not available for either Linux or FreeBSD, can you please > explain things? > I guess we already have crypto(9) infrastructure to support IPSec in kernel. CCed to sam who may know what is required to implement IPSec offloading in ethernet driver. > If everything is there except the support in the driver then I might be able > to add that to > my queue. > > Cheers, > > Jack > > > On Thu, Oct 8, 2009 at 9:14 PM, Siquijor Philips > wrote: > > > On Fri, Oct 9, 2009 at 1:45 AM, Pyun YongHyeon wrote: > > > On Thu, Oct 08, 2009 at 01:24:20PM +0800, Siquijor Philips wrote: > > >> Hi, > > >> > > >> I got a dual-port Intel Gigabit NIC with 82576 (ET) chipset > > >> http://www.intel.com/Assets/PDF/prodbrief/320116.pdf. It has a feature > > >> on IPsec offloading but it only mentioned Microsoft Windows 2008 and > > >> Vista servers. I wonder if FreeBSD have also support on this feature? > > >> > > > > > > AFAIK it's not yet, not sure whether Jack has plan to implement the > > > offloading. I know old Intel i82550 also supported IPSec offloading > > > but Intel didn't release required information to implement it. 3Com > > > also supported IPSec offloading in their 3XP hardwares(txp(4)) but > > > the offloading was not implemented. > > > > > > > Hi Pyun, > > > > Thanks for your info! By the way, who is Jack? Is he the author of > > this driver? I really need to have this feature usable on the driver. > > I bought these NICs with 82576 chipset for the purpose of implementing > > IPsec in my network and my current FreeBSD servers could benefit it. > > Just really thought it has support because FreeBSD was already part of > > the supported operating system. I was alerted when I've re-read the > > product info document again that it only support Windows 2008 and > > Vista platforms. Now, I've confirmed that with the current existing > > driver. I hope this guy has the plan of implementing it sooner because > > I really need it. > > > > Thanks, > > Siquijor From julian at elischer.org Sat Oct 10 00:27:36 2009 From: julian at elischer.org (Julian Elischer) Date: Sat Oct 10 00:27:43 2009 Subject: intel 82576 ipsec offload? In-Reply-To: <2a41acea0910091117q6cfab252sa8d5dfcf0182b660@mail.gmail.com> References: <20091008174521.GE3843@michelle.cdnetworks.com> <2a41acea0910091117q6cfab252sa8d5dfcf0182b660@mail.gmail.com> Message-ID: <4ACF8548.8090309@elischer.org> Jack Vogel wrote: > I am Jack, the network engineer at Intel responsible for all FreeBSD wired > lan drivers. > This is the first I've seen about this. Our understanding was that the > infrastructure needed > to do IPSec was not available for either Linux or FreeBSD, can you please > explain things? > > If everything is there except the support in the driver then I might be able > to add that to > my queue. > If we knew what the driver would need then that might help too :-) (ha gotcha) :-) > Cheers, > > Jack > > > On Thu, Oct 8, 2009 at 9:14 PM, Siquijor Philips > wrote: > >> On Fri, Oct 9, 2009 at 1:45 AM, Pyun YongHyeon wrote: >>> On Thu, Oct 08, 2009 at 01:24:20PM +0800, Siquijor Philips wrote: >>>> Hi, >>>> >>>> I got a dual-port Intel Gigabit NIC with 82576 (ET) chipset >>>> http://www.intel.com/Assets/PDF/prodbrief/320116.pdf. It has a feature >>>> on IPsec offloading but it only mentioned Microsoft Windows 2008 and >>>> Vista servers. I wonder if FreeBSD have also support on this feature? >>>> >>> AFAIK it's not yet, not sure whether Jack has plan to implement the >>> offloading. I know old Intel i82550 also supported IPSec offloading >>> but Intel didn't release required information to implement it. 3Com >>> also supported IPSec offloading in their 3XP hardwares(txp(4)) but >>> the offloading was not implemented. >>> >> Hi Pyun, >> >> Thanks for your info! By the way, who is Jack? Is he the author of >> this driver? I really need to have this feature usable on the driver. >> I bought these NICs with 82576 chipset for the purpose of implementing >> IPsec in my network and my current FreeBSD servers could benefit it. >> Just really thought it has support because FreeBSD was already part of >> the supported operating system. I was alerted when I've re-read the >> product info document again that it only support Windows 2008 and >> Vista platforms. Now, I've confirmed that with the current existing >> driver. I hope this guy has the plan of implementing it sooner because >> I really need it. >> >> Thanks, >> Siquijor >> _______________________________________________ >> freebsd-net@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-net >> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" From siquijorphilips at gmail.com Sat Oct 10 15:03:16 2009 From: siquijorphilips at gmail.com (Siquijor Philips) Date: Sat Oct 10 15:03:24 2009 Subject: intel 82576 ipsec offload? In-Reply-To: <2a41acea0910091117q6cfab252sa8d5dfcf0182b660@mail.gmail.com> References: <20091008174521.GE3843@michelle.cdnetworks.com> <2a41acea0910091117q6cfab252sa8d5dfcf0182b660@mail.gmail.com> Message-ID: On Sat, Oct 10, 2009 at 2:17 AM, Jack Vogel wrote: > I am Jack, the network engineer at Intel responsible for all FreeBSD wired > lan drivers. Hi Jack! Thanks for introducing yourself since I am new to this mailing list :-) > This is the first I've seen about this. Our understanding was that the > infrastructure needed > to do IPSec was not available for either Linux or FreeBSD, can you please > explain things? > Yes, basically I am implementing an IPsec infrastructure to our network. Our network is composed of a main office and 3 branch offices to be linked over VPN. I'm using both FreeBSD and Windows platforms. Our FreeBSD (7.1-Release) platforms comprises the 4 firewall/gateways (which should be also our VPN concentrators) as well as our mail server (7.1-Release). The Windows platforms comprises the local/remote clients (FreeBSD/Windows XP/Vista) and the Active Directory server (Windows Server 2008). Since our 4 FreeBSD perimeter firewall/gateways are currently processing big amount of traffic, so I have decided to buy these Intel NICs with IPsec offloading just to make sure it can carry out the current traffic processing. Aside from that, our local and remote FreeBSD clients will also be configured on transport-mode IPsec sooner because these clients are also network intensive hosts. So, from here I really wanted to have the IPsec offloading be available to my NICs since I intend to buy these as its primary purpose. > If everything is there except the support in the driver then I might be able > to add that to > my queue. > Yes, please because I really need to have my IPsec infra working sooner. Thank you so much! Siquijor > Cheers, > > Jack > > > On Thu, Oct 8, 2009 at 9:14 PM, Siquijor Philips > wrote: >> >> On Fri, Oct 9, 2009 at 1:45 AM, Pyun YongHyeon wrote: >> > On Thu, Oct 08, 2009 at 01:24:20PM +0800, Siquijor Philips wrote: >> >> Hi, >> >> >> >> I got a dual-port Intel Gigabit NIC with 82576 (ET) chipset >> >> http://www.intel.com/Assets/PDF/prodbrief/320116.pdf. It has a feature >> >> on IPsec offloading but it only mentioned Microsoft Windows 2008 and >> >> Vista servers. I wonder if FreeBSD have also support on this feature? >> >> >> > >> > AFAIK it's not yet, not sure whether Jack has plan to implement the >> > offloading. I know old Intel i82550 also supported IPSec offloading >> > but Intel didn't release required information to implement it. 3Com >> > also supported IPSec offloading in their 3XP hardwares(txp(4)) but >> > the offloading was not implemented. >> > >> >> Hi Pyun, >> >> Thanks for your info! By the way, who is Jack? Is he the author of >> this driver? I really need to have this feature usable on the driver. >> I bought these NICs with 82576 chipset for the purpose of implementing >> IPsec in my network and my current FreeBSD servers could benefit it. >> Just really thought it has support because FreeBSD was already part of >> the supported operating system. I was alerted when I've re-read the >> product info document again that it only support Windows 2008 and >> Vista platforms. Now, I've confirmed that with the current existing >> driver. I hope this guy has the plan of implementing it sooner because >> I really need it. >> >> Thanks, >> Siquijor >> _______________________________________________ >> freebsd-net@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-net >> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > > From mikaelbaath at gmail.com Mon Oct 12 13:44:42 2009 From: mikaelbaath at gmail.com (=?ISO-8859-1?B?TWlrYWVsIELl5XRo?=) Date: Mon Oct 12 13:44:50 2009 Subject: HP NC362i Dual Network Interface Driver. Message-ID: Hello drivergurus! I'm facing a bit of a problem. Having bought HP DL160 G6 servers and now I realize the NIC isn't supported by FreeBSD. The only expansion slot available is being used by a RAID controller and needless to say, I need a NIC working. I have yet to find the time to dive into driver coding, but I guess this is a golden opportunity to start. What would I need to get started building a driver for the "HP NC362i" for FreeBSD? There are already drivers for linux and Solaris(x86), so I'm guessing porting one of thoose may be a simpler task. If worst comes to worst I may have to go for SUSE, hoping to avoid that. Regards -- Mikael B??th From Henry.Hu.SH at gmail.com Mon Oct 12 18:01:13 2009 From: Henry.Hu.SH at gmail.com (Henry.Hu.SH@gmail.com) Date: Mon Oct 12 18:01:19 2009 Subject: HP NC362i Dual Network Interface Driver. In-Reply-To: Message-ID: <00163645784a0bb66b0475c0b7f9@google.com> On Oct 12, 2009 9:19pm, Mikael B??th wrote: > Hello drivergurus! > I'm facing a bit of a problem. Having bought HP DL160 G6 servers and > now I realize the NIC isn't supported by FreeBSD. The only expansion > slot available is being used by a RAID controller and needless to say, > I need a NIC working. > I have yet to find the time to dive into driver coding, but I guess > this is a golden opportunity to start. What would I need to get > started building a driver for the "HP NC362i" for FreeBSD? There are > already drivers for linux and Solaris(x86), so I'm guessing porting > one of thoose may be a simpler task. After a bit of searching, it seems like that HP NC362i is based on Intel 82576, so you may try the igb(4) driver. Good luck. Regards, Henry