<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ct/ct.c, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2012-11-10T14:58:06Z</updated>
<entry>
<title>Use ANSI prototype to fix build with clang.</title>
<updated>2012-11-10T14:58:06Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2012-11-10T14:58:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a1cea226cd5e1ddd57555a87465010557b89630'/>
<id>urn:sha1:7a1cea226cd5e1ddd57555a87465010557b89630</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove some more NetBSD compat shims and other unused bits from these</title>
<updated>2012-09-10T18:49:49Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2012-09-10T18:49:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a89828a2b08f733399d69aa17572026da550a2da'/>
<id>urn:sha1:a89828a2b08f733399d69aa17572026da550a2da</id>
<content type='text'>
drivers:
- Remove scsi_low_pisa.*, they were unused.
- Remove &lt;compat/netbsd/physio_proc.h&gt; and calls to the stubs in that
  header.  They were empty nops.
- Retire sl_xname and use device_get_nameunit() and device_printf() with
  the underlying device_t instead.
- Remove unused {ct,ncv,nsp,stg}print() functions.
- Remove empty SOFT_INTR_REQUIRED() macro and the unused sl_irq member.
</content>
</entry>
<entry>
<title>Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.</title>
<updated>2012-09-06T18:53:33Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2012-09-06T18:53:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9b256e49a1595b83c37af4e2bcdf2059934e5a3'/>
<id>urn:sha1:b9b256e49a1595b83c37af4e2bcdf2059934e5a3</id>
<content type='text'>
NetBSD/pc98 was never merged into the main NetBSD tree and is no longer
developed.  Adding locking to these drivers would have made the compat
shims hard to impossible to maintain, so remove the shims to ease
future changes.

These changes were verified by md5.  Some additional shims can be removed
that do affect the compiled results that I will probably do in another
round.

Approved by:	nyan (tentatively)
</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/commit/?id=098ca2bda93c701c5331d4e6aace072495b4caaa'/>
<id>urn:sha1:098ca2bda93c701c5331d4e6aace072495b4caaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update for the KDB framework:</title>
<updated>2004-07-10T20:57:43Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-07-10T20:57:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a0eb4d1051a55f0a99091e0311c09b4f4d939f1c'/>
<id>urn:sha1:a0eb4d1051a55f0a99091e0311c09b4f4d939f1c</id>
<content type='text'>
o  Remove inclusion of opt_ddb.h
o  Make debugging code conditional upon KDB.
</content>
</entry>
<entry>
<title>Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a common</title>
<updated>2004-03-13T19:46:27Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2004-03-13T19:46:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=73f3495386ed2eae04b69ccc9cf24c26671962d7'/>
<id>urn:sha1:73f3495386ed2eae04b69ccc9cf24c26671962d7</id>
<content type='text'>
MI area before they proliferate more.
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>We donot need `\n' for panic().</title>
<updated>2003-08-07T08:13:37Z</updated>
<author>
<name>Noriaki Mitsunaga</name>
<email>non@FreeBSD.org</email>
</author>
<published>2003-08-07T08:13:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51f202f1af47a6349492d9bb0f4b1d9d4fdc5b4f'/>
<id>urn:sha1:51f202f1af47a6349492d9bb0f4b1d9d4fdc5b4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove __P.</title>
<updated>2002-03-20T02:08:01Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-03-20T02:08:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e51a25f8505c7f9c6684c928bb59b0bda2fc039b'/>
<id>urn:sha1:e51a25f8505c7f9c6684c928bb59b0bda2fc039b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Catch up with NetBSD/pc98.</title>
<updated>2001-07-14T00:38:51Z</updated>
<author>
<name>Noriaki Mitsunaga</name>
<email>non@FreeBSD.org</email>
</author>
<published>2001-07-14T00:38:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b45f9c03c729f14dfe22aa7e74134bcf934c89e4'/>
<id>urn:sha1:b45f9c03c729f14dfe22aa7e74134bcf934c89e4</id>
<content type='text'>
o Much cleanly separate NetBSD(XS) / FreeBSD(CAM) codes.
o Improve tagged queing support (full QTAG).
o Improve quirk support.
o Improve parity error retry.
o Impliment wide negotheation.
o Cmd link support.
o Add copyright of CAM part.
o Change for CAM_NEW_TRAN_CODE.
o Work around for buggy KME UJDCD450.

o stg: add disconnet condition.
o nsp: use suspend I/O.
and more. I thank Honda-san.

conf/options.pc98: add CT_USE_RELOCATE_OFFSET and CT_BUS_WEIGHT
dev/{ct,ncv,nsp,stg}/*_{pccard,isa}.c: add splcam() before calling
        attach/detach functions.

Tested by: bsd-nomads
Obtained from:  NetBSD/pc98
</content>
</entry>
</feed>
