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
*
Tweak the interrupt handler so that we call the txeof handler more often,
wpaul
2001-08-15
1
-2
/
+5
*
Convert the if_sis and if_rl drivers to use the bus_dma API instead of
wpaul
2001-08-15
4
-67
/
+359
*
Fix an bug in FreeBSD attach routine - attaching MII interfaces before doing
semenu
2001-08-13
1
-9
/
+7
*
Add support for 802.1Q VLAN and oversized ethernet frames.
semenu
2001-08-13
2
-4
/
+32
*
Pacify users who get all bent out of shape when they see the "xl%d: command
wpaul
2001-07-27
1
-2
/
+7
*
IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this change
brooks
2001-07-25
1
-1
/
+1
*
s/adress/address/
kris
2001-07-23
1
-1
/
+1
*
Deal with the condition where we lose link in the middle of transmitting
wpaul
2001-07-12
1
-1
/
+1
*
Apply patch supplied by Jonathan Chen: use the correct arguments to
wpaul
2001-07-09
12
-23
/
+23
*
Make these compile again by adding proc.h include for GIANT_REQUIRED
jhb
2001-07-05
6
-0
/
+6
*
Set vendor string correctly for the Apple KeyLargo.
benno
2001-07-05
1
-0
/
+4
*
Add device ID for the OHCI controller in the Apple KeyLargo chip.
benno
2001-07-02
1
-0
/
+5
*
Add initializetion of NVCTL register with EEPROM stored value.
semenu
2001-06-23
2
-0
/
+16
*
Change m_devget()'s outdated and unused `offset' argument to actually mean
bmilekic
2001-06-20
7
-38
/
+19
*
Fix warning:
peter
2001-06-15
1
-2
/
+2
*
Fix warnings:
peter
2001-06-15
1
-3
/
+6
*
Fix mindo:
wpaul
2001-06-05
1
-1
/
+1
*
Grrr. Fix PR 27742 correctly this time. (At least I got -stable right.)
wpaul
2001-06-01
1
-11
/
+2
*
Close PR #27742: allow the xl driver to receive VLAN tagged frames by
wpaul
2001-05-31
2
-3
/
+16
*
Vlan tags are 12 bits, mask off anything above since the chip doesn't
phk
2001-05-23
1
-2
/
+2
*
Add description for 82801BA controller.
kuriyama
2001-05-21
1
-0
/
+16
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
7
-0
/
+7
*
Close PR 22208: bring chip out of suspend mode, because Windows might
wpaul
2001-05-14
2
-0
/
+15
*
I'll be making some rather substantial changes to the pci attachment
imp
2001-05-13
2
-606
/
+0
*
Disable the 'stats counter overflow' interrupts since they can happen
wpaul
2001-05-11
1
-1
/
+1
*
The sk driver developed a bug when the multicast code was changed to
wpaul
2001-05-09
1
-6
/
+7
*
Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. The
imp
2001-05-08
1
-4
/
+0
*
Add some additional register definitions for some work I have in progress.
imp
2001-05-08
1
-0
/
+2
*
Move unused functions into #if 0 ... #endif.
nyan
2001-05-06
1
-0
/
+4
*
Fix the definitions for memory bank sizes, which I somehow got wrong.
wpaul
2001-04-26
2
-2
/
+7
*
Move setting of TI113X_PCI_CARD_CONTROL register sooner
imp
2001-04-17
1
-3
/
+2
*
Minor comment that missed the last change
imp
2001-04-17
1
-1
/
+1
*
When booting, turn on the 3E0 compatibility address for ricoh cardbus
imp
2001-04-17
2
-3
/
+32
*
Fix minor typo in comment. 112x -> 12xx
imp
2001-04-11
1
-1
/
+1
*
Several things:
mjacob
2001-04-09
1
-307
/
+618
*
Add in MII support for LICENGOOD copper part (10/100/1000). Add in some
mjacob
2001-04-09
1
-4
/
+28
*
Pick up changes from Parag Patel and Kachun Lee, and self:
mjacob
2001-04-09
1
-23
/
+104
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
3
-3
/
+0
*
Remove some unused stuff
peter
2001-03-25
1
-27
/
+1
*
Add a placeholder for the ServerWorks OSB4 device id. The SMBus
peter
2001-03-15
1
-0
/
+4
*
Remember to actually program the MAC address into the unicast filter
wpaul
2001-03-07
1
-0
/
+7
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-3
/
+12
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
2
-2
/
+3
*
A better mousetrap: use device hints, as in:
mjacob
2001-02-27
1
-7
/
+6
*
Workaround to prevent VMware from melting down. The pseudo PCnet interface
wpaul
2001-02-26
1
-1
/
+9
*
Apply patch to allow TX underrun handling without issuing a complete
wpaul
2001-02-22
2
-26
/
+64
*
Big round of minor updates:
wpaul
2001-02-21
14
-197
/
+185
*
Take luigi's suggestion and move the check for nothing to do to before the
imp
2001-02-20
1
-5
/
+4
*
Add DC_UNLOCK before first return. This caused returns when dc was on
imp
2001-02-20
1
-1
/
+3
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
2
-2
/
+2
[next]