summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp/rp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* The UPCI 32 rp(4) card uses BAR 2 like the UPCI 80 card.jhb2006-01-251-0/+2
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-2/+2
* - Use pci_get_device() and pci_get_vendor() when we only want one partjhb2005-03-251-3/+11
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Prevent the rp driver from panic'ing on first access and make atgallatin2004-06-211-7/+6
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+2
* Use __FBSDID().obrien2003-08-241-3/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Be consistent about functions being static.phk2002-10-161-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+2
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-111-0/+371
OpenPOWER on IntegriCloud