2005-09-01  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* nsp32.c: Update to kernel 2.6.13.

	* nsp_cs.c: Update to kernel 2.6.13 to support new "hotplug" and
	"pcmciautils" based PCMCIA subsystem.

2005-08-22  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* nsp32.c,nsp_cs.c: Update to kernel 2.6.12.4.

2005-06-20  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* nsp32.c (nsp32_suspend, nsp32_resume): Update to kernel 2.6.12's
	new state suspend/resume method.

2005-05-19  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* nsp32.c: Disconnection privilege mode is default now.

2005-04-29  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* nsp_cs.h (NSP_*_TIMEOUT), nsp_cs.c, nsp32.h (*_TIMEOUT),
	nsp32.c: Use "jiffies" and related functions instead of simple
	counter to measurement time out. This fix makes the driver works
	correctly on faster machines.

	* nsp_cs.c (nsp_cs_attach): SA_SAMPLE_RANDOM macro is removed
	because of the macro is no effect on currect kernel.

2005-04-18  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* *: Mail address changed.

2005-03-30  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c, nsp32.c: Minor typo fixed.

2005-03-01  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c,nsp32.c (nsp_queuecommand,nsp32_queuecommand): Change
	SCSI_MLQUEUE_HOST_* to 0. Because command completion can do once
	per one SCSI request. (Thanks! James Bottomley)

2005-02-22  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c (nsp32_detect): Use "DMA_??BIT_MASK" macro instead of
	literal value.  See
	http://marc.theaimsgroup.com/?t=108001993000001&r=1&w=2 for
	details

2004-12-31  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c (nsp32_queuecommand), nsp_cs.c (nsp_queuecommand):
	Update to kernel 2.6.10. And 2.6.9 work-around kludge is removed
	because of 2.6.10 works correctly.

2004-11-15  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* {nsp,nsp32}*.[ch]: Update to kernel 2.6.10-rc1-bk23 to follow
	some struct name change.

2004-10-31  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c: Update to work with kernel 2.6.9 (incomplete).
	(nsp_cs_attach): Use kcalloc() instead of kmalloc().

	* nsp32.c: Update to work with kernel 2.6.9. SCSI error handler
	was something changed.

2004-09-24  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* Makefile: Module creation method is changed to Linux standard
	  method. From now, you must have your own kernel build tree to
	  compile modules.

2004-08-09  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c: Remove unwanted "inline" keyword to work GCC-3.4 fine.

2004-07-27  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* *.[ch]: Change "static inline" to "inline static".

2004-06-20  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.[ch], nsp32.[ch]: Use Linux standard macros in
	  "linux/kernel.h" instead of our macros.

2004-05-27  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.[ch], nsp32.[ch]: Thread occurs race condition. Remove
	  threadding method and revert to previous method.

2004-05-16  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* Makefile, nsp_cs.[ch], nsp32.[ch]: Use Kernel 2.6.6's new module
	  creation method.

2004-04-29  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.[ch], nsp32.[ch]: Worker thread confusd when abused
	  usage.  And too difficult to debug interrupt routine. So revert
	  to previous worker thread.

2004-04-28  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c (nsp32_detect): Don't use bus reset function when EEPROM
	  is not available. Unexpected bus reset confuses SCSI level detection
	  on CBSC-II card.

	* nsp_cs.[ch], nsp32.[ch]: Change worker thread's task.
	  Now worker thread supports interrupt handler instead of
	  "queuecommand()".

2004-04-08  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs: Separate message buffer to "in buffer" and "out buffer".

2004-03-04  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.[ch], nsp32.[ch]: Update for 2.6 kernel new module
	  parameter API.
	  Check printf() type formatter strings with "__attribute__"
	  statement.
	  Use "const" statement to inhibit unexpected data overwriting.

2004-02-17  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.c, nsp_cs.c: add .module = THIS_MODULE for
	  struct scsi_host_template.

2004-02-08  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c: Remove unused module parameter "free_ports".

	* nsp_cs.[ch], nsp32.[ch]: Change our obsolete macro to SCSI
	  mid-level driver's macro.

	* nsp_cs.c: Change CardService() function to pcmcia_*().

2004-02-05  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c, nsp32.c (nsp*_worker_thread): Typo fix. Nothig
	  changes about codes.

2004-02-02  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.c: Return valid SCSI status result code using SCSI CSB
	  status value.  Don't fill SCp.Status with SAM_STAT_CHECK_CONDITION
	  when SCSI command queueing.
	* nsp32.h: remove SAM_STAT_CHECK_CONDITION, SAM_TO_LINUX.

2004-02-01  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.c: fix compilation problem: add missing include
	  linux/smp_lock.h.
	* nsp32.c: fix wrong pointer used.

2004-01-10  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.h, nsp_cs.h: add own SAM_STAT_CHECK_CONDITION macro for
	  kernel 2.4.22.  Reported by Piotr Sosnowski
	  <piotrsosnowski@yahoo.com>, thanks!

2004-01-04  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.h: remove #define __devinitdata on kernel 2.6.0.
	* nsp32_io.h: nsp32_mmio_index_* functions address base should be
	  long rathar than int.  This fix removes some compilation warnings
	  on 64 bit architecture ex) amd64.  Reported by Andi Kleen
	  <ak@muc.de>, thanks!

	* nsp32.c: add Copyright year 2004.

2003-12-22  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.c, nsp32.h: add PCI ID 1145:f020, used by Sony PCGA-DVD51.
	  Reported by Patrick R. Hickel <prhickel@comcast.net>, thanks!

2003-11-28  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c, nsp_cs.c : Linux mid-level SCSI driver uses own error
	  status code instead of SCSI standard (SAM) code.
	  SAM_TO_LINUX() macro converts SAM code to Linux code.  Why needs
	  this macro? Is this a feature or bug?

2003-11-11  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c (nsp32_worker_thread), nsp_cs.c (nsp_worker_thread):
	  Enable multi-threading. This changes works on both 2.4/2.6
	  kernel.

2003-10-13  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* ChangeLog: CVS mistakes contiunus "=" as conflict marker.
	  So some lines are changed.

2003-10-12  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.h: Restore irqreturn_t definition with "#if-#endif" guard
	  for antique kernel (< 2.4.23-pre7) users.

	* nsp32.c: Change complex "if-else" statement to simple "switch"
	  statement in "data->trans_method" .

2003-10-11  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.h: Remove irqreturn_t definition.
	  Patched by Olaf Hering <olh@suse.de>, thanks!

2003-10-10  GOTO Masanori  <gotom@debian.or.jp>

	* nsp_cs.h: Remove irqreturn_t definition.
	  Patched from Marcelo Tosatti <marcelo@logos.cnet>.

2003-10-10  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.c: Synced with 2.6.0-test7.  Modify nsp32_lunt as C99
	  compliant.
	
2003-10-10  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.c: Rename from SROM_CTL to SROM_CLOCK.  Actually
	  EEPROM SCL means CLOCK.
	* nsp32.h: likewise.
	* README.nsp32_cb.eng: Update and add 5. module option section.
	* README.nsp32_cb: likewise.

2003-09-27  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c : Remove nsp32_save_state(). Because it isn't really used
	  in this driver. (Thanks! Patrick Mochel)

2003-09-22  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32_debug.c (nsp32_byte_dump): This byte dumper function is
	  very useful for debugging.

	* nsp32.c (nsp32_msgout_register): Move duplicated code in
	  nsp32_selection_*() into nsp32_msgout_register().

2003-09-04  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c: Update "struct nsp32_sync_table" values in
	  nsp32_sync_table_*[].

	* nsp_cs.c: Update "struct nsp_sync_table" value. Add chip info
	  to proc interface.

Sat Aug 23 18:20:55 2003  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c: Delete obsolete PCMCIA release timer. And change to
	  new method. (Thanks! Linus Torvalds)

2003-08-17  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c (nsp32_selection_autopara): SREQ hazard killer function
	  enabled.

	* nsp_cs.c (nspintr): Fix crash when bus free phase request that
	  comes from target.

2003-08-15  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c: Use "__attribute__ ((packed))" option to some mamory
	  area which uses NinjaSCSI hardware.  And change
	  nsp32_mem_{read,write}_le*() to cpu_to_le*() and le*_to_cpu().

	* nsp32.c: Use "struct nsp32_autopara" instad of char array.

	* nsp32.c (nsp32_detect): Refactering about SG table initializer.

2003-08-05  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c, nsp32.c: Update to kernel 2.6.0-test2.
	  But "nsp_cs" is not complete about read/write.

	* nsp32.[ch]: Arrangement function order.

2003-08-04  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c: Refactering EEPROM routines. (Rewrite
	  nsp32_{set,get}_prom(). Rename nsp32_prom_write(),
	  nsp32_prom_fetch() to nsp32_prom_write_bit(),
	  nsp32_prom_read_bit().)

nsp_cs+nsp32-20030729
-===================-
2003-07-28  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c: Power management (D0-D3hot) support. D3cold is not
	  supported yet. This function requires Kernel 2.6.x.

	* nsp_cs.c: Power management (D0-D3cold) support. This function
	  recomends Kernel 2.6.x. Kernel 2.4.x has somthing wrong when
	  resume from D3cold.

	* nsp_cs.c, nsp32.c: Change sprintf() to snprintf() to protect
	  from buffer overrun.

2003-07-25  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.[ch]: Change the location of "nsp_hw_data *data" from
	  static data to "SCpnt->host->hostdata". This fix makes to allow
	  multiple instance of this driver.

	* nsp_cs.c: Import nsp_msg() and nsp_dbg() interface from nsp32.c.
	  And pervious nsp_msg() function is renamed to nsp_analyze_sdtr().

2003-07-24  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c,nsp32.c,Makefile: Update for kernel 2.6.0-test1

nsp_cs+nsp32-20030709
-===================-
2003-07-09  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c: Update for kernel 2.5.74. Module release function
	  is not works yet.

2003-07-06  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c (nsp32_proc_info): Correct OEM name display on "procfs"
	  interface.

	* nsp32_io.h: Endian exchange function is not needed on I/O
	  functions regardless of any endians. Removed cpu_to_le*() and
	  le*_to_cpu() from I/O functions. Now, nsp32 driver works on
	  PowerPC! (Thanks! Yuuki Nakasato)

2003-06-28  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c (nsp32_dmessage): Compile nsp32_dmessage() when debug
	  build only.

2003-06-24  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c, nsp32_io.h: Change "struct nsp32_sgtable" and its
	  handling for supports big-endian architecture like PowerPC.

2003-06-11  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.c: Refactoring functions. Use "Scsi_Cmnd *SCpnt" instead of
	  "nsp32_hw_data *data" in high level functions.

2003-05-12  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.[ch]: Update to kernel 2.5.69.
	  Add ad-hock work-around to nsp_cs_release() because of
	  NULL pointer exception about info->host. Why? (2003-07-24: fixed)

nsp_cs+nsp32-20030507
-===================-
2003-05-07  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* {nsp_cs,nsp32}.[ch]: Add backward compatibility for kernel 2.4
	  interrupt handler.

	* nsp_cs.[ch]: Support kernel 2.5.68 new module entery point
	  method.

2003-05-01  GOTO Masanori  <gotom@debian.or.jp>

	* nsp_cs.c: cs_error is now consolidated into one function, so
	  nsp_cs.c does not need to support cs_error from 2.5.69.

2003-04-25  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.c: Applied 2.5.69 do_nsp32_isr return type from void to
	  irqreturn_t.  In addition applied nsp32_message and nsp32_dmessage
	  first argument from char to const char to suppress compile warnings.
	  Patched by Andrew Morton <akpm@digeo.com>.

2003-04-15  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.c: Applied 2.5.64's typo fix from "occured" to "occurred".
	  I mind the "occurred" spell from now.

2003-03-28  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.c: .remove introduces __devexit_p to fix .text.exit compile
	  error with #ifdef !CONFIG_HOTPLUG.
	  Patched by Adrian Bunk <bunk@fs.tum.de>.

nsp_cs+nsp32-20030305
-===================-
2003-03-05  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c : Applied patch from Christoph Hellwig.

2003-02-28  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c: Remove Kernel 2.2 support.

2003-02-25  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* * : Kernel 2.4 also supports "SCpnt->device", so there is no
	  need "NSP*_*()" macro. removed.

2003-02-25  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.c: Applied upstream change:
		scsi_set_pci_device -> scsi_set_device

2003-02-24  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.c (nsp_cs_attach): "Unintialized timer" warning removed.

	* * : Support kernel 2.5.60's new host data structure.

2003-02-17  GOTO Masanori  <gotom@debian.or.jp>

	* nsp32.[ch]: Applied new SCpnt->{lun,host,target} changes after
	  2.5.60.  Introduce 3 macro (see below table) to keep 
	  compatibility between 2.4 and 2.5.

	   [Macro]		[< 2.5.60]	[>= 2.5.60]
	   NSP32_lun(SCpnt)	SCpnt->lun	SCpnt->device->lun
	   NSP32_host(SCpnt)	SCpnt->host	SCpnt->device->host
	   NSP32_target(SCpnt)	SCpnt->target	SCpnt->device->id

	* nsp_cs.[ch], nsp_message.c: Applied new changes as described
	  above.  Defined macro is NSP_{lun,host,target}.  This patch is
	  based on Mike Anderson <andmike@us.ibm.com>.

2003-02-06  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* Makefile: Support kernel 2.5's new module creation scheme.

2003-01-29  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp32.h: Add MELCO "IFC-USCB2" information. (Thanks! "TANAKA,
	Takuji")

	* nsp32.c (do_nsp32_isr): Change "spurious interrupt" message to
	debug message. (Thanks! Kirov)

2003-01-26  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* nsp_cs.[ch], nsp32.[ch]: Reduce complexity by compatibility
	functions.

nsp32-20021106
-============-
2002-11-06  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* * : GCC-3.2 Ǥ __func__ ޥ "-std=gnu99" ץ
	ɬפʤ褦 __FUNCTION__ ᤹
	* * : Kernel 2.5.45 ʹߤSCSI̥ɥ饤Фѹб
	* * : nsp_cs, nsp32 Ȥ Kernel 2.5 Ͽ줿

2002-10-01  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* * : ƣȥޡɤǤκȳϡnsp32_cb ̾Ѥꡢ
	nsp32 ˤʤä
	* nsp32.[ch] : ĤΥѥ᡼ޥҤ֤ˤ
	ѥ˼ư׻롣(Number(), IDENTIFY())
	* nsp32.c : SA_SAMPLE_RANDOM ˤ /dev/random ˾󶡤롣
	* nsp32.c : C99 ˽򤷤ޥѹ (__func__)
	* nsp_cs.c : C99 ˽򤷤¤Τνʸˡѹ
	* nsp32.c : proc fs Ʊž®٤ɽ褦ˤ롣

Ver.3.1.1
-=======-
Sat May 18 18:49:57 JST 2002
	* * : Linux-2.4.18 ͥ˥ޡ٤ѥåե롣
	* nsp32_* : ǥХååɲ
	* ChangeLog.eng ɲ

Sat May 18 17:04:45 JST 2002
	* nsp32_pio.c : Хޥ⡼ɤκѤˤפˤʤäΤǺ

Ver.3.1
-=====-
Wed May  8 20:11:37 JST 2002
	* nsp32_cb.c : ޥžΥ쥸Хޥǰ쵤
	Ԥʤ碌 autoparam ⡼ɤȤ褦ˤ롣

Mon May  6 03:49:37 JST 2002
	* nsp32_cb.c : Хޥ⡼ɤư褦ˤʤ

Ver. 3.0.1
-========-
Wed Apr 24 23:32:20 JST 2002
	* nsp_cs.c : disconnect žη׻ˡ

Tue Apr 23 04:20:47 JST 2002
	* nsp_cs.c, nsp32_cb.c : 񤭹߻ disconnect ž
	׻ʤ롣Ȥꤢ disconnect ΥݡȤ򳰤
	 cdrdao ư褦ˤʤ롣

Ver. 3.0
-======-
Wed Apr 10 07:09:30 JST 2002
	* nsp_cs.c : ƱžѤΥåѤ롣ž顼
	뤫?
	* nsp_cs.c : procfs ɽƱž®ɽʬ䤹
	* nsp32_*.[ch] : ǽ­Ϥ뤬 CardBus ɥ饤ФϤҤȤޤ
	ȸɤŪˤϥХޥƱž PCI Ÿ
	ǽΥݡȤɬפ

Ver. 2.8.2
-========-
Tue Mar 26 18:03:07 JST 2002
	* nsp_cs.c, nsp32_cb.c : Kernel 2.5 бˤȤʤ顼ϥɥ
	eh Ϥʪˤ롣

Mon Mar 25 07:49:17 JST 2002
	* nsp_cs.c : Kernel 2.5 б
	* *.c : gcc-3.0 ǥѥ˷ٹ𤬽Фʤ褦ˤ롣(C99б)

Wed Mar 13 07:28:11 JST 2002
	* nsp32_cb.c : reselect ư褦ˤʤä
	* * : kernel 2.5 Ǥ SCSI ɥ饤Ф struct Scsi_Pointer 
	ƤѤäƽΥɤǤưʤʤä

Ver. 2.8.1
-========-
Mon Feb 25 19:25:53 JST 2002
	* nsp_cs.c : ٤̽񤭹ߤ򤹤礭ʥХåե꤬
	ɬפˤʤꡢη̥­ˤʤΤ sg_tablesize 򸺤餹
	MO ؤɤ߽񤭻Υ顼㸺㴳ž®٤٤ʤ롣
	* nsp_cs.c : SCSIꥻåȤΤ٤롣

Ver. 2.8
-======-
Fri Feb  8 14:32:05 JST 2002
	* nsp32_cb.c : ȤꤢޤȤư褦ˤʤä­
	뵡ǽɲä䥳ɤɬפ

Tue Feb  5 07:31:21 JST 2002
	* nsp32_cb.c : PIO⡼ɤư褦ˤʤ롣̤Υǡž
	Ԥʤ FIFO ͤޤäƤޤ

Wed Jan 30 03:30:38 JST 2002
	* nsp_cs.c : MMIO ư褦ˤ롣¿ư®٤
	夬ޤ롣

Tue Jan 22 06:14:51 JST 2002
	* nsp_cs.c : procfs ؤб
	* nsp_cs.c : Ʊžб

Ver. 2.7.4
-========-
Tue Jan  8 07:33:16 JST 2002
	* nsp_cs.c : ߶ͭб
	* nsp_cs.c : eh 顼ϥɥϼ¹ԻΥǥХդ
	ޤбƤʤ褦¾ SCSI ɤǤ⤦ޤưʤ
	* nsp32_cb.c : ХޥޤưʤäȻ򽸤
	ʤС

Tue Jan  8 03:32:06 JST 2002
	* nsp_cs.c : ߾ /dev/random 󶡤褦ˤ
	* nsp_io.h : MMIO бˤ褦Ȥ뤬ޤʤ

Ver. 2.7.3
-========-
Wed Nov  7 15:50:15 JST 2001
	* nsp_cs.[ch] : 8bitž32bitžοʬľ
	kernel 2.4.10 ʹߤǤư褦ˤ

Ver. 2.7.2
-========-
Mon Sep 10 14:50:24 JST 2001
	* nsp_cs.c :  eh 顼ϥɥ餬ư褦ˤʤä
	ɤȴȥå夹ΤǸ᤹
	* MAINTAINER.nsp_cs : ɲ

Fri Sep  7 13:28:45 JST 2001
	* nsp_cs.c : *abort(), *reset() ְͤäƤΤľ

Tue Aug 14 12:50:53 JST 2001
	* *.[ch], COPYING : GPL Ҥ COPYING ɲ

Ver 2.7.1
-=======-
Thu Aug  9 13:32:43 JST 2001
	* nsp_cs.[ch], nsp_debug.c : פʥǥХåץ
		(Thanks! Kazuhiko <kazuhiko@archi.kyoto-u.ac.jp>)

Ver 2.7
-=====-
Thu Jul  5 19:56:53 JST 2001
	* nsp_message.c : nsp_message_seq.c ե̾ѹ
	* Configure.help{,.eng} : եܸȱѸʬ

Wed Jul  4 23:47:54 JST 2001
	* *.[ch] : å
	* *.[ch] : ϡɥΥǡλѹ

Ver 2.6.1
-=======-
Thu May 31 12:07:39 JST 2001
	* nsp_cs.[ch], nsp_message_seq.c : åεҤɲ

Ver 2.6
-=====-
Mon May 21 14:43:24 JST 2001
	* nsp_cs.c : å ATN 郎­ʤäΤ
	ɲ
	* nsp_message_seq.c : åʬΥ̤Υե

Ver 2.5
-=====-
Thu Feb 15 11:39:49 JST 2001
	* nsp_cs.c : Kernel 2.2 ǥɤȴ˥å夹Τ
	procfs Υȥνޤʬ롣IBMMCA ɤΥȥ
	Ѥơå夷ʤ褦ľ

Wed Feb 14 23:19:29 JST 2001
	* nsp_cs.c : "Yushi_Okamoto" <DZH05136@nifty.ne.jp> ζϤˤ
	KXL-820AN Ÿ륪ץƥȤƤߤ롣äƤߤ
	ܤʻʬ롣ʾκȤˤ KXL-820AN λͽɬפ
	ʤѹϼߤ᤿

Ver 2.4
-=====-
Thu Feb  8 16:25:47 JST 2001
	* nsp_cs.c : ž̤ʤäꡢ4Хȶ̵
	8ӥåžˤ
	* nsp_cs.c : KXL-820AN Ÿ륪ץ "term_power" ɲ
	ưɤ

Ver 2.3
-=====-
Mon Feb  5 08:53:04 JST 2001
	* nsp_cs.c : Ԥ르ꥺԤ郎­ƤΤɲ

Ver 2.2
-=====-
Wed Jan 31 21:48:38 JST 2001
	* nsp_cs.c : Ԥ르ꥺɤƥȤʤư褦ˤ
	* nsp_cs.c : SCpnt-> resid λȤʬä

Ver 2.1
-=====-
Tue Jan 30 13:52:59 JST 2001
	* nsp_cs.c : ž®٤᤮ƥ顼ФΤŬ˥Ȥ

Ver 2.0
-=====-
Thu Jan 25 23:37:00 JST 2001
	* nsp_cs.c : 32bit ñ̤Ǥʤž򵭽

Tue Jan 23 23:18:58 JST 2001
	* nsp_cs.c, nsp_io.h : 8bit PIO ⡼ɤ 32bit PIO ⡼ɤ˰ܹԡ
	η̡®ǥХѻӹٻ®٤줿

Wed Jan 10 08:56:36 JST 2001
	* nsp_cs.c : ⥸塼ɲ
	* nsp_cs.[ch] : פʽ

Ver 1.1.4
-=======-
Tue Dec 19 18:02:54 JST 2000
	* nsp_cs.c : SCpnt->resid λˡְäƤΤǸ᤹

Ver 1.1.3
-=======-
Fri Dec 15 01:58:56 JST 2000
	* nsp_cs.c : ʣΥХåեޤɤ߹ߤλǤʤä
	Τľ

Ver 1.1.2
-=======-
Thu Nov 30 18:10:23 JST 2000
	* nsp_cs.c : ǡɤ߽ΥॢȽְäƤΤľ

Ver 1.1.1
-=======-
Wed Nov 29 12:08:32 JST 2000
	* Mafeile : ץߥ

Ver 1.1
-=====-
Mon Nov 27 09:44:46 JST 2000
	* nsp_cs.c : scatterlist Ū®ٸ夬ޤ롣
	cdparanoia ư褦ʤʤä

Ver 1.0
-=====-
Fri Nov 24 06:09:42 JST 2000
	* nsp_cs.c : ɥ饤Ф줫ľäȴ

Thu Jun  8 03:10:18 JST 2000
	* nin_cs.c : Kernel 2.4.0-test1 ǤϤޤȤưʤȽ

Fri Jun  2 08:25:30 JST 2000
	* nin_cs.c : cdparanoia бη MO ưʤʤäΤǸ᤹

Fri Jun  2 04:03:22 JST 2000
	* nin_cs.c : /dev/sg? ǥХФȿ
	cdparanoia ư褦ˤʤä
	* nin_cs.c : Kernel 2.3.99 б (Thanks! suzukis@cmpt.phys.tohoku.ac.jp)

Sat Apr 29 18:07:52 JST 2000
	* nin_cs.c : ǥθ򴹤ǧ褦ˤʤä

Fri Mar 24 11:10:01 JST 2000
	* nin_cs.4, nin_cs.4j : ޥ˥奢

Fri Mar 24 10:30:13 JST 2000
	* nin_cs.c, nin_cs.h : ɤꥢ르ꥺñˤ롣
	I/O ɥ쥹ϰϤɽ褦ˤ롣

Wed Mar 22 03:13:54 JST 2000
	* nin_cs.c : NinjaSCSI-32Bi 16bit mode ݡ
	* nin_cs.c : 32bit PIO, BrindWrite ݡ
	* nin_cs.c : ư⡼ؤѤΥץ󥵥ݡ
	* nin_cs.c : ⥸塼߾
	* nin_cs.conf : WorkBit, IO-DATA, KME  cis 򵭽

Sun Jan  9 16:28:17 JST 2000
	* etc/nin_cs.conf : config ե include ʸб

Sun Nov  7 23:25:20 JST 1999
	* doc/README.nin_cs* : ͥκƹۤιɲäʸ
	ܤ [2] ɲ [3] 

[: end :]
