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_openbsd.c
Age
Commit message (
Expand
)
Author
2004-01-24
Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device.
Kenneth R Westerback
2004-01-17
Major stability improvement. Fix a variety of systems and problems
Kenneth R Westerback
2004-01-17
Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG.
Kenneth R Westerback
2004-01-07
Fix crash reported in pr/3630. Poll all scsi requests that have SCSI_POLL set.
Kenneth R Westerback
2004-01-05
Reduce ahc verbosity. Put chip details inside an if (bootverbose) {}
Kenneth R Westerback
2003-12-28
Give i/o's requeued as a result of aborts, timeouts, etc. a status of
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-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
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-09-06
Share interrupts nicely. Add tag type.
Steve Murphree
2002-07-05
attempt to make ahc smaller. change PCI interrupt handler.
Steve Murphree
2002-07-01
Ensure scb is setup correctly. Add debugging info.
Steve Murphree
2002-06-28
Move the calculation of sc_link->openings to after the printf about
Todd C. Miller
2002-06-28
Return of new ahc
Steve Murphree
2002-03-19
revert to older ahc driver until the new one's bugs are fixed
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-14
Fix *some* problems with new ahc driver that were surfaced with
Kenneth R Westerback
2002-02-16
New port of FreeBSD's ahc driver
Steve Murphree