Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2005 22:06:02 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ed if_ed_rtl80x9.c
Message-ID:  <200510132206.j9DM62tc089208@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-10-13 22:06:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed_rtl80x9.c 
  Log:
  o Fix probing of rtl80x9 parts.  We shouldn't be calling
    ed_probe_generic8390 where we're calling it.  It will be done as part
    of ed_probe_Novel_generic after things are setup in a way that
    ed_probe_generic8390 will grok.
  o Fix operator precedence botch that causes a panic when setting the media
    type for 10baseT connections.
  o Save the type of device so that it prints with the rest of the probe.
  
  # this should make it work with qemu again, but only if it has my patches
  # to actually implement the RTL8029 specific registers.
  
  Revision  Changes    Path
  1.2       +6 -5      src/sys/dev/ed/if_ed_rtl80x9.c



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