<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/nsp, branch release/4.6.2_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-08-14T06:57:09Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-08-14T06:57:09Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-08-14T06:57:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=72b7f92e6edf4375820f765b41697b3208ce7fe7'/>
<id>urn:sha1:72b7f92e6edf4375820f765b41697b3208ce7fe7</id>
<content type='text'>
'RELENG_4_6_2_RELEASE'.

This commit was manufactured to restore the state of the 4.6.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>[MFC]</title>
<updated>2001-12-17T13:30:20Z</updated>
<author>
<name>Noriaki Mitsunaga</name>
<email>non@FreeBSD.org</email>
</author>
<published>2001-12-17T13:30:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8255de3418d8d4712679444317871b8e281541a'/>
<id>urn:sha1:b8255de3418d8d4712679444317871b8e281541a</id>
<content type='text'>
o Remove PAO3 dependent part.
o Add KLD support for scsi_low (cam/scsi/scsi_low_pisa.c).
o Add KLD dependency of ncv, nsp and stg drivers to scsi_low
  ({ncr53c500,nsp,stg}_pccard.c).
</content>
</entry>
<entry>
<title>[MFC]</title>
<updated>2001-09-04T04:45:24Z</updated>
<author>
<name>Noriaki Mitsunaga</name>
<email>non@FreeBSD.org</email>
</author>
<published>2001-09-04T04:45:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ba7f0754ef4e5e150b0c19c9ed8702cc3f57fede'/>
<id>urn:sha1:ba7f0754ef4e5e150b0c19c9ed8702cc3f57fede</id>
<content type='text'>
We should not pass the size of the memory to bus_alloc_resource().
We should use 1 to request default iomem.

Pointed-out-by: imp
Approved-by: jkh
</content>
</entry>
<entry>
<title>[MFC]</title>
<updated>2001-09-04T01:45:41Z</updated>
<author>
<name>Noriaki Mitsunaga</name>
<email>non@FreeBSD.org</email>
</author>
<published>2001-09-04T01:45:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97a4260b78b6d40f044e00def0a63bd6361211f8'/>
<id>urn:sha1:97a4260b78b6d40f044e00def0a63bd6361211f8</id>
<content type='text'>
Fix bus timeout bug which might happen when nsp do suspend I/O burst write.

A nsp chip does suspend I/O write by 512bytes burst write,
though the chip only has 48 bytes FIFO. The chip assert I/O WAIT
signal to PC-Card bus after the CPU writes more than 48 bytes to
the chip if the SCSI device does not respond immediately in supsend
I/O burst write. If the device does not respond for a while it might
cause PC-Card bus timeout.

The previous work around was to wait the request from SCSI device.
But there are some devices which request bytes for synchronous transfer
immediately. So current work aound is to fill 32bytes FIFO, wait for
FIFO empty and burst write 512-32 bytes for every 512 bytes block.

Submitted-by: Honda-san (the author of the driver)
Obtained-from: NetBSD/pc98
Approved-by: jkh
</content>
</entry>
<entry>
<title>[MFC]</title>
<updated>2001-09-04T01:42:07Z</updated>
<author>
<name>Noriaki Mitsunaga</name>
<email>non@FreeBSD.org</email>
</author>
<published>2001-09-04T01:42:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=487710e2c42ee6cbc67a92f6ae0a3a948c78ab27'/>
<id>urn:sha1:487710e2c42ee6cbc67a92f6ae0a3a948c78ab27</id>
<content type='text'>
Demand minimum I/O size rather than 0 when it calls
bus_alloc_resource(dev, SYS_RES_IOPORT, ...)

Pointed-out by: Yamamoto-san shigeru@iij.ad.jp
</content>
</entry>
<entry>
<title>[MFC]</title>
<updated>2001-07-22T00:21:41Z</updated>
<author>
<name>Noriaki Mitsunaga</name>
<email>non@FreeBSD.org</email>
</author>
<published>2001-07-22T00:21:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b20ce4e3d40342e023fa91d3ad51ba4a0270a727'/>
<id>urn:sha1:b20ce4e3d40342e023fa91d3ad51ba4a0270a727</id>
<content type='text'>
Catch up with NetBSD/pc98.
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.

dev/{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>[MFC]</title>
<updated>2001-03-03T14:45:02Z</updated>
<author>
<name>Noriaki Mitsunaga</name>
<email>non@FreeBSD.org</email>
</author>
<published>2001-03-03T14:45:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ca3480c64327aa4da8c0635f613a7833709c6bd'/>
<id>urn:sha1:4ca3480c64327aa4da8c0635f613a7833709c6bd</id>
<content type='text'>
Catch up with current.
dev/ncv/ncr53c500.c		1.1 -&gt; 1.3
dev/ncv/ncr53c500_pccard.c 	1.2 -&gt; 1.6
dev/ncv/ncr53c500var.h		1.1 -&gt; 1.3

dev/nsp/nsp.c			1.2 -&gt; 1.4
dev/nsp/nsp_pccard.c 		1.2 -&gt; 1.6
dev/nsp/nspvar.h		1.1 -&gt; 1.2

dev/stg/tmc18c30.c		1.2 -&gt; 1.4
dev/stg/tmc18c30_pccard.c 	1.2 -&gt; 1.6
dev/stg/tmc18c30var.h		1.1 -&gt; 1.2

cam/scsi/scsi_low.c	1.1 -&gt; 1.8
cam/scsi/scsi_low.h 	1.2 -&gt; 1.3
</content>
</entry>
<entry>
<title>[MFC]</title>
<updated>2001-01-14T06:59:59Z</updated>
<author>
<name>Noriaki Mitsunaga</name>
<email>non@FreeBSD.org</email>
</author>
<published>2001-01-14T06:59:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2aadb6190dbba1e52d244373df956f52a31a598c'/>
<id>urn:sha1:2aadb6190dbba1e52d244373df956f52a31a598c</id>
<content type='text'>
Remove conflicts between unsigned char *s and int s.
It was possible cause of kernel panic.

Pointed Out by: phk@FreeBSD.ORG
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-10-29T07:53:06Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-10-29T07:53:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ea31cba2789846824c75da18422995fbe17c550'/>
<id>urn:sha1:3ea31cba2789846824c75da18422995fbe17c550</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-10-24T20:10:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-10-24T20:10:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=00f7c253460d5919b45ea24c0402dc96504cad8b'/>
<id>urn:sha1:00f7c253460d5919b45ea24c0402dc96504cad8b</id>
<content type='text'>
</content>
</entry>
</feed>
