<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/alpha/pci/apecs.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2006-05-11T22:25:28Z</updated>
<entry>
<title>First pass at removing Alpha kernel support.</title>
<updated>2006-05-11T22:25:28Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-05-11T22:25:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=67ab9fd759b279032e61486b28c4ad9b76885671'/>
<id>urn:sha1:67ab9fd759b279032e61486b28c4ad9b76885671</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLE</title>
<updated>2005-09-25T19:48:51Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-09-25T19:48:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8e3d92a3a8287f2eba0464bbf2bc70803b74b04'/>
<id>urn:sha1:c8e3d92a3a8287f2eba0464bbf2bc70803b74b04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Relocate direct map specs into struct alpha_chipset.</title>
<updated>2005-09-19T13:50:07Z</updated>
<author>
<name>Bernd Walter</name>
<email>ticso@FreeBSD.org</email>
</author>
<published>2005-09-19T13:50:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0444d5b59a48454e2ad3389c1f078e680c630f24'/>
<id>urn:sha1:0444d5b59a48454e2ad3389c1f078e680c630f24</id>
<content type='text'>
Prepare for PCI Scatter-Gather map.
Panic if driver tries alpha_XXX_dmamap() out of range.
</content>
</entry>
<entry>
<title>Begin all license/copyright comments with /*- or #-</title>
<updated>2005-01-05T20:05:52Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-05T20:05:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f44fc746fb98516d63b1c2010f72013c8b3abb55'/>
<id>urn:sha1:f44fc746fb98516d63b1c2010f72013c8b3abb55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to build</title>
<updated>2004-07-01T15:07:27Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2004-07-01T15:07:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5fd93b771bd4997afa7d6e28e91b8a46ee973863'/>
<id>urn:sha1:5fd93b771bd4997afa7d6e28e91b8a46ee973863</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Catch a few places where NULL (pointer) was used where 0 (integer) was</title>
<updated>2003-12-23T02:36:43Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-23T02:36:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a89ec05e3eddc4235386e1246b638b3d4d8815f5'/>
<id>urn:sha1:a89ec05e3eddc4235386e1246b638b3d4d8815f5</id>
<content type='text'>
expected.
</content>
</entry>
<entry>
<title>Widen the enable/disable helper function's argument in line with the</title>
<updated>2003-11-17T06:10:15Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-11-17T06:10:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0bfbe7b935a34142a312ab0bfe97bfc5b65bfd16'/>
<id>urn:sha1:0bfbe7b935a34142a312ab0bfe97bfc5b65bfd16</id>
<content type='text'>
ithread_create() changes etc.  This should be mostly a NOP.
</content>
</entry>
<entry>
<title>Cleanup &lt;machine/cpu.h&gt; by moving MD prototypes to &lt;machine/md_var.h&gt;</title>
<updated>2003-08-17T06:42:08Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-08-17T06:42:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3e25ce2310c7653e2d8c15045871364a3a298c9c'/>
<id>urn:sha1:3e25ce2310c7653e2d8c15045871364a3a298c9c</id>
<content type='text'>
like we have on other platforms. Move savectx() to &lt;machine/pcb.h&gt;.
A lot of files got these MD prototypes through the indirect inclusion
of &lt;machine/cpu.h&gt; and now need to include &lt;machine/md_var.h&gt;. The
number of which is unexpectedly large...

osf1_misc.c especially is tricky because szsigcode is redefined in
one of the osf1 header files. Reordering of the include files was
needed.

linprocfs.c now needs an explicit extern declaration.

Tested with: LINT
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-06-10T17:31:31Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-10T17:31:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=61334e3b42ebc73c546767723d4ead3c5401e923'/>
<id>urn:sha1:61334e3b42ebc73c546767723d4ead3c5401e923</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce a standard name for the lock protecting an interrupt controller</title>
<updated>2001-12-20T23:48:31Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2001-12-20T23:48:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98f9879242b09010e545e2ff614e8d35c17e95e0'/>
<id>urn:sha1:98f9879242b09010e545e2ff614e8d35c17e95e0</id>
<content type='text'>
and it's associated state variables: icu_lock with the name "icu".  This
renames the imen_mtx for x86 SMP, but also uses the lock to protect
access to the 8259 PIC on x86 UP.  This also adds an appropriate lock to
the various Alpha chipsets which fixes problems with Alpha SMP machines
dropping interrupts with an SMP kernel.
</content>
</entry>
</feed>
