<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/firewire, branch release/8.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-11-21T06:13:29Z</updated>
<entry>
<title>Create release/8.0.0 for the 8.0-RELEASE.</title>
<updated>2009-11-21T06:13:29Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-11-21T06:13:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4d3b78df842614c46b116fc5a6f470be637dccd'/>
<id>urn:sha1:a4d3b78df842614c46b116fc5a6f470be637dccd</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.0-RELEASE image.
</content>
</entry>
<entry>
<title>Fix what seems to be an obvious typo preventing the body of the</title>
<updated>2009-06-23T09:02:24Z</updated>
<author>
<name>Roman Divacky</name>
<email>rdivacky@FreeBSD.org</email>
</author>
<published>2009-06-23T09:02:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=03cd51df00d58624f6b4d770f597bdae1acb696c'/>
<id>urn:sha1:03cd51df00d58624f6b4d770f597bdae1acb696c</id>
<content type='text'>
if statement to ever be executed.

Approved by:	ed (mentor)
</content>
</entry>
<entry>
<title>Rename the host-related prison fields to be the same as the host.*</title>
<updated>2009-06-13T15:39:12Z</updated>
<author>
<name>Jamie Gritton</name>
<email>jamie@FreeBSD.org</email>
</author>
<published>2009-06-13T15:39:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c1f192193d05ec3b3f92d0aba3464f84679da895'/>
<id>urn:sha1:c1f192193d05ec3b3f92d0aba3464f84679da895</id>
<content type='text'>
parameters they represent, and the variables they replaced, instead of
abbreviated versions of them.

Approved by:	bz (mentor)
</content>
</entry>
<entry>
<title>When user_frac in the polling subsystem is low it is going to busy the</title>
<updated>2009-05-30T15:14:44Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2009-05-30T15:14:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1abcdbd127e95ffe08399ec75a7001edd1ca2f5f'/>
<id>urn:sha1:1abcdbd127e95ffe08399ec75a7001edd1ca2f5f</id>
<content type='text'>
CPU for too long period than necessary.  Additively, interfaces are kept
polled (in the tick) even if no more packets are available.
In order to avoid such situations a new generic mechanism can be
implemented in proactive way, keeping track of the time spent on any
packet and fragmenting the time for any tick, stopping the processing
as soon as possible.

In order to implement such mechanism, the polling handler needs to
change, returning the number of packets processed.
While the intended logic is not part of this patch, the polling KPI is
broken by this commit, adding an int return value and the new flag
IFCAP_POLLING_NOCOUNT (which will signal that the return value is
meaningless for the installed handler and checking should be skipped).

Bump __FreeBSD_version in order to signal such situation.

Reviewed by:	emaste
Sponsored by:	Sandvine Incorporated
</content>
</entry>
<entry>
<title>Place hostnames and similar information fully under the prison system.</title>
<updated>2009-05-29T21:27:12Z</updated>
<author>
<name>Jamie Gritton</name>
<email>jamie@FreeBSD.org</email>
</author>
<published>2009-05-29T21:27:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=76ca6f88dab430fe415094fb54beb7eaa010d22e'/>
<id>urn:sha1:76ca6f88dab430fe415094fb54beb7eaa010d22e</id>
<content type='text'>
The system hostname is now stored in prison0, and the global variable
"hostname" has been removed, as has the hostname_mtx mutex.  Jails may
have their own host information, or they may inherit it from the
parent/system.  The proper way to read the hostname is via
getcredhostname(), which will copy either the hostname associated with
the passed cred, or the system hostname if you pass NULL.  The system
hostname can still be accessed directly (and without locking) at
prison0.pr_host, but that should be avoided where possible.

The "similar information" referred to is domainname, hostid, and
hostuuid, which have also become prison parameters and had their
associated global variables removed.

Approved by:	bz (mentor)
</content>
</entry>
<entry>
<title>Minor updates as a precursor to fixing sbp_targ</title>
<updated>2009-04-07T02:33:46Z</updated>
<author>
<name>Sean Bruno</name>
<email>sbruno@FreeBSD.org</email>
</author>
<published>2009-04-07T02:33:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4470fe9dbec61e4621ff2851d4e2b24e1725daec'/>
<id>urn:sha1:4470fe9dbec61e4621ff2851d4e2b24e1725daec</id>
<content type='text'>
firewire.c -- expand a comment and repair a typo
sbp.h -- define Logical Unit Reset so it can be used in sbp_targ

Reviewed by:	scottl@freebsd.org
</content>
</entry>
<entry>
<title>Reviewed by:	scott (scottl@freebsd.org)</title>
<updated>2009-03-17T13:07:11Z</updated>
<author>
<name>Sean Bruno</name>
<email>sbruno@FreeBSD.org</email>
</author>
<published>2009-03-17T13:07:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=450fa4f83af9ff6c34a5e8e9e42ea942fe5682be'/>
<id>urn:sha1:450fa4f83af9ff6c34a5e8e9e42ea942fe5682be</id>
<content type='text'>
Obtained from:	Hideotshi Shimokawa

This update is based on comments from Hidetoshi.

Changeset 183550 removed the call to crom_load() in fw_busreset().  Restore
that call such that the Configuration ROM is valid.

Stash and update fwdev settings in fw_explore_node() so that negotiation
works again.
</content>
</entry>
<entry>
<title>remove now-redunant cardbus attachment.</title>
<updated>2009-03-09T13:23:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-03-09T13:23:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=155a83e87ada23dc65476957d310cdf309a16c7b'/>
<id>urn:sha1:155a83e87ada23dc65476957d310cdf309a16c7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enhance debugging mode by storing the string "BB:TT:LL" once and use</title>
<updated>2009-02-18T18:41:34Z</updated>
<author>
<name>Sean Bruno</name>
<email>sbruno@FreeBSD.org</email>
</author>
<published>2009-02-18T18:41:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f541131711924523f9487e8a324aac07e2fd851c'/>
<id>urn:sha1:f541131711924523f9487e8a324aac07e2fd851c</id>
<content type='text'>
it instead of overloading sbp_show_sdev_info().

replace calls to printf with calls to device_printf and cleanup debug
messages

Remove a bit of dead, commented out code.

Reviewed by:	scottl(mentor)
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Introduce 1394a-2000 extended PHY Self ID packets.</title>
<updated>2009-02-17T19:37:04Z</updated>
<author>
<name>Sean Bruno</name>
<email>sbruno@FreeBSD.org</email>
</author>
<published>2009-02-17T19:37:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a71c4d427d040f9244a953d5e5b3607a0e33dc00'/>
<id>urn:sha1:a71c4d427d040f9244a953d5e5b3607a0e33dc00</id>
<content type='text'>
Deprecate unused phy_delay Self ID field as it was removed
by 1394a-2000.

Attempt to parse extended Self ID PHY packets if they are detected

Reviewed by:	scottl (mentor)
MFC after:	2 weeks
</content>
</entry>
</feed>
