Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/newsmips/dev/scsi_1185.c
RevisionDateAuthorComments
 1.27  05-Jul-2024  andvar s/vender/vendor/ in comments, log message and fw ohci register property.
 1.26  09-Feb-2024  andvar fix spelling mistakes, mainly in comments and log messages.
 1.25  04-Nov-2023  tsutsui Use DELAY(9), not empty for() loop that could be optimized out.

No visible regression on NWS-3260 and NWS-3470.
 1.24  24-Jun-2023  msaitoh Fix typo in comment.
 1.23  21-Jul-2016  christos branches: 1.23.20; 1.23.46;
Don't include <mips/locore.h> in <machine/intr.h>, introduces circular
dependencies; instead include it in the 4 driver files that need it,
and reorder it in machdep.c
 1.22  26-Mar-2016  martin branches: 1.22.2;
David Binderman in PR port-newsmips/51014:
Move initialization of remain_cnt up to the declaration.
XXX the #ifdef here does not make much sense to me, but I know nothing
about the hardware. I'd guess it could be removed or inverted and #error'd
instead.
 1.21  24-Mar-2014  christos branches: 1.21.6;
- fix unused
- use cpu_{g,s}etmodel
 1.20  20-Feb-2011  matt branches: 1.20.4; 1.20.14; 1.20.18;
Merge forward matt-nb5-mips64
Adapt to new interrupt/spl framework
 1.19  09-Apr-2008  tsutsui branches: 1.19.22; 1.19.26; 1.19.32; 1.19.34;
Split device_t/softc, with misc cleanup.
 1.18  11-Dec-2005  christos branches: 1.18.74;
merge ktrace-lwp.
 1.17  03-Jun-2005  tsutsui Rename val -> __val in macros to appease gcc -Wshadow.
 1.16  22-May-2005  christos No 0x in front of %p...
 1.15  06-Feb-2005  tsutsui Misc cleanup:
- ANSI function decls
- remove __P()
- u_intNN_t -> uintNN_t
- remove register decls
- bcopy -> memcpy, strcpy
- bzero -> memset
- bcmp -> memcmp
- use malloc(9) with M_ZERO
- some KNF
etc.
 1.14  13-Feb-2004  wiz branches: 1.14.8; 1.14.10;
Uppercase CPU, plural is CPUs.
 1.13  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.12  15-Jul-2003  lukem __KERNEL_RCSID()
 1.11  19-Apr-2003  tsutsui branches: 1.11.2;
TAB/space cleanup.
 1.10  02-Apr-2003  thorpej Use PAGE_SIZE rather than NBPG.
 1.9  31-May-2002  thorpej Use __mips__ instead of mips.
 1.8  14-Nov-2001  thorpej branches: 1.8.2; 1.8.10;
Merge the thorpej-mips-cache branch onto the trunk. This is an
overhaul of how caches are handled for NetBSD's MIPS ports.
 1.7  16-Sep-2001  wiz branches: 1.7.2;
Grammar improvements in comments.
 1.6  16-Sep-2001  wiz Spell 'occurred' with two 'r's.
 1.5  21-Aug-1998  tsubai branches: 1.5.24; 1.5.26;
Change vm_offset_t to [pv]addr_t.
 1.4  10-Jun-1998  tsubai Move static variables to struct softc.
Remove unused struct members.
 1.3  05-Jun-1998  tsubai Remove excessive cache flush.
 1.2  04-Mar-1998  thorpej Rename NetBSD/news to NetBSD/newsmips.
 1.1  18-Feb-1998  tsubai Initial import of NetBSD/news.
 1.5.26.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.5.26.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.5.24.1  01-Oct-2001  fvdl Catch up with -current.
 1.7.2.1  13-Nov-2001  thorpej Make the newsmips port compile with the thorpej-mips-cache branch.
 1.8.10.1  15-Jul-2002  gehenna catch up with -current.
 1.8.2.2  20-Jun-2002  nathanw Catch up to -current.
 1.8.2.1  14-Nov-2001  nathanw file scsi_1185.c was added on branch nathanw_sa on 2002-06-20 03:40:14 +0000
 1.11.2.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.11.2.4  06-Feb-2005  skrll Sync with HEAD.
 1.11.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.11.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.11.2.1  03-Aug-2004  skrll Sync with HEAD
 1.14.10.1  12-Feb-2005  yamt sync with head.
 1.14.8.1  29-Apr-2005  kent sync with -current
 1.18.74.1  02-Jun-2008  mjf Sync with HEAD.
 1.19.34.1  05-Mar-2011  bouyer Sync with HEAD
 1.19.32.1  06-Jun-2011  jruoho Sync with HEAD.
 1.19.26.1  05-Mar-2011  rmind sync with head
 1.19.22.1  29-Dec-2010  matt Adapt to the new interrupt framework.
Use mips_set_wbflush instead of playing preprocessor games.
 1.20.18.1  18-May-2014  rmind sync with head
 1.20.14.2  03-Dec-2017  jdolecek update from HEAD
 1.20.14.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.20.4.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.21.6.2  05-Oct-2016  skrll Sync with HEAD
 1.21.6.1  22-Apr-2016  skrll Sync with HEAD
 1.22.2.1  26-Jul-2016  pgoyette Sync with HEAD
 1.23.46.1  26-Nov-2023  bouyer Pull up following revision(s) (requested by tsutsui in ticket #462):
sys/arch/newsmips/dev/dmac_0448.h: revision 1.7
sys/arch/newsmips/dev/scsi_1185.c: revision 1.25
Use DELAY(9), not empty for() loop that could be optimized out.
No visible regression on NWS-3260 and NWS-3470.
 1.23.20.1  27-Nov-2023  martin Pull up following revision(s) (requested by tsutsui in ticket #1764):

sys/arch/newsmips/dev/dmac_0448.h: revision 1.7
sys/arch/newsmips/dev/scsi_1185.c: revision 1.25

Use DELAY(9), not empty for() loop that could be optimized out.
No visible regression on NWS-3260 and NWS-3470.

RSS XML Feed