summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/gdt_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* consistently uppercase pci product definesjsg2020-01-051-29/+29
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* format string fixes for bus_addr_t and bus_size_tsf2014-05-041-2/+2
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-4/+4
* use ansi declarations and rename gdt to sc to avoid shadows and followfgsch2007-10-171-142/+110
* use some define's for the PCI ids and add another ICP Vortex PCI id.brad2006-02-241-2/+10
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-2/+2
* fix various 3/4 licenses according to "terms" filederaadt2003-06-031-6/+1
* more debugging infoniklas2002-06-111-2/+4
* Remove redundant endianess conversionsniklas2002-06-111-19/+15
* match more cardsniklas2002-06-061-3/+4
* First round of __P removal in sysmillert2002-03-141-25/+25
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* attempt to match intelderaadt2001-07-301-54/+62
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-5/+5
* 7x43RN are MPRderaadt2001-05-071-1/+2
* improved queue handling + some small bug fixesniklas2000-11-101-7/+7
* trailing spacesniklas2000-09-191-7/+7
* Be more liberal about attaching products unknown to us (we have got IDniklas2000-08-051-46/+12
* (c) 2000niklas2000-08-031-2/+2
* Support for GDT6518RS added. Thanks Jeff! Also fixed a few bogus prodids.niklas2000-08-031-1/+3
* Make driver attach no matter the setting of jumper S4.niklas2000-08-011-3/+9
* Proper bus_dma usage, fixes cache incosistenciesniklas2000-03-011-1/+2
* Stupid typo that made errors hang the driverniklas2000-02-131-2/+2
* Rough but working driver for ICP-Vortex RAIDniklas2000-02-071-0/+822