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
/
aic7xxx.c
Age
Commit message (
Expand
)
Author
2005-12-28
Strip out fancy timeout code that attempts to mimic FreeBSD's thread
Kenneth R Westerback
2005-12-04
Allocate all scbs during initialization to avoid using
Kenneth R Westerback
2005-12-01
bus_dma code clean up. No functional change. Polished form of diff
Kenneth R Westerback
2005-10-04
Sync with new aicasm.c. No functional change.
Kenneth R Westerback
2005-08-07
remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krw
Theo de Raadt
2005-07-18
remove trailing newline in panic(9); ok millert@ and deraadt@
Federico G. Schwindt
2005-06-01
De-inline a few functions if option SMALL_KERNEL, and do not compile
Miod Vallat
2005-04-17
Typo in panic string
Tom Cosgrove
2005-02-20
Do not confuse syslog by printing messages starting with '<'.
Miod Vallat
2005-01-12
Fix an off by one in the critical section clearing code. The code was
Kenneth R Westerback
2004-12-30
Clean up some code to eliminate snprintf() return value abuse noted by
Kenneth R Westerback
2004-10-24
Shuffle defines around so that ahc and ahd use the aic_ names that
Kenneth R Westerback
2004-08-13
Fix issue with auto request sense handling for both ahc and ahd.
Kenneth R Westerback
2004-08-01
Fold in relevant bits of the most recent two updates from
Kenneth R Westerback
2004-06-05
another try to re-add it
Theo de Raadt
2004-06-05
Remove unused file. We use aic7xxxvar.h.
Kenneth R Westerback
2004-02-22
Minor tweak from gibbs @ FreeBSD. Shorten one printf, eliminate
Kenneth R Westerback
2004-02-08
Pull in a few recent changes from FreeBSD, plus a couple of local
Kenneth R Westerback
2004-01-17
Major stability improvement. Fix a variety of systems and problems
Kenneth R Westerback
2003-12-24
Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal
Kenneth R Westerback
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-09-29
more dmamp_sync()s; krw@ ok
Michael Shalayeff
2003-08-12
fix after mickey breakage; reported by grange@.
Federico G. Schwindt
2003-08-12
constify sequencer script; krw@ ok
Michael Shalayeff
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-03-30
Fix probing of dual channel 7899 with some fixes from current FreeBSD
Kenneth R Westerback
2003-03-21
Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc.
Dale Rahn
2003-01-05
spelling
Theo de Raadt
2002-12-09
From Andrushock, s/sucess/success/g
Todd C. Miller
2002-10-09
Remove trailing '\n's from panic messages.
Kenneth R Westerback
2002-07-05
attempt to make ahc smaller. change PCI interrupt handler.
Steve Murphree
2002-06-28
Return of new ahc
Steve Murphree
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-03-26
Fix problems the ahc driver was having with the recent changes to
Kenneth R Westerback
2002-03-19
remove __P
Todd C. Miller
2002-03-19
revert to older ahc driver until the new one's bugs are fixed
Todd C. Miller
2002-02-16
New port of FreeBSD's ahc driver
Steve Murphree
2001-11-15
Compile with AHC_DEBUG
Hakan Olsson
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-09-20
occured->occurred
Mike Pechkin
2001-08-31
Prepare for transition to 5-parameter bus_dmamap_sync() by creating and
Kenneth R Westerback
2001-08-12
absolutely no need to include vm_parm.h after vm.h
Michael Shalayeff
2001-08-12
remove some of the redundant vm includes
Michael Shalayeff
2001-04-24
missing splx, found by art, not yet tested by smurph, but he has run out of time
Theo de Raadt
2001-04-06
Move offsetof define into sys/param.h
Constantine Sapuntzakis
2001-03-25
Missing splx(). Thanks to Dawson and team for finding this one
Constantine Sapuntzakis
2000-12-06
new timeouts; art@ ok
Michael Shalayeff
2000-08-02
No need to include pci header files here.
Aaron Campbell
2000-07-03
Add support for big endian hardware. Clean up memory vs. io mapping code.
Steve Murphree
[next]