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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for allocating one larger than page-sized contiguous block of memory
anholt
2006-05-16
1
-26
/
+110
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
4
-4
/
+0
*
Replace references to lnc(4) with references to le(4) (so far the notes
marius
2006-05-15
1
-4
/
+4
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
9
-51
/
+0
*
The sk(4) driver has moved to /sys/dev/sk
yongari
2006-04-27
4
-5146
/
+0
*
Add support for RTL8111B chip, that can be found on some mainboards,
glebius
2006-03-22
1
-0
/
+2
*
Remove de driver from old location.
imp
2006-02-26
3
-6580
/
+0
*
Add support for the Intel E7205 chipset.
anholt
2006-02-17
1
-0
/
+6
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
9
-10
/
+0
*
Don't add an agp child in vgapci's attach routine if the PCIY_AGP
jhb
2006-02-01
1
-0
/
+10
*
Check ifp before dereferencing it in xl_detach(). xl_detach() can be called
glebius
2006-01-18
1
-1
/
+1
*
Fix a memory leak I introduced with the hostb/vgapci stuff.
jhb
2006-01-17
1
-4
/
+8
*
The number of ticks per usec for YUKON_EC is 125.
yongari
2006-01-17
1
-1
/
+1
*
fix interrupt moderation timer frequencies for Yukon
yongari
2006-01-17
2
-7
/
+21
*
remove trailing spaces
yongari
2006-01-17
1
-11
/
+11
*
Remove unused code.
bz
2006-01-15
1
-3
/
+0
*
Use the copy of the card's MAC address saved in tulip_enaddr() in the softc
jhb
2005-12-22
1
-3
/
+12
*
Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.
ru
2005-12-21
2
-0
/
+1077
*
Use ETHER_ADDR_LEN rather than hardcoding 6.
jhb
2005-12-21
1
-1
/
+1
*
- Use PCIR_BAR() macro for the BAR for the aperture.
jhb
2005-12-20
1
-7
/
+1
*
- Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well as
jhb
2005-12-20
1
-36
/
+4
*
Change the various AGP drivers that attach to the Host-PCI bridge device to
jhb
2005-12-20
8
-16
/
+8
*
Change the agp_find_device() to return the first agp device that has been
jhb
2005-12-20
1
-2
/
+11
*
Don't map the AGP aperture into contiguous KVA. The various graphics
jhb
2005-12-20
2
-4
/
+1
*
Destroy the /dev device before destroying the mutex or releasing resources
jhb
2005-12-20
1
-1
/
+2
*
Use pci_find_extcap() to search for AGP capabilities (PCIY_AGP).
jhb
2005-12-20
1
-25
/
+4
*
Backout pseudo nForce2/3/4 support. These devices (as well as
ru
2005-12-16
1
-160
/
+25
*
Fix PCI ID of the AMD-8111 System Management controller so it matches
ru
2005-12-16
1
-1
/
+1
*
Add support for the nForce2/3/4 SMBus controllers which all contain two
jhb
2005-12-14
1
-25
/
+160
*
The if_ti Tigon I/II driver has moved to /sys/dev/ti
scottl
2005-12-10
4
-14450
/
+0
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-4
/
+4
*
Add support for i915 GMCH AGP. This diff is a combination of work by myself
anholt
2005-12-02
2
-31
/
+160
*
Fix the type of "eaddr" to guarantee the required alignment.
ru
2005-12-01
1
-8
/
+8
*
Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.
ru
2005-11-30
2
-21
/
+20
*
Add support for the i855GM, tested by an r300 user.
anholt
2005-11-29
1
-1
/
+6
*
Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:
jhb
2005-11-21
2
-30
/
+22
*
0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handle
jkim
2005-11-14
1
-16
/
+72
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
12
-37
/
+37
*
Catch up with IFP2ENADDR() type change (array -> pointer).
ru
2005-11-11
2
-3
/
+3
*
- Use callout_*() to manage the callout and make it MPSAFE.
jhb
2005-10-31
2
-16
/
+11
*
Add the device ID for the VIA VT8235 south bridge.
jhb
2005-10-31
1
-0
/
+7
*
Some of the VIA pm and propm devices are actually the same device as the
jhb
2005-10-31
1
-1
/
+38
*
Remove forgotten, no longer needed WB_UNLOCK() from the end wb_ioctl().
wpaul
2005-10-28
1
-2
/
+0
*
Fixup locking and mark MPSAFE.
jhb
2005-10-27
2
-44
/
+61
*
- Use if_printf() and device_printf() and remove vr_unit from the softc.
jhb
2005-10-27
2
-53
/
+44
*
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
imp
2005-10-22
8
-8
/
+8
*
Remove dc after repo copy.
imp
2005-10-18
2
-5088
/
+0
*
Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032
jhb
2005-10-14
3
-2
/
+33
*
In detach method, move if_free() after bus_teardown_intr().
ru
2005-10-13
11
-22
/
+32
*
Mark sk(4) as capable of handling extended VLAN frames. NICs
yar
2005-10-11
1
-0
/
+6
[prev]
[next]