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 compaq hotplug PCI device id.
peter
2000-09-05
1
-9
/
+27
*
When dumping the 'found devices' list in verbose mode, actually show the
peter
2000-09-05
1
-0
/
+2
*
Fix pci-pci bridges (I hope).
peter
2000-09-03
1
-9
/
+4
*
Define some more bits in CSR15 needed for previous change.
wpaul
2000-09-02
1
-0
/
+4
*
Make the blinkylights on non-MII 21143 cards work. We need to enable
wpaul
2000-09-01
1
-0
/
+11
*
If a base address register has been set up by the BIOS, but the relevant
msmith
2000-09-01
1
-6
/
+13
*
Take a shot at fixing multiple pci busses on i386.
peter
2000-08-31
1
-6
/
+11
*
Remove duplicate static definition of pci_devclass
peter
2000-08-31
1
-1
/
+0
*
Add a detach method to allow this device to be unloaded.
imp
2000-08-30
1
-0
/
+7
*
Add TI-1031 id. It doesn't work yet, but it is nice to have it.
imp
2000-08-29
2
-0
/
+6
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
7
-216
/
+318
*
Add support for the 3Com 556 and 556B mini-pci adapters used on some
wpaul
2000-08-28
2
-9
/
+89
*
remove clause 3 licence
mjacob
2000-08-27
1
-7
/
+1
*
Correct messages for VIA Apollo Pro133A.
kuriyama
2000-08-25
1
-1
/
+5
*
Fix up the sis driver, largely to improve the NatSemi DP83815 support:
wpaul
2000-08-22
2
-19
/
+85
*
Replace the mbuf external reference counting code with something
dwmalone
2000-08-19
5
-152
/
+32
*
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
[next]