Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-03-15 | support puc devices with higher speeds (not tested yet) | Theo de Raadt | |
1999-11-14 | Kill the overly verbose description strings, add another device. | Jason Downs | |
1999-10-26 | PCI "universal" communication device driver, by cgd@netbsd.org. | Jason Downs | |