Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
BSD Operating Systems Hardware

nForce MCP Network Driver Working On FreeBSD 5.1 26

Dan writes "Quinton Dolan is in the final stages of porting the NVidia Linux nForce MCP network driver to FreeBSD-5.1. He is looking for users/developers with access to this hardware for testing help. The driver currently appears to be stable on his hardware (an MSI K7N420 Pro), although he hasn't done much stress testing, nor does he have access to an nForce2 based motherboard to test."
This discussion has been archived. No new comments can be posted.

nForce MCP Network Driver Working On FreeBSD 5.1

Comments Filter:
  • Wow! 20 minutes (Score:2, Offtopic)

    by JCMay ( 158033 )
    It's been 20 minutes since this was posted and nobody's replied. I suppose you could say that nobody cares and therefore infer that *BSD is dying. :)
  • Hmmmm.... (Score:3, Insightful)

    by greenhide ( 597777 ) <`moc.ylkeewellivc' `ta' `todhsalsnadroj'> on Wednesday October 01, 2003 @10:40AM (#7103363)
    From his post:
    If you are interested in testing this, email me offline.

    Oh, okay. How do you want me to do that? Use smoke signals over TCP/IP?

    I've never used *BSD, but all the propoganda I've read says that it has a built in Linux emulator. Wouldn't that make it easy to port?

    Also, why bother using a card that requires some special driver? Every run of the mill Ethernet card that I've thrown in a box works just fine without any tweaking or downloading special drivers.
    • Re:Hmmmm.... (Score:3, Insightful)

      I've never used *BSD, but all the propoganda I've read says that it has a built in Linux emulator. Wouldn't that make it easy to port?

      FreeBSD has something that is even better than linux emulation. It natively understands and maps linux system calls to their FreeBSD equivilent, which in the earlier days of linux allowed FreeBSD to execute linux binarys faster than linux could. This doesnt make it much easier to port over drivers because drivers are not normal simple executable files.

      Also, why bother usi
    • Re:Hmmmm.... (Score:4, Informative)

      by phoenix_rizzen ( 256998 ) on Wednesday October 01, 2003 @12:27PM (#7104328)
      It's not emulation, it's binary compatibility. When a Linux binary is loaded, the kernel loads the Linux system call map and uses that instead of the FreeBSD on. IOW, the binary is running natively, without any emulation layer.

      In the early days of FreeBSD 4.x, you could actually run Linux binaries faster on FreeBSD, and in many cases, it would run stabler too. (This is why the CGI in The Matrix was done using Linux apps on FreeBSD servers.)

      But, this only works for userland apps. You can't run Linux kernel modules (drivers) inside the FreeBSD kernel.
    • Re:Hmmmm.... (Score:2, Informative)

      by endx7 ( 706884 )

      I've never used *BSD, but all the propoganda I've read says that it has a built in Linux emulator. Wouldn't that make it easy to port?

      It's a driver, and drivers live in kernelspace. The FreeBSD kernel (and others) can only appear to be 'linux' to the userland, and not to stuff that lives inside the kernel.
    • Re:Hmmmm.... (Score:3, Interesting)

      by xA40D ( 180522 )
      Also, why bother using a card that requires some special driver? Every run of the mill Ethernet card that I've thrown in a box works just fine without any tweaking or downloading special drivers.

      Well, if you get offered a couple of motherboards with the nForce chipset onboard at a really good price, it'd be nice if you could actually do somethng with them.

      Besides, somebody had to write the drivers for all of them run-of-the-mill cards at some point. Or should we just have one card with one driver? Don't
      • the reason you want drivers for such a 'card' is because the nic is embeded. As truly happy owner of one such card... I can firmly say I am inlove, and see no reason why I should have to find a pci card to add in when I run BSD on it.
    • Oh, okay. How do you want me to do that? Use smoke signals over TCP/IP?
      No, H20-IP [www.mle.ie]
  • I have an NForce2 based motherboard. As far as I know, the NFarce is a proprietary chipset. Under Linux 2.6, I can get the sound working, but that's it. I got myself an ATi card for accelerated graphics using a free software driver, and put a Intel eepro100 type network card for networking.

    I would love to take out the network card personally, but as far as I know there is no free driver for it. Is this person working on porting the closed-source driver?
    • Yes, he is simply porting the open source wrapper for the Linux binary module to the BSD kernel, as he mentions in the article. Reverse engineering the supplied binary module is prohibited by the license under which it is supplied.

      At this point, we have no idea what chip is used in the NForce2 ethernet. Possible suspects such as AMD8111e and pcnet32 have been tried without success.

      I assume that Nvidia has some kind of licensing agreement that prevents them from releasing specs; otherwise, why in the wor

      • and the knowledge based society ...

        Which means you take steps to prevent sharing of information and knowledge whenever you can. I would caution against trying to reverse engineer this equipment since it is now against the law (DMCA). If developing garage door opener equipment that is interoperable is viewed as a violation of the DMCA then this certainly would be.

        Better yet is to simply not ever use Nvidia hardware: it places your whole business/organization at legal risk becasue you never know who might
  • I've a soltek frn2 board, I've been trying to get the net port on the board to work with Suse linux trying to ftp install it, a bit hard when the driver has to be downloaded and installed seperately! I've been doing a bit of investigation of the hardware and one of the strings that came up was 'xerox' I can't remember how I got it (I sort of gave up and bought a card) If I can reproduce it I'll post the string etc

"Experience has proved that some people indeed know everything." -- Russell Baker

Working...