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
/
arch
/
sparc
/
dev
/
si.c
Age
Commit message (
Expand
)
Author
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-27
make sparc compile again after tag team viking/guenther breakage.
Bob Beck
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-04
Be silent when deciding that the last chunk of a DMA transfer will be done
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-12-29
fix comments after the members of scsi_adapter were changed.
David Gwynne
2007-11-27
typos; ok jmc@
Martynas Venckus
2007-07-01
Do not define DEBUG unconditionnaly.
Miod Vallat
2007-06-09
Silence a debug printf.
Miod Vallat
2006-12-13
Remove the dma_eop callback in the ncr5380 driver md attachment, it was always
Miod Vallat
2006-12-10
Delay two seconds after board reset before trying to probe scsi devices.
Miod Vallat
2006-12-10
Allow ``flags 0'' to work to disable DMA for si(4) and sw(4) - it would get
Miod Vallat
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2004-11-29
Spell precede correctly.
Jonathan Gray
2004-09-29
Switch sparc to evcount; ok deraadt@
Miod Vallat
2003-11-14
the the; rohee@
Miod Vallat
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-04-30
Fix an ancient problem in how sparc interrupts are handled.
Artur Grabowski
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-09-21
initialize sc_link.openings to it's (currently) default value of 4
Michael Shalayeff
1999-07-09
vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t
Artur Grabowski
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1997-09-17
NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply to
Jason Downs
1997-08-08
Mostly sync to NetBSD-current 970804.
Jason Downs
1997-05-07
Turn off si driver's dma by default. Unfortunately, DMA doesn't work.
gene
1996-11-23
added const to second parameter of cfprint_t routines
kstailey
1996-08-11
netbsd port, now we merge our changes back in
Theo de Raadt
1996-01-12
from netbsd;
Theo de Raadt
1996-01-05
from netbsd; = not ==
Theo de Raadt
1996-01-04
mi 5380 driver
Theo de Raadt
1995-12-15
new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supply
Theo de Raadt
1995-11-18
remove a bunch of stupid 4/100 and bustype checks
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt