<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/puc, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resources</title>
<updated>2005-06-04T20:29:28Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2005-06-04T20:29:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fcff6919708c873df54baa527935a8ace0883c7a'/>
<id>urn:sha1:fcff6919708c873df54baa527935a8ace0883c7a</id>
<content type='text'>
since ebus.c rev. 1.22.
</content>
</entry>
<entry>
<title>Sort Oxford Semi entires.  Add entry for OXCB950, a PCI/CardBus</title>
<updated>2005-04-22T07:49:35Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-04-22T07:49:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=834316536328b1fa9d4dd5125d529219b7c31bdf'/>
<id>urn:sha1:834316536328b1fa9d4dd5125d529219b7c31bdf</id>
<content type='text'>
16C950.  Adding it here doesn't unlock any of the cool 16C950 features
(like the 128 byte fifo, the different prescalor, etc), but it does
seem to get it working for me in light testing.

Card Provided by: Ihsan Dogan
</content>
</entry>
<entry>
<title>Use BUS_PROBE_DEFAULT for pci probe return value</title>
<updated>2005-03-05T18:10:49Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-03-05T18:10:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6b9907e7f8ba7c43f55d6a4101c31329b45907e0'/>
<id>urn:sha1:6b9907e7f8ba7c43f55d6a4101c31329b45907e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- sparc64/fhc/fhc.c:</title>
<updated>2005-03-04T22:23:21Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2005-03-04T22:23:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c90ff9ce5adf6c3cc94ebc1f44be1a35cca14daf'/>
<id>urn:sha1:c90ff9ce5adf6c3cc94ebc1f44be1a35cca14daf</id>
<content type='text'>
  Change fhc(4) to use IRQ numbers instead of RIDs for allocating the
  IRQs of children. This works similar to e.g. sbus(4), i.e. add the
  IRQ resources as fully specified to the resource lists of the children,
  allocate them like normal. When establishing the interrupt search the
  interrupt maps of the children for a matching INO to determine which
  map we need to write the fully specified interrupt number to and to
  enable the mapping (before the RID was used to indicate which interrupt
  map to use).

- dev/puc/puc.c:
  Revert rev. 1.38, with the above change fhc(4) no longer needs special
  treatment for allocating IRQs.

Thanks to:	joerg for providing access to an E3500
</content>
</entry>
<entry>
<title>Declare the sbus(4) front-end of puc(4) also for fhc(4), allowing</title>
<updated>2005-02-26T00:25:43Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2005-02-26T00:25:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=099894cc9625feb3ec1c510091f867a21a4cac87'/>
<id>urn:sha1:099894cc9625feb3ec1c510091f867a21a4cac87</id>
<content type='text'>
uart(4) to support the Zilog 8530 SCCs which hang off of a FireHose
bus on Sun E4000/E5000 class machines.
Beside the fact that a puc_fhc.c would just be a copy of puc_sbus.c
with s,sbus,fhc,g the reason why the declaration for fhc(4) was
sticked into puc_sbus.c is that both of these front-ends for puc(4)
will go away once there is a scc(4).

Discussed with:	marcel
Tested by:	hrs, kris
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given that</title>
<updated>2005-02-26T00:22:52Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2005-02-26T00:22:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ad11db7c28dc0fcc2be84b43993751c94753ad55'/>
<id>urn:sha1:ad11db7c28dc0fcc2be84b43993751c94753ad55</id>
<content type='text'>
both a scc(4) is under way and fhc(4) will be change to use INOs this
shouldn't stay in HEAD for too long but we need a MFC-able solution
for FreeBSD 5.4.

Discussed with:	marcel
Tested by:	hrs, kris
MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove duplicate FBSDID.</title>
<updated>2005-02-26T00:21:25Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2005-02-26T00:21:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1e33cb261b514b087259776d086f4afd2c375e4'/>
<id>urn:sha1:e1e33cb261b514b087259776d086f4afd2c375e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fail gracefully rather than using an invalid array index if unable</title>
<updated>2005-02-25T19:47:18Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2005-02-25T19:47:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f111c2680be2a68e85d9ff5e493b48e9f35cc32d'/>
<id>urn:sha1:f111c2680be2a68e85d9ff5e493b48e9f35cc32d</id>
<content type='text'>
to allocate a bar; it's unclear whether this can happen in practice

Noticed by:	Coverity Prevent analysis tool
Discussed with:	marcel
</content>
</entry>
<entry>
<title>add support for NetMos NM9805 1284 Printer port</title>
<updated>2005-02-09T18:38:28Z</updated>
<author>
<name>Wilko Bulte</name>
<email>wilko@FreeBSD.org</email>
</author>
<published>2005-02-09T18:38:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1217303f75d0b5a9a1d2a3f09d3bca02850f60cb'/>
<id>urn:sha1:1217303f75d0b5a9a1d2a3f09d3bca02850f60cb</id>
<content type='text'>
Submitted by: Willy Offermans &lt;W.K.Offermans@TUe.nl&gt;

MFC after: 2 weeks
</content>
</entry>
</feed>
