index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
ncr53c9x.c
Age
Commit message (
Expand
)
Author
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-01-26
Quoting an old commit message:
Miod Vallat
2014-01-18
move the declaration of ncr53c9x_scsi_cmd into the .c file, its the only
David Gwynne
2014-01-18
replace XS_NO_CCB with an iopool around the ecb_pool.
David Gwynne
2014-01-18
get rid of a XS_NO_CCB thats caused by a failure to allocate the
David Gwynne
2014-01-18
instead of having every bit of glue set up and attach an identical
David Gwynne
2011-11-08
ncr53c9x (a.k.a. esp on sparc64) does not like 16-byte SCSI commands
Kenneth R Westerback
2011-08-29
protect sc->sc_state access and ncr53c9x_sched() call with splbio in
Miod Vallat
2010-11-11
Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@
Miod Vallat
2010-09-28
do not assume PR_NOWAIT is 0; it is not anymore
Theo de Raadt
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-13
Remove a few more settings of ITSDONE in drivers. Only a couple
Kenneth R Westerback
2009-12-06
Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That use
Kenneth R Westerback
2009-11-22
Bring last drivers fully into the NO_CCB world by replacing
Kenneth R Westerback
2009-11-01
Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.
Federico G. Schwindt
2008-11-24
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
Kenneth R Westerback
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-08-31
Fix redundant device name and/or target printing after calling
Miod Vallat
2008-05-27
Don't print SCSI ID, it's redundant now that scsibus(4) prints the same
Mark Kettenis
2007-11-05
More scsi_done() at SPLBIO. Wrap more interrupt function calls while
Kenneth R Westerback
2007-10-15
more remove unneeded declarations that shadows existing vars; ok by many.
Federico G. Schwindt
2007-08-06
Fix some "that that"s.
Tom Cosgrove
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-06-26
Enable wide targets on FAS366 esp; note that this changes the way esp
Miod Vallat
2006-05-23
In NCR53C9X_DEBUG code, compute debug values after the values they depend on
Miod Vallat
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2006-01-09
Delay a bit after sending a reset command if the chip is an 53C94 or a 53C96;
Miod Vallat
2006-01-09
NCRDMA_SETUP() should be called before NCR_SET_COUNT() and NCRCMD_DMA command
Brad Smith
2006-01-04
Return from interrupt handler after chip init(reset).
Brad Smith
2006-01-04
People doing time comparisons without using the time{r,spec}cmp macros are
Miod Vallat
2004-10-28
add \n in 'invalid state' message; from Martin Reindl; ok miod@.
Xavier Santolaria
2004-09-29
Ratibibugle now useless evcnt structures.
Miod Vallat
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2004-01-15
Provide explicit function argument declarations.
Miod Vallat
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-07-25
cast and %lu for size_t variable printf
Jason Wright
2003-06-05
3/4 knockout for peter galbavy
Theo de Raadt
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2002-10-25
remove dead code; krw@ ok.
Federico G. Schwindt
2002-10-09
Remove trailing '\n's from panic messages.
Kenneth R Westerback
2002-09-04
don't dereference ecb on default case, it's uninitialized.
Federico G. Schwindt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-19
From NetBSD:
Jason Wright
2002-01-23
Pool deals fairly well with physical memory shortage, but it doesn't deal
Artur Grabowski
2001-12-17
Initialize variable before use. ok fgs@
Thomas Nordin
[next]