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
/
isa
/
aha.c
Age
Commit message (
Expand
)
Author
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
2002-01-24
bussified and bus-split bustec scsi ha driver.
Michael Shalayeff
2001-12-08
Sprinkle pmap_update calls where relevant and some other
Artur Grabowski
2001-11-30
Kill uvm_pagealloc_contig. The two drivers that still used it should have
Artur Grabowski
2001-06-27
zap old vm
Artur Grabowski
2001-04-02
Do not delete timeouts when they are not set
Niklas Hallqvist
2001-01-29
new timeouts
Michael Shalayeff
2000-11-13
make compile with !UVM
Niklas Hallqvist
2000-04-19
Force mailbox to be under 16MB so the controller can see it
Niklas Hallqvist
1999-08-19
pnpdevs.h
Theo de Raadt
1999-01-07
Die, NEWCONFIG
Niklas Hallqvist
1998-12-27
non-working isapnp aha support
Theo de Raadt
1998-08-13
Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>.
Jason Downs
1997-09-15
AHADEBUG cleanliness
flipk
1997-07-30
KNF and other style nits
Niklas Hallqvist
1997-01-16
ahaprint() & btprint() -> scsiprint()
kstailey
1996-11-23
added const to second parameter of cfprint_t routines
kstailey
1996-10-16
contextual usage only
Theo de Raadt
1996-06-19
turn off *DIAG; something is miserably wrong with it and various people
Theo de Raadt
1996-06-01
splbio over scsi_done; isdma_copyfrombuf() inside this block is not a real
Theo de Raadt
1996-06-01
do not access sc_link before set
Theo de Raadt
1996-05-31
fixes by hannken and deraadt
Theo de Raadt
1996-05-31
a cvs test
Theo de Raadt
1996-05-27
"aha + bt" kernels work now.
Theo de Raadt
1996-05-26
sync 0521
Theo de Raadt
1996-05-10
AHA_MBO_FREE/AHA_MBI_FREE botch
Theo de Raadt
1996-05-07
sync with 0504 -- prototypes and bus.h
Theo de Raadt
1996-05-02
bizzare change in netbsd land
Theo de Raadt
1996-04-22
Update aha.c to use bounce buffers, fix typos in isadma.c, update bounce buffers
hannken
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-20
Fix back wrong patches.
Michael Shalayeff
1996-03-19
Merging w/ NetBSD 021796.
Michael Shalayeff
1996-03-08
From NetBSD: merge of 960217
Niklas Hallqvist
1996-02-20
Pass device name to interrupt establish routines so it can be recorded in
Thorsten Lockert
1996-01-23
Removed extra brace.
hannken
1996-01-21
Corrected typo when removing CCB's from the hash list.
hannken
1996-01-12
Remove CCB from hash list when it gets unmapped, not the first time looked up.
hannken
1995-12-27
from netbsd:
Theo de Raadt
1995-12-14
from netbsd; print illegal setting messages nicer
Theo de Raadt
1995-11-30
properly catch cases where buffers are on the kstack, from hannken@eis.cs.tu-...
Theo de Raadt
1995-11-30
correct way to call tsleep is almost always "while (condition) tsleep(...)"
Theo de Raadt
1995-11-28
i386 isa bounce buffers by hannken@eis.cs.tu-bs.de
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt