summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic7xxx.c
AgeCommit message (Expand)Author
2004-08-13Fix issue with auto request sense handling for both ahc and ahd.Kenneth R Westerback
2004-08-01Fold in relevant bits of the most recent two updates fromKenneth R Westerback
2004-06-05another try to re-add itTheo de Raadt
2004-06-05Remove unused file. We use aic7xxxvar.h.Kenneth R Westerback
2004-02-22Minor tweak from gibbs @ FreeBSD. Shorten one printf, eliminateKenneth R Westerback
2004-02-08Pull in a few recent changes from FreeBSD, plus a couple of localKenneth R Westerback
2004-01-17Major stability improvement. Fix a variety of systems and problemsKenneth R Westerback
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-09-29more dmamp_sync()s; krw@ okMichael Shalayeff
2003-08-12fix after mickey breakage; reported by grange@.Federico G. Schwindt
2003-08-12constify sequencer script; krw@ okMichael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-03-30Fix probing of dual channel 7899 with some fixes from current FreeBSDKenneth R Westerback
2003-03-21Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc.Dale Rahn
2003-01-05spellingTheo de Raadt
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-10-09Remove trailing '\n's from panic messages.Kenneth R Westerback
2002-07-05attempt to make ahc smaller. change PCI interrupt handler.Steve Murphree
2002-06-28Return of new ahcSteve Murphree
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-03-26Fix problems the ahc driver was having with the recent changes toKenneth R Westerback
2002-03-19remove __PTodd C. Miller
2002-03-19revert to older ahc driver until the new one's bugs are fixedTodd C. Miller
2002-02-16New port of FreeBSD's ahc driverSteve Murphree
2001-11-15Compile with AHC_DEBUGHakan Olsson
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-09-20occured->occurredMike Pechkin
2001-08-31Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-08-12absolutely no need to include vm_parm.h after vm.hMichael Shalayeff
2001-08-12remove some of the redundant vm includesMichael Shalayeff
2001-04-24missing splx, found by art, not yet tested by smurph, but he has run out of timeTheo de Raadt
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-03-25Missing splx(). Thanks to Dawson and team for finding this oneConstantine Sapuntzakis
2000-12-06new timeouts; art@ okMichael Shalayeff
2000-08-02No need to include pci header files here.Aaron Campbell
2000-07-03Add support for big endian hardware. Clean up memory vs. io mapping code.Steve Murphree
2000-04-05Changed boot messages and fixed Ultra160 boot messages.Steve Murphree
2000-04-04Import tagging code and try to resolve locking problem.Steve Murphree
2000-03-22new ahc driver. Adds suport for newer Adaptec controllers. This represents ...Steve Murphree
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1997-07-03do not whine about failed negotiationsTheo de Raadt
1997-04-10queue handling hacks for chips like aic7860 which have small numbers of SCB's.Theo de Raadt
1997-01-15sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets convertedTheo de Raadt
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-10-31$OpenBSD RCSIDsNiklas Hallqvist
1996-10-16-W cleanTheo de Raadt