summaryrefslogtreecommitdiff
path: root/sys/dev/pci/adw_pci.c
AgeCommit message (Collapse)Author
2001-07-11Eliminate use of static functions in line with normal OpenBSDKenneth 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-12Make pci_mapreg_map take an extra argument where we canNiklas 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-11Update 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-28sync with NetBSD v1.7Kenneth R Westerback
2000-04-29add $ tagKenneth R Westerback
2000-02-19From NetBSD:Todd C. Miller
o Use newer pci attach method o Set chip_type corectly Fixes panic with the 3?940UW boards
2000-02-07sync with netbsd. ok @deraadtKenneth R Westerback
2000-02-05support new u2w cards; dante@mclink.it, merged by kwesterback@home.comTheo de Raadt
1998-11-17Add adw device driver, from NetBSD.Jason Downs