Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consistently uppercase pci product defines | 2020-01-05 | 1 | -29/+29 | |
| | | | | ok mpi@ | ||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | Use <sys/endian.h> instead of <machine/endian.h> | 2014-12-19 | 1 | -2/+2 | |
| | | | | ok dlg@ mpi@ bcook@ millert@ miod@ | ||||
* | format string fixes for bus_addr_t and bus_size_t | 2014-05-04 | 1 | -2/+2 | |
| | | | | | | bus_addr_t and bus_size_t are u_long everywhere ok kettenis@ | ||||
* | make various strings ("can't map mem space" and similar) more consistent | 2009-03-29 | 1 | -4/+4 | |
| | | | | | | | between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod. | ||||
* | use ansi declarations and rename gdt to sc to avoid shadows and follow | 2007-10-17 | 1 | -142/+110 | |
| | | | | what other drivers do; no binary change. | ||||
* | use some define's for the PCI ids and add another ICP Vortex PCI id. | 2006-02-24 | 1 | -2/+10 | |
| | | | | | | PCI id from the Linux gdth driver. ok krw@ | ||||
* | Remove some double semicolons (hmm, do two semis equal a maxi?). | 2003-08-06 | 1 | -2/+2 | |
| | | | | I've skipped the GNU stuff for now. From Patrick Latifi. | ||||
* | fix various 3/4 licenses according to "terms" file | 2003-06-03 | 1 | -6/+1 | |
| | |||||
* | more debugging info | 2002-06-11 | 1 | -2/+4 | |
| | |||||
* | Remove redundant endianess conversions | 2002-06-11 | 1 | -19/+15 | |
| | |||||
* | match more cards | 2002-06-06 | 1 | -3/+4 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -25/+25 | |
| | |||||
* | 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. | ||||
* | attempt to match intel | 2001-07-30 | 1 | -54/+62 | |
| | |||||
* | Make pci_mapreg_map take an extra argument where we can | 2001-06-12 | 1 | -5/+5 | |
| | | | | | | | 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. | ||||
* | 7x43RN are MPR | 2001-05-07 | 1 | -1/+2 | |
| | |||||
* | improved queue handling + some small bug fixes | 2000-11-10 | 1 | -7/+7 | |
| | |||||
* | trailing spaces | 2000-09-19 | 1 | -7/+7 | |
| | |||||
* | Be more liberal about attaching products unknown to us (we have got ID | 2000-08-05 | 1 | -46/+12 | |
| | | | | | ranges from ICP-Vortex). New GDT products are normally configured with "Do not move DPMEM" as default, so try that mapping type first. | ||||
* | (c) 2000 | 2000-08-03 | 1 | -2/+2 | |
| | |||||
* | Support for GDT6518RS added. Thanks Jeff! Also fixed a few bogus prodids. | 2000-08-03 | 1 | -1/+3 | |
| | | | | | BTW, more RS controllers will need to be added, but I do not yet know the prodids. | ||||
* | Make driver attach no matter the setting of jumper S4. | 2000-08-01 | 1 | -3/+9 | |
| | | | | | | This solves the "cannot map DPMEM" problem some people have been seeing. Still there is an ugly printout while configuring if S4 is out, I do not know how to pretty that one just yet. Howevr it is just a cosmetic thing. | ||||
* | Proper bus_dma usage, fixes cache incosistencies | 2000-03-01 | 1 | -1/+2 | |
| | |||||
* | Stupid typo that made errors hang the driver | 2000-02-13 | 1 | -2/+2 | |
| | |||||
* | Rough but working driver for ICP-Vortex RAID | 2000-02-07 | 1 | -0/+822 | |