rink        2006-02-04 10:01:33 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/conf        XBOX 
    sys/i386/xbox        xbox.c 
  Log:
  Patch to allow XBox-users to use the onboard nve(4) nForce ethernet driver.
  
  The patch crudely forces the NIC out of operating mode before the nve(4)
  driver can initialize it; this is required to properly initialize the NIC.
  
  It is XBox-specific, as this condition can only occur on XBoxes (Most loaders
  will simply leave the NIC running, forcing us to use a crude workaround like
  this to get it in a workable condition). Due to the XBox-only aspect, this has
  been solved in XBox-specific initialization code and not within nve(4).
  
  Reviewed by:    imp
  Approved by:    imp (mentor)
  No objection:   bz@, obrien@, [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.3       +2 -0      src/sys/i386/conf/XBOX
  1.2       +27 -1     src/sys/i386/xbox/xbox.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to