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
*
Remove jumbo buffer #defines that I ended up not needing.
wpaul
2003-09-19
1
-8
/
+0
*
Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8.
anholt
2003-09-17
1
-1
/
+1
*
Don't read the MAC address from a copy of the EEPROM in the softc
mbr
2003-09-16
1
-4
/
+3
*
- Avoid calling pci_get_device() more than once in a single function.
mdodd
2003-09-14
2
-22
/
+40
*
Teach the re(4) driver about the CFG2 register, which tells us whether
wpaul
2003-09-13
1
-1
/
+15
*
- For the 8169 chips, read the station address by forcing an EEPROM
wpaul
2003-09-11
1
-4
/
+6
*
Re-enable VLAN_MTU capability for this driver. (Got reverted when
wpaul
2003-09-11
1
-0
/
+1
*
Add a PHY driver to support the built-in gigE PHY in the 8169S/8110S
wpaul
2003-09-11
2
-2
/
+3
*
Teach rl(4) about new hwrev codes.
wpaul
2003-09-10
1
-1
/
+2
*
Update hardware revision table. 0x04000000 appears to be the revision
wpaul
2003-09-10
1
-1
/
+2
*
Fix path of pci #includes that I botched.
wpaul
2003-09-08
1
-2
/
+2
*
Take the support for the 8139C+/8169/8169S/8110S chips out of the
wpaul
2003-09-08
2
-1226
/
+132
*
Make indentation uniform.
dfr
2003-09-06
1
-16
/
+16
*
When recording resources for the amdpm driver, only describe the ports
dfr
2003-09-06
1
-101
/
+36
*
change timer to MPSAFE
sam
2003-09-05
2
-5
/
+5
*
Use stream bus space accesses to program the ID (station address)
tmm
2003-09-04
2
-2
/
+6
*
Examine and record the Silicon Revision Register on NS parts.
phk
2003-09-03
2
-3
/
+38
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
4
-7
/
+7
*
Add support for AMD766 and AMD768 chipsets.
dfr
2003-09-01
1
-3
/
+9
*
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
[next]