Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2005 06:23:43 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/nve if_nve.c
Message-ID:  <200512120623.jBC6Nilf000427@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2005-12-12 06:23:43 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/nve          if_nve.c 
  Log:
  Make nve(4) work for people with nf3/nf4 who never got it
  working at all and only saw "nve0: device timeout (N)" messages.
  
  - Setup PHY before handing control to NVidia API setting
    speed, duplex, enabling interrupts, etc.
  - Add restriction of MAXADDR_32BIT for high address to contigmalloc
    to make the driver work on machines with 4+GB of memory.
  
  PR:        kern/85583, kern/88045
  Tested by: scottl, others earlier version
  MFC after: 10 days
  
  Revision  Changes    Path
  1.20      +3 -2      src/sys/dev/nve/if_nve.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512120623.jBC6Nilf000427>