<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/ed/if_edreg.h, branch stable/7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-10-05T05:21:07Z</updated>
<entry>
<title>MFp4:</title>
<updated>2005-10-05T05:21:07Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-10-05T05:21:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=95a2adef58165854126b362963c2e7fb348c02b9'/>
<id>urn:sha1:95a2adef58165854126b362963c2e7fb348c02b9</id>
<content type='text'>
	o Add support for Tamarack TC5299J + MII found on SMC 8041TX V.2
	  and corega PCCCCTXD
	o Add support for ISA/PCI RTL80[12]9 chips
	o Improve support for the ax88790 based
	o minor code movement

Submitted by: (#2) David Madole
</content>
</entry>
<entry>
<title>MFp4: Omnibus ed changes</title>
<updated>2005-09-13T19:47:44Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-09-13T19:47:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d21d33847c31ddf42bd7ee58f2fea1bf65aafc76'/>
<id>urn:sha1:d21d33847c31ddf42bd7ee58f2fea1bf65aafc76</id>
<content type='text'>
o Attach AX88x90's MII bus to system, and require its presence.
o Reorg the mii code a little, and move more of it into pccard attachment.
o Eliminate ed_pccard_{read,write}_attrmem in favor of a more appropriate
  function in the pccard layer.
o Update comments to reflect knowledge gained.
o Update how re recognize a NE-2000 ROM.  I found a couple of different
  datasheets that define the structure of the PROM data, so the code's
  old heuristics have been removed, and comments updated to reflect the
  structure.
o Eliminate work around for EC2T.  It is no longer needed, and was wrong
  headed since the EC2T has a Winbound 82C926C in it, not a AX88x90.
o Add copyright to if_ed_pccard.c, since I believe I've re-written more than
  3/4 of it.

# With these changes, all of my 20-odd ed based cards work, except for the
# NetGear FA-410, and I'm pretty sure that's a MII/PHY problem.
</content>
</entry>
<entry>
<title>Consistancy is the hobgoblin of small minds:</title>
<updated>2005-09-07T03:34:24Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-09-07T03:34:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=63f90381e921a80e3377f2a149dba8be436f9f63'/>
<id>urn:sha1:63f90381e921a80e3377f2a149dba8be436f9f63</id>
<content type='text'>
o DLINK -&gt; DL100XX
</content>
</entry>
<entry>
<title>Move the #defines from edreg to edvar which don't have anything to do</title>
<updated>2005-02-14T22:28:51Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-02-14T22:28:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=16c52c1000d92526cd09bcff41d59bfc4bfe163d'/>
<id>urn:sha1:16c52c1000d92526cd09bcff41d59bfc4bfe163d</id>
<content type='text'>
with talking to the hardware.
</content>
</entry>
<entry>
<title>Rework DL10019/DL10022 support.  This tries to reset things in a more</title>
<updated>2005-02-14T06:54:06Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-02-14T06:54:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3302cab184339a0eafe9f1bb9125d41276add89a'/>
<id>urn:sha1:3302cab184339a0eafe9f1bb9125d41276add89a</id>
<content type='text'>
proper way, or at least the same way that NetBSD and Linux do things
(I've been unable to obtain datasheets for these parts to know for
sure).  This has some marginal improvement in the DL10022 and DL10019
cards that I have.  Also, report which type, exactly.

# There's one or two ed cards that I have which still don't work, but I think
# that's due to MII losage on the card that's not presently compensated
# for in the MII drivers.
</content>
</entry>
<entry>
<title>MFp4: Merge in AX88790 support from my p4 tree.  I've had this in my</title>
<updated>2005-02-14T06:47:22Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-02-14T06:47:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f3fe05f8784c22dda2a2518cd7ce31a5bcd42f0e'/>
<id>urn:sha1:f3fe05f8784c22dda2a2518cd7ce31a5bcd42f0e</id>
<content type='text'>
tree since 2003/02/20, and I recently cleaned it up.  I'd even closed
the PR that I obtained this from Fri Jul 18 23:25:08 MDT 2003 since
I looked at my p4 tree.

PR: 46889
Submitted by: HASEGAWA Tomoki
</content>
</entry>
<entry>
<title>Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types.  These cards really</title>
<updated>2005-02-11T06:02:27Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-02-11T06:02:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd019eb78c6ab056601e762fcf093ac7072365da'/>
<id>urn:sha1:bd019eb78c6ab056601e762fcf093ac7072365da</id>
<content type='text'>
are NOVELL NE2000 with just a tiny quirk that's non vendor specific.
Instead, use the chip_type of DL100XX instead.  This is more inline
with how the AX88190 support was added, and seems a little cleaner.
</content>
</entry>
<entry>
<title>Start each of the license/copyright comments with /*-, minor shuffle of lines</title>
<updated>2005-01-06T01:43:34Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T01:43:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=098ca2bda93c701c5331d4e6aace072495b4caaa'/>
<id>urn:sha1:098ca2bda93c701c5331d4e6aace072495b4caaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Allied Telesis SIC-AT boards support.</title>
<updated>2003-10-15T17:22:15Z</updated>
<author>
<name>Takeshi Shibagaki</name>
<email>shiba@FreeBSD.org</email>
</author>
<published>2003-10-15T17:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5141386c7b2db22c9e6989c341c61aeb04445f3c'/>
<id>urn:sha1:5141386c7b2db22c9e6989c341c61aeb04445f3c</id>
<content type='text'>
Discussed in from [FreeBSD-tech-jp 3396] to [FreeBSD-tech-jp 3407]
at FreeBSD-tech-jp@jp.freebsd.org.

NOTE: We must put ed_probe_SIC() function into if_ed_isa.c because
      this is a bus dependent code. But the ed driver code is not
      separated explicitly whether it is bus dependent or independent
      now.

Refer to: http://plaza17.mbn.or.jp/~chi/myprog/FreeBSD/sicat.html
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
</content>
</entry>
<entry>
<title>Attach the miibus for Linksys/Dlink cards from the attach routine,</title>
<updated>2001-07-22T18:58:44Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2001-07-22T18:58:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dc5309048886dbf3a42666fecb1fc132f184dd66'/>
<id>urn:sha1:dc5309048886dbf3a42666fecb1fc132f184dd66</id>
<content type='text'>
not from the probe routine. This was an oversight when I originally
ported the miibus support to -current, though it was mostly harmless.

We now set the vendor code to the new value ED_VENDOR_LINKSYS in
ed_pccard_Linksys() at probe time. Then ed_pccard_attach() checks
the vendor code, and sets up the miibus if appropriate.

Reviewed by:	imp
</content>
</entry>
</feed>
