Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat | |
correct order. | |||
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-23 | shorten | Theo de Raadt | |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie | |
Restore missing breaks. | |||
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist | |
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm. | |||
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 | |
caused by another device on the PCI bus. So we won't print them. Just ACK them and go. | |||
2000-07-03 | Add support for big endian hardware. Clean up memory vs. io mapping code. | Steve Murphree | |
Fix for drives with Tag quirks. | |||
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 | |
AHA-29160 Ultra160 verified working. | |||
2000-03-22 | new ahc driver. Adds support for newer Adaptec controllers. This ↵ | Steve Murphree | |
represents two months of work. | |||
2000-01-31 | Add support for 93C66 and 93C56 SEEPROM chips. | Tobias Weingartner | |
Adapted from FreeBSD code. | |||
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 | |
(This allows, for instance, an AAA-131CF to function as a normal SCSI controller with this driver.) | |||
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 | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-10-16 | unused var | Theo de Raadt | |
1996-08-21 | check for __OpenBSD__, prep for tossing __NetBSD__? | Theo de Raadt | |
1996-06-27 | new 2940 driver merged from freebsd sources 960623 | shawn | |
1996-05-26 | sync 0521 | Theo de Raadt | |