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
*
All davicom cards seem to need DC_TX_ALIGN.
mbr
2003-08-27
1
-2
/
+1
*
Revision 1.126 broke the interface of the bktr driver's
nectar
2003-08-26
1
-14
/
+13
*
Make TX on davicom 9102A working again. This chip needs
mbr
2003-08-24
1
-0
/
+2
*
PCI header files live in dev/pci.
mdodd
2003-08-23
1
-2
/
+2
*
Report media status for bitrate PHYs.
mdodd
2003-08-23
1
-0
/
+8
*
AGP GART driver for NVIDIA nForce/nForce2 chipsets.
mdodd
2003-08-23
2
-0
/
+466
*
dev/pci/meteor_reg.h doesn't exist. Revert this part of last commit.
imp
2003-08-23
1
-1
/
+1
*
Revert previous change for ncrreg.h. The header really lives in
marcel
2003-08-23
1
-1
/
+1
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
28
-59
/
+59
*
Change instances of callout_init that specify MPSAFE behaviour to
sam
2003-08-19
1
-1
/
+1
*
"short cable" fix for DP8315
sam
2003-08-19
1
-0
/
+23
*
Argh. Last commit only had the __FBSDID() fix. Really add the device ID
wpaul
2003-08-15
2
-0
/
+3
*
It appears in some configurations with an on-board RTL8100 chip (in this
wpaul
2003-08-15
1
-2
/
+0
*
Set the TX hardware checksum offload bits on all the descriptors of a
wpaul
2003-08-13
2
-17
/
+23
*
Add or correct range checking of signal numbers in system calls and
nectar
2003-08-10
1
-0
/
+2
*
Grrr. There is a gratuitous difference in the RX descriptor status
wpaul
2003-08-10
1
-0
/
+18
*
- Update some comments regarding hardware details of the 8169 and
wpaul
2003-08-10
2
-40
/
+60
*
Add preliminary support for the RealTek 8169 gigE chip. Changes:
wpaul
2003-08-07
2
-4
/
+101
*
Enable IFCAP_VLAN_MTU and increase MTU for it.
simokawa
2003-08-05
1
-2
/
+3
*
Use the BUS_DMA_ZERO flag.
mux
2003-07-27
2
-12
/
+5
*
Use the BUS_DMA_ZERO flag.
mux
2003-07-27
1
-2
/
+1
*
Use the BUS_DMA_ZERO flag instead of bzero()'ing DMA memory.
mux
2003-07-27
1
-5
/
+2
*
Changed the type of the variable `qidx' from u_int8_t to int,
robert
2003-07-27
1
-2
/
+3
*
Erm, my previous commit was wrong and sis_tick() was only called each time
cognet
2003-07-22
2
-1
/
+6
*
Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858
imp
2003-07-19
2
-0
/
+5
*
Fix a busdma bogon:
wpaul
2003-07-18
1
-3
/
+3
*
Add support for the 8139C+ chipset. Unlike the other chips in the 8139
wpaul
2003-07-10
2
-111
/
+1433
*
Add support for a bunch of Microsoft networking products:
wpaul
2003-07-10
2
-0
/
+34
*
Support for large frames for VLANs was added by tweaking the packet size
wpaul
2003-07-10
2
-8
/
+47
*
Make the dc(4) driver endian-clean, so to that it works on sparc64.
mux
2003-07-09
2
-45
/
+56
*
Convert the dc(4) driver to the busdma API. This is a necessary step
mux
2003-07-06
2
-117
/
+304
*
Fix a bug that could cause dc(4) to m_freem() an already freed
mux
2003-07-06
1
-1
/
+2
*
Various style(9) and readability fixes.
mux
2003-07-06
1
-14
/
+22
*
- Ensure that the busdma API won't do deferred loads by using the
mux
2003-07-04
1
-9
/
+9
*
Due to extreme bogusness in the pci bus layer, these drivers were
imp
2003-07-03
10
-22
/
+26
*
Mega busdma API commit.
scottl
2003-07-01
3
-3
/
+16
*
In order to set the MAC address on RealTek NICs, you must flip WRITECFG
wpaul
2003-06-29
1
-5
/
+9
*
Modify the xl_reset() routine slightly so that, if we're using memory
wpaul
2003-06-29
1
-0
/
+10
*
Sort the list of PCI ID's in numerical order and fix a whitespace bogon.
jhb
2003-06-27
1
-4
/
+4
*
Add a PCI ID for the Apollo Pro 133A.
mdodd
2003-06-23
1
-0
/
+2
*
Add PCI IDs for the i82855 and i82875P AGP bridges.
mdodd
2003-06-23
1
-0
/
+12
*
Add ID for VT8233A.
mdodd
2003-06-22
1
-0
/
+2
*
Add vm object locking.
alc
2003-06-19
1
-0
/
+6
*
Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en)
harti
2003-06-16
1
-485
/
+0
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-20
/
+1
*
Fix alignment requirements of tulip_rombuf by further increasing
ticso
2003-06-13
1
-4
/
+4
*
Remove code that tries to detect if the MCLSHIFT and MSIZE macros
mux
2003-06-13
1
-46
/
+0
*
Make the midway driver use the new ATM phy driver. This allows one to
harti
2003-06-13
1
-0
/
+3
*
Add vm object locking.
alc
2003-06-13
1
-1
/
+8
*
Use __FBSDID().
obrien
2003-06-11
21
-45
/
+62
[next]