cvs commit: src/sys/i386/conf XBOX src/sys/i386/xbox xbox.c

Rink Springer rink at FreeBSD.org
Sat Feb 4 02:01:34 PST 2006


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@, q at ontheweb.com.au
  
  Revision  Changes    Path
  1.3       +2 -0      src/sys/i386/conf/XBOX
  1.2       +27 -1     src/sys/i386/xbox/xbox.c


More information about the cvs-all mailing list