<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ct, branch release/5.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-05-03T02:04:58Z</updated>
<entry>
<title>Force PnP devices to set SMIT mode.</title>
<updated>2003-05-03T02:04:58Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2003-05-03T02:04:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7571a866b91ceed03f1ff7170ea70f240994228c'/>
<id>urn:sha1:7571a866b91ceed03f1ff7170ea70f240994228c</id>
<content type='text'>
Submitted by:	chi@bd.mbn.or.jp (Chiharu Shibata)
</content>
</entry>
<entry>
<title>This file does not &lt;sys/disklabel.h&gt;</title>
<updated>2002-09-20T18:15:40Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-09-20T18:15:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=812967db72dbda0298c187314a40d4908df2f3d0'/>
<id>urn:sha1:812967db72dbda0298c187314a40d4908df2f3d0</id>
<content type='text'>
Sponsored by:	DARPA &amp; NAI Labs.
</content>
</entry>
<entry>
<title>Quick, low impact band-aide to unbreak the build.  Added &amp;&amp; 0 so we</title>
<updated>2002-06-01T08:29:12Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-06-01T08:29:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=960a77128664ce72fbc1b2dcf7428539fc8ce171'/>
<id>urn:sha1:960a77128664ce72fbc1b2dcf7428539fc8ce171</id>
<content type='text'>
ifdef out what appears to be a bogus call to softintr using data
elements that aren't in the softc.

Forgotten by:	imp
</content>
</entry>
<entry>
<title>Check for defined(__i386__) instead of just defined(i386) since the compiler</title>
<updated>2002-05-30T07:32:58Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-05-30T07:32:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=99b9331a4f693e66f880734cd446190fcf14508d'/>
<id>urn:sha1:99b9331a4f693e66f880734cd446190fcf14508d</id>
<content type='text'>
will be updated to only define(__i386__) for ANSI cleanliness.
</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>Added Logitec LHA-301 pnp id.</title>
<updated>2001-10-09T15:30:19Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2001-10-09T15:30:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ad8aff3763ca646c056dfd786dc8e6a0855a605'/>
<id>urn:sha1:5ad8aff3763ca646c056dfd786dc8e6a0855a605</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>
<entry>
<title>Correct typo.</title>
<updated>2001-06-14T11:09:11Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2001-06-14T11:09:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5c936ade5b4cef869dab29b63bce429570ff6535'/>
<id>urn:sha1:5c936ade5b4cef869dab29b63bce429570ff6535</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved the wd33c93 specific file to sys/dev/ic.</title>
<updated>2001-06-14T11:05:48Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2001-06-14T11:05:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=38b70454e30de74cc45e7c6750c5fcf88e537f84'/>
<id>urn:sha1:38b70454e30de74cc45e7c6750c5fcf88e537f84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added another wd33c93 based SCSI card driver which replaces the bs driver.</title>
<updated>2001-02-27T12:34:01Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2001-02-27T12:34:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bedee18193ed6f3b64f76f08f7e156130a7dd436'/>
<id>urn:sha1:bedee18193ed6f3b64f76f08f7e156130a7dd436</id>
<content type='text'>
Now, default is still bs.

Submitted by:	nyan and non.
Obtained from:	NetBSD/pc98
</content>
</entry>
</feed>
