Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in ↵ | Michael Shalayeff | |
pcisubmatch(); kettenis@ testing; brad@ ok | |||
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
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-07-11 | Eliminate use of static functions in line with normal OpenBSD | Kenneth R Westerback | |
preferences. Having more debugging info available during fixup of this driver to work on powerpc can't hurt either! Change adwminphys() to adw_minphys() to make consistant with all other function names in adw.c. | |||
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-04-11 | Update the adw driver to use the latest version of firmware (3.3f). | Kenneth R Westerback | |
Move the microcode files to dev/microcode/adw/*. | |||
2000-06-28 | sync with NetBSD v1.7 | Kenneth R Westerback | |
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-02-19 | From NetBSD: | Todd C. Miller | |
o Use newer pci attach method o Set chip_type corectly Fixes panic with the 3?940UW boards | |||
2000-02-07 | sync with netbsd. ok @deraadt | Kenneth R Westerback | |
2000-02-05 | support new u2w cards; dante@mclink.it, merged by kwesterback@home.com | Theo de Raadt | |
1998-11-17 | Add adw device driver, from NetBSD. | Jason Downs | |