Age | Commit message (Expand) | Author |
2009-11-18 | panic on impossible error code | Alexander Hall |
2008-07-29 | In ahc_free(), which is invoked if attachment fails, do not free() | Miod Vallat |
2008-06-25 | do not print scsi id, since scsibus does that now; ok krw | Theo de Raadt |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-10-20 | Remove unneeded scope declarations that shadows existing ones. krw@ ok | Federico G. Schwindt |
2007-09-07 | The 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-14 | delete unused code; ok krw | Theo de Raadt |
2007-05-02 | Eliminate unused inline functions and replace ahc_lock() which | Kenneth R Westerback |
2006-07-30 | Make [ahc|ahd]_print_register() consistant, since they are both called | Kenneth R Westerback |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
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 |