summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic7xxx.c
AgeCommit message (Expand)Author
2009-11-18panic on impossible error codeAlexander Hall
2008-07-29In ahc_free(), which is invoked if attachment fails, do not free()Miod Vallat
2008-06-25do not print scsi id, since scsibus does that now; ok krwTheo de Raadt
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-10-20Remove unneeded scope declarations that shadows existing ones. krw@ okFederico G. Schwindt
2007-09-07The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-05-26'recevied' -> 'received' in a displayed message. From Diego Casati.Kenneth R Westerback
2007-05-14delete unused code; ok krwTheo de Raadt
2007-05-02Eliminate unused inline functions and replace ahc_lock() whichKenneth R Westerback
2006-07-30Make [ahc|ahd]_print_register() consistant, since they are both calledKenneth R Westerback
2006-02-06typos from alexey dobriyan;Jason McIntyre
2005-12-28Strip out fancy timeout code that attempts to mimic FreeBSD's threadKenneth R Westerback
2005-12-04Allocate all scbs during initialization to avoid usingKenneth R Westerback
2005-12-01bus_dma code clean up. No functional change. Polished form of diffKenneth R Westerback
2005-10-04Sync with new aicasm.c. No functional change.Kenneth R Westerback
2005-08-07remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krwTheo de Raadt
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-06-01De-inline a few functions if option SMALL_KERNEL, and do not compileMiod Vallat
2005-04-17Typo in panic stringTom Cosgrove
2005-02-20Do not confuse syslog by printing messages starting with '<'.Miod Vallat
2005-01-12Fix an off by one in the critical section clearing code. The code wasKenneth R Westerback
2004-12-30Clean up some code to eliminate snprintf() return value abuse noted byKenneth R Westerback
2004-10-24Shuffle defines around so that ahc and ahd use the aic_ names thatKenneth R Westerback
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