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
*
Fix a bug brought to light by the people working on SMPng. I don't quite
wpaul
2000-08-11
1
-1
/
+11
*
Close PR 20438. Make fix for preserving LED settings conditional on
wpaul
2000-08-07
1
-3
/
+7
*
Add the ESS Solo-1 to generic chip match.
sanpei
2000-08-03
1
-0
/
+2
*
Add support for the Netgear GA620T copper gigabit card.
wpaul
2000-08-02
2
-1
/
+8
*
Add call to bus_generic_attach() at the end of sk_attach(). It turns out that
wpaul
2000-08-02
1
-0
/
+2
*
Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterday
wpaul
2000-08-02
1
-0
/
+1
*
Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problems
wpaul
2000-08-01
1
-2
/
+13
*
Part of major rewrite for core version 2.0- clarification of
mjacob
2000-08-01
1
-99
/
+106
*
"Fix" cast qualifier warnings using the uintptr_t intermediate trick.
peter
2000-07-28
1
-3
/
+6
*
Document the 0x12258086 PCI id.
asmodai
2000-07-27
1
-1
/
+1
*
Use a custom Tigon 2 firmware image, hopefully temporarily. This is
wpaul
2000-07-26
1
-1683
/
+1728
*
Tweak probe message so that 1000baseSX and 1000baseT cards are
wpaul
2000-07-20
1
-2
/
+2
*
Update the Tigon driver to support 1000baseTX gigE over copper AceNIC
wpaul
2000-07-20
4
-2427
/
+3229
*
Fix an alpha-only race which causes the transmit side of the chip to
gallatin
2000-07-19
1
-0
/
+12
*
Keep interrupts blocked for all of isp_pci_attach. Redo DMA routines
mjacob
2000-07-18
1
-78
/
+161
*
Add the PCI IDs for the Macronix 98727 and 98732 parts. These are
wpaul
2000-07-17
2
-1
/
+10
*
Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,
wpaul
2000-07-15
2
-7
/
+33
*
Close PR# 19904: remember to call sf_setmulti() when initializing the
wpaul
2000-07-14
1
-0
/
+5
*
sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twice
wpaul
2000-07-14
1
-3
/
+0
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
15
-84
/
+40
*
Add support for Intel's i810 chipset with integrated graphics. An
dfr
2000-07-12
4
-4
/
+518
*
Newbusify this driver at an expense of 40 extra lines of code.
phk
2000-07-10
1
-67
/
+112
*
Thanks for Andrew Gallatin pointing out that freeing contigmalloc'd
mjacob
2000-07-09
1
-2
/
+12
*
use contigfree() rather than free() to free memory allocated with
gallatin
2000-07-08
1
-4
/
+6
*
Fix a minor bug in the MAC address unscrambling code.
wpaul
2000-07-06
1
-3
/
+3
*
Add support for the National Semiconductor DP83815 fast ethernet
wpaul
2000-07-06
2
-21
/
+229
*
Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.
wpaul
2000-07-05
2
-0
/
+3
*
Change startup locking. Use new isp_handle_index function
mjacob
2000-07-04
1
-20
/
+16
*
Account for packets we clean out when we disconnect.
phk
2000-07-03
1
-1
/
+3
*
use warnings
alfred
2000-06-27
1
-5
/
+18
*
If swdpio1 doesn't clear, we have a reversed (or disconnected) cable. Change
mjacob
2000-06-25
1
-3
/
+3
*
Added support for SMC9432BTX cards.
semenu
2000-06-21
2
-10
/
+81
*
Implemented some optimizations which result in 14 fewer instructions in the
dg
2000-06-19
1
-2
/
+6
*
Added support for the i82559ER (10/100Mbps NIC for embedded applications).
dg
2000-06-18
2
-9
/
+16
*
Clean up firmware load issues and remove darn near all config options.
mjacob
2000-06-18
1
-95
/
+43
*
Fix this driver to (finally) work with switches. Some more black
mjacob
2000-06-16
3
-26
/
+163
*
Add support for the Accton EN1217.
asmodai
2000-06-11
2
-0
/
+14
*
Release resources properly in detach.
dfr
2000-06-10
1
-0
/
+9
*
Fix the AMD 751 AGP minidriver so that it works with my test code.
dfr
2000-06-10
4
-8
/
+112
*
A driver for programming the AGP hardware. This is only very lightly
dfr
2000-06-09
10
-0
/
+2576
*
Nuke the useless chip driver. It gets in the way when you want to load
dfr
2000-06-09
3
-50
/
+4
*
When I tweaked if_dc.c to alter the polling interval for non-MII
wpaul
2000-06-07
1
-7
/
+12
*
- Call mii_pollstat() after we bring up the link on a 1000baseTX card
wpaul
2000-06-06
1
-1
/
+4
*
Rework the support for the internal autonegotiation on the 21143 and
wpaul
2000-05-31
2
-15
/
+36
*
Encapsulate the old PCI compatability support and APIs completely under
peter
2000-05-28
4
-127
/
+118
*
Make this compile without depending on the FreeBSD 2.2 compatability
peter
2000-05-28
2
-12
/
+13
*
Do not depend on FreeBSD 2.2 compatability defines.
peter
2000-05-28
1
-1
/
+1
*
Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compat
peter
2000-05-28
1
-2
/
+1
*
Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/
peter
2000-05-28
10
-30
/
+30
*
Use the correct name for the PCI command register (PCIR_COMMAND). Don't
peter
2000-05-28
1
-3
/
+3
[next]