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
*
Minor overhaul of SMBus support:
jhb
2006-09-11
6
-185
/
+188
*
Add support for another ATI IGP 340M (RS200M) AGP bridge.
anholt
2006-09-01
1
-1
/
+4
*
Use aperture base address from north bridge. Some BIOS does not encode
jkim
2006-08-21
1
-10
/
+5
*
Add more nForce4 SMBus 2.0 PCI IDs.
ru
2006-08-18
1
-0
/
+9
*
Don't reset Tx threshold value whenever xl_init_locked() is called.
yongari
2006-08-12
1
-1
/
+3
*
Make sure to check frames in Tx queue are empty before clearing
yongari
2006-08-12
1
-4
/
+4
*
Explicitly set v3 mode only when it is requested. Don't bother otherwise.
jkim
2006-08-11
1
-1
/
+6
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
Another small update to the re(4) driver:
wpaul
2006-08-01
1
-0
/
+8
*
Fix the following bugs in re(4)
wpaul
2006-07-30
1
-19
/
+19
*
Properly detect the RTL8168(B?) again. RealTek sent me a bunch of sample
wpaul
2006-06-28
1
-1
/
+2
*
Fix breakage of CHIP_I855 in the last revision.
anholt
2006-06-27
1
-3
/
+4
*
Add support for the RealTek 8169SC/8110SC and RTL8101E devices. The
wpaul
2006-06-26
1
-17
/
+68
*
Replace the three copies of the list of pci ids with a single centralized list.
anholt
2006-06-25
1
-143
/
+122
*
Move SiS 760 to where it belongs.
jkim
2006-05-30
2
-2
/
+2
*
Rename device name in the last commit. According to PR, the ID is
glebius
2006-05-24
1
-2
/
+2
*
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
[next]