Re: [CFR] ncv, nsp, stg SCSI drivers

2000-10-01 Thread non
Sorry, the files colud not fetch. I think you can now fetch them. // Noriaki Mitsunaga From: [EMAIL PROTECTED] Date: Sat, 30 Sep 2000 15:20:07 +0900 > From: Poul-Henning Kamp <[EMAIL PROTECTED]> > Date: Wed, 27 Sep 2000 15:25:42 +0200 > > Use a normal timeout ? > > I changed to use timeout() an

Re: [CFR] ncv, nsp, stg SCSI drivers

2000-09-29 Thread non
From: Poul-Henning Kamp <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2000 15:25:42 +0200 > Use a normal timeout ? I changed to use timeout() and now they do not change clock.c. Updated files can be obtained from, http://home.jp.freebsd.org/~non/scsi_low-2930.tar.gz (added files) http://home.jp.fr

Re: [CFR] ncv, nsp, stg SCSI drivers

2000-09-27 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >From: Poul-Henning Kamp <[EMAIL PROTECTED]> >Date: Wed, 27 Sep 2000 15:13:27 +0200 >> >And we initialize the delaycount in clock.c. >> >> This is called "busy polling" and there must be a better way to do it. > >Do you have any suggestion

Re: [CFR] ncv, nsp, stg SCSI drivers

2000-09-27 Thread non
From: Poul-Henning Kamp <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2000 15:13:27 +0200 > >And we initialize the delaycount in clock.c. > > This is called "busy polling" and there must be a better way to do it. Do you have any suggestions ? > Has this code been profiled to examine typical actual dela

Re: [CFR] ncv, nsp, stg SCSI drivers

2000-09-27 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >From: Poul-Henning Kamp <[EMAIL PROTECTED]> >Date: Wed, 27 Sep 2000 15:01:13 +0200 >> >I would like to have review especially on the changes in >> >i386/isa/clock.c for counting delay loop numbers, >> >> Could you explain the functionali

Re: [CFR] ncv, nsp, stg SCSI drivers

2000-09-27 Thread non
From: Poul-Henning Kamp <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2000 15:01:13 +0200 > >I would like to have review especially on the changes in > >i386/isa/clock.c for counting delay loop numbers, > > Could you explain the functionality you need here ? We already > have a DELAY() macro/function i

Re: [CFR] ncv, nsp, stg SCSI drivers

2000-09-27 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >I would like to have review especially on the changes in >i386/isa/clock.c for counting delay loop numbers, Could you explain the functionality you need here ? We already have a DELAY() macro/function in the kernel... -- Poul-Henning

[CFR] ncv, nsp, stg SCSI drivers

2000-09-27 Thread non
Call for review, ncv, nsp, and stg SCSI drivers which are ported from NetBSD/pc98. I would like to merge to current and do MFC. ncv: NCR 53C500 based SCSI PC-CARDs nsp: Ninja SCSI-3 based SCSI PC-CARDs stg: TMC 18C30 based SCSI PC-Cards and ISA cards. They are tested and working on PAO3 and ther