Age | Commit message (Expand) | Author |
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback |
2007-05-14 | delete unused code; ok krw | Theo de Raadt |
2006-07-11 | Read PCI command/status register right before modifying it to prevent restoring | Mark Kettenis |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2005-03-24 | enable memory-mapped i/o everywhere but on i386 | Martin Reindl |
2005-02-21 | define AHC_ALLOW_MEMIO on macppc, resulting in support for more | Martin Reindl |
2005-02-12 | Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returns | 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-01-05 | Reduce ahc verbosity. Put chip details inside an if (bootverbose) {} | Kenneth R Westerback |
2003-12-24 | Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal | Kenneth R Westerback |
2003-09-25 | support AAA131U2; cmaxwell@themanor.net | Theo de Raadt |
2003-08-15 | - remove ahc dependency, convert smc93cx6 into an attribute. | Federico G. Schwindt |
2003-08-12 | move verify_cksum() to ahc; krw@ ok. | Federico G. Schwindt |
2003-07-25 | The AIC5900 and AIC5905 are ATM chipsets, not SCSI controllers. | Henning Brauer |
2003-02-18 | intial -> initial; | Jason McIntyre |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-07-05 | attempt to make ahc smaller. change PCI interrupt handler. | Steve Murphree |
2002-06-30 | Make sure interrupts are disabled at init and attempt better termination. | Steve Murphree |
2002-06-29 | Be sure to correctly initialize the ahc_softc members before using | Miod Vallat |
2002-06-28 | Return of new ahc | Steve Murphree |
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-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-18 | This should fix AHA-3950BU2. | Steve Murphree |
2002-02-16 | New port of FreeBSD's ahc driver | Steve Murphree |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-23 | shorten | Theo de Raadt |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie |
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist |
2001-01-22 | pretty print even during failure conditions | Theo de Raadt |
2000-12-29 | Suppress PCI bus error messages on i386. They are not fatal and are usually | Steve Murphree |
2000-07-03 | Add support for big endian hardware. Clean up memory vs. io mapping code. | Steve Murphree |
2000-05-26 | Match 2930CU, it works with the new driver | Chris Cappuccio |
2000-04-13 | Add support for Adaptec 2930U2 controller. | Steve Murphree |
2000-04-13 | Add support for Adaptec 2930U2 controller. | Steve Murphree |
2000-04-06 | Don't match AIC6915 -- that's a network card, supported by sf(4). | Aaron Campbell |
2000-04-05 | Changed boot messages and fixed Ultra160 boot messages. | Steve Murphree |
2000-03-22 | new ahc driver. Adds support for newer Adaptec controllers. This represents... | Steve Murphree |
2000-01-31 | Add support for 93C66 and 93C56 SEEPROM chips. | Tobias Weingartner |
1999-09-22 | 2940UWPro support | Theo de Raadt |
1999-08-27 | Add device ID for 398XUW, such as found on some RAID controllers. | Jason Downs |
1998-01-07 | now this is really pretty | Theo de Raadt |
1998-01-05 | new style pci attach printing | Theo de Raadt |
1997-08-05 | Make compile on alpha | Niklas Hallqvist |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist |
1996-10-16 | unused var | Theo de Raadt |