Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ansi | 2021-03-05 | 1 | -8/+3 | |
| | |||||
* | use nitems(); no binary change for drivers that are compiled on amd64. | 2011-04-03 | 1 | -2/+2 | |
| | | | | ok claudio@ | ||||
* | update for the Triware to 3ware renaming and use pci_matchbyid(). | 2006-08-25 | 1 | -9/+8 | |
| | |||||
* | oops; the new one is w a whole new fw and doesn't work w/ twe(4) | 2006-07-31 | 1 | -3/+2 | |
| | |||||
* | new twe; reported by Randal Harisch <azar@eyeonvideo.com> | 2006-07-27 | 1 | -2/+3 | |
| | |||||
* | missing return upon intr_establish failure | 2005-11-15 | 1 | -1/+2 | |
| | |||||
* | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok | 2005-08-09 | 1 | -7/+1 | |
| | |||||
* | kill the caluses three and four on some of my code | 2003-06-02 | 1 | -6/+1 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -3/+3 | |
| | |||||
* | Change pci_intr_map to take pci_attach_args as an argument. | 2001-08-25 | 1 | -3/+2 | |
| | | | | | | | | | | | 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. | ||||
* | Make pci_mapreg_map take an extra argument where we can | 2001-06-12 | 1 | -2/+2 | |
| | | | | | | | 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. | ||||
* | new 3ware card, presumably backwards compatible; from freebsd | 2000-12-07 | 1 | -2/+3 | |
| | |||||
* | fix pasto in error printf | 2000-09-29 | 1 | -2/+2 | |
| | |||||
* | 3ware escalade ide raid controllers | 2000-09-15 | 1 | -0/+124 | |