Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2001 11:37:31 -0700 (PDT)
From:      Ustimenko Semen <semenu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_tx.c
Message-ID:  <200108131837.f7DIbWE45825@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

semenu      2001/08/13 11:37:31 PDT

  Modified files:
    sys/pci              if_tx.c 
  Log:
  Fix an bug in FreeBSD attach routine - attaching MII interfaces before doing
  common_attach is wrong as common attach initialize some fileds used by
  mediainit routine. This was hard to notify because loading driver as kld
  lead to mediainit routine being called after common_attach, though probe_phy
  is called before.
  
  MFC after:	1 week
  
  Revision  Changes    Path
  1.48      +8 -10     src/sys/pci/if_tx.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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