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
/
pci
/
xrpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-2
/
+4
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
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
-2
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Free major#100
phk
2003-11-03
1
-2
/
+0
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-1
/
+1
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+3
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-0
/
+1
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+6
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Redo the pps bit to avoid digging into the private bits of the timecounter.
phk
2002-04-26
1
-4
/
+2
*
Simplify the RFC2783 and PPS_SYNC timestamp collection API.
phk
2002-04-26
1
-2
/
+8
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Do not depend on FreeBSD 2.2 compatability defines.
peter
2000-05-28
1
-1
/
+1
*
Isolate the Timecounter internals in their own two files.
phk
2000-03-20
1
-1
/
+2
*
Do a trivial conversion of xrpu to newbus.
peter
2000-02-12
1
-50
/
+62
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-14
/
+4
*
dont allow open if no device was found.
phk
1999-07-13
1
-1
/
+5
*
Bail after 5 attempts to read very noisy signals.
phk
1999-07-03
1
-4
/
+6
*
Pass the current timecounter to pps_event().
phk
1999-06-22
1
-3
/
+3
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-9
/
+24
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Fix Typo.
phk
1999-03-12
1
-2
/
+2
*
Make even more of the PPSAPI implementations generic.
phk
1999-03-11
1
-51
/
+28
*
Remove unused variable.
eivind
1999-01-12
1
-3
/
+5
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
* Fix a couple of places in the device pager where an address was
dfr
1998-11-08
1
-2
/
+2
*
Update and add timekeeping code.
phk
1998-10-24
1
-24
/
+182
*
Fixed printf format errors.
bde
1998-08-18
1
-3
/
+4
*
Add minimum driver for XC6200 based cards. Currently it knows about
phk
1998-05-30
1
-0
/
+110