index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
rp
/
rp_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the callout(9) API instead of timeout(9). To do this more cleanly,
jhb
2014-11-11
1
-2
/
+1
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-8
/
+0
*
These checks against BUSY aren't needed: the newbus layer does this
imp
2009-09-05
1
-8
/
+0
*
Start to convert this over to the new tty layer. These changes allow
ambrisko
2009-04-27
1
-0
/
+2
*
The UPCI 32 rp(4) card uses BAR 2 like the UPCI 80 card.
jhb
2006-01-25
1
-0
/
+2
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-2
/
+2
*
- Use pci_get_device() and pci_get_vendor() when we only want one part
jhb
2005-03-25
1
-3
/
+11
*
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp
2005-03-01
1
-1
/
+1
*
Prevent the rp driver from panic'ing on first access and make at
gallatin
2004-06-21
1
-7
/
+6
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-1
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-3
/
+4
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+2
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
1. Update Comtrol RocketPort driver(rp) to version 3.02.
tanimura
2000-06-11
1
-0
/
+371