<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev, branch releng/6.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F6.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F6.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2008-11-24T17:39:39Z</updated>
<entry>
<title>Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.</title>
<updated>2008-11-24T17:39:39Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2008-11-24T17:39:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=919b4f203008fb36c134813b951c9d427bf228c9'/>
<id>urn:sha1:919b4f203008fb36c134813b951c9d427bf228c9</id>
<content type='text'>
Approved by:	so (cperciva)
Approved by:	re (kensmith)
Security:	FreeBSD-SA-08:11.arc4random
</content>
</entry>
<entry>
<title>MF stable/6:</title>
<updated>2008-11-23T18:39:08Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-11-23T18:39:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3135238f6bdbc5712631fc44daf5631e9e196088'/>
<id>urn:sha1:3135238f6bdbc5712631fc44daf5631e9e196088</id>
<content type='text'>
Correct the Device ID of the NetMos quad UART.

PR:		128931
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC of the r179312 by sos:</title>
<updated>2008-10-30T13:18:28Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2008-10-30T13:18:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=956853b3db2a2ef82a575bf7a02a7fa68b37e807'/>
<id>urn:sha1:956853b3db2a2ef82a575bf7a02a7fa68b37e807</id>
<content type='text'>
Do not call ata_start() when ata_reinit fails in the ioctl path.

Approved by:	re (kensmith), sos
Prodded by:	Andrey V. Elsukov &lt;bu7cher@yandex.ru&gt;
</content>
</entry>
<entry>
<title>Merge r183515 and r184211 (mxge firmware updates) into releng/6.4</title>
<updated>2008-10-27T14:29:49Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2008-10-27T14:29:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4061760a99bf85a6e9a560fe30b0c081a86ca92a'/>
<id>urn:sha1:4061760a99bf85a6e9a560fe30b0c081a86ca92a</id>
<content type='text'>
Approved by:	re (kensmith)
Sponsored by:	Myricom Inc
</content>
</entry>
<entry>
<title>MFC r183966:</title>
<updated>2008-10-27T00:23:09Z</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2008-10-27T00:23:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee564be923e59476725d656d19a2eba6613d3fbe'/>
<id>urn:sha1:ee564be923e59476725d656d19a2eba6613d3fbe</id>
<content type='text'>
  Some 88E1149 PHY's page select is initialized to point to other
  bank instead of copper/fiber bank which in turn resulted in
  wrong registers were accessed during PHY operation. It is
  believed that page 0 should be used for copper PHY so reinitialize
  E1000_EADR to select default copper PHY.
  This fixes link establishment issue of nfe(4) on Sun Fire X4140.

  OpenBSD also has similimar patch but they just reset the E1000_EADR
  register to page 0. However some Marvell PHYs((88E3082, 88E1000)
  don't have the extended address register and the meaning of the
  register is quite different for each PHY model. So selecting copper
  PHY is limited to 88E1149 PHY which seems to be the only one that
  exhibits link establishment problem. If parent device know the type
  of PHY(either copper or fiber) that information should be notified
  to PHY driver but there is no good way to pass this information yet.

  Reported by:	thompsa
  Reviewed by:	thompsa
  Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFS r183978:</title>
<updated>2008-10-26T17:03:51Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-10-26T17:03:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bdc0345fb32ab8c31d0ab871fe57da4af7b92f74'/>
<id>urn:sha1:bdc0345fb32ab8c31d0ab871fe57da4af7b92f74</id>
<content type='text'>
Go ahead with adding device ID for Nikon D300 camera so it gets into
6.4-REL.

PR:		usb/118741
Submitted by:	Yuri &lt;yuri at tsoft dot com&gt;
Approved by:	re (rwatson for stable/6, kib for me doing releng/6.4)
</content>
</entry>
<entry>
<title>MFC: Use 32k transfers rather than 63k transfers for chipsets that can't do</title>
<updated>2008-10-21T18:40:29Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-10-21T18:40:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ab1941d8f535c70ab7536f0990d96e1cc49942a4'/>
<id>urn:sha1:ab1941d8f535c70ab7536f0990d96e1cc49942a4</id>
<content type='text'>
64k transfers and use the MIO method to talk to the Serverworks HT1000_S1
SATA controller.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r183814:</title>
<updated>2008-10-19T06:55:08Z</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2008-10-19T06:55:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f561942c43e402f3d4bd3c8bcd995461017d0892'/>
<id>urn:sha1:f561942c43e402f3d4bd3c8bcd995461017d0892</id>
<content type='text'>
  Read PCI device id instead of PCI revision id. Also checks the read
  device id is JMC260 family. Previously it just verified the deivce
  is JMC260 Rev A0. This will make it easy for newer JMC2xx support.

  Pointed out by:	bouyer at NetBSD

MFC r183859:
  Make sure to read the last byte of EEPROM descriptor. Previously
  the last byte of the ethernet address was not read which in turn
  resulted in getting 5 out of the 6 bytes of ethernet address and
  always returned ENOENT. I did not notice the bug on FPGA version
  because of additional configuration data in EEPROM.

  Pointed out by:	bouyer at NetBSD

Approved by:	re (gnn)
</content>
</entry>
<entry>
<title>MFC r183264:</title>
<updated>2008-09-26T01:03:04Z</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2008-09-26T01:03:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=23f1b18a80b184d7a54b33814df9eb1771054e2c'/>
<id>urn:sha1:23f1b18a80b184d7a54b33814df9eb1771054e2c</id>
<content type='text'>
  Add workaround for occasional packet loss issue of JMC250 A2
  when it runs on half-duplex media.
  While I'm here add register definition for GPREG1. ATM the GPREG1
  register is only valid for JMC250 A1/A2.

  Submitted by:	Ethan at JMicron

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: 182874</title>
<updated>2008-09-18T22:29:05Z</updated>
<author>
<name>Oleg Bulyzhin</name>
<email>oleg@FreeBSD.org</email>
</author>
<published>2008-09-18T22:29:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4b32bb5b2ab2ce0c36a9fb785ab5789186edddd'/>
<id>urn:sha1:f4b32bb5b2ab2ce0c36a9fb785ab5789186edddd</id>
<content type='text'>
bge_tick(): do not touch PHY if link is up. This should solve problem with
extra input errors for some BCM57XX chips.

PR:		kern/122295
Approved by:	re (kensmith)
</content>
</entry>
</feed>
