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
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- Use if_printf() and device_printf() and remove vr_unit from the softc.
jhb
2005-10-27
2
-53
/
+44
*
- Add locking and mark MPSAFE. The driver had a mutex in the softc and
jhb
2005-10-27
2
-62
/
+86
*
Drop the driver lock around atm_input() analogous to all the ethernet
jhb
2005-10-27
1
-0
/
+2
*
Enclose the delayed attach in Giant so we dont loose the race with other
sos
2005-10-27
1
-6
/
+10
*
Clear pending_txs when not "RUNNING".
obrien
2005-10-27
1
-0
/
+1
*
- Use swi_remove() to teardown swi handlers rather than
jhb
2005-10-26
5
-6
/
+6
*
Catch up with new interrupt handling code.
ru
2005-10-26
4
-7
/
+7
*
Remove PCI IDs for multiport cards:
marcel
2005-10-26
1
-10
/
+15
*
Catch up with interrupt-thread changes.
grehan
2005-10-25
1
-1
/
+1
*
If we're trying to use C2/3 and reads from the register are returning
njl
2005-10-25
1
-3
/
+24
*
Reorganize the interrupt handling code a bit to make a few things cleaner
jhb
2005-10-25
3
-5
/
+5
*
Correct some __FreeBSD_version conditionals to use version bumps closer
wpaul
2005-10-25
2
-12
/
+27
*
Add a 1 microsecond delay in pci_add_children(), right before the read
wpaul
2005-10-25
1
-0
/
+1
*
- Convert hme(4) to use TX side bus_dmamap_load_mbuf_sg(9).
yongari
2005-10-25
3
-143
/
+136
*
Preliminary support for Xircom Credit Card Adapter. Not to be
imp
2005-10-25
1
-13
/
+55
*
Invert the check logic. No functional change, but I prefer this version.
njl
2005-10-24
1
-4
/
+2
*
Do not allow ndis_ticktask() to run after ndis_halt_nic() has been called.
wpaul
2005-10-24
1
-0
/
+11
*
If no AC line devices are found, go ahead and notify devd that the system
njl
2005-10-24
1
-0
/
+18
*
Add prototype to be consistent.
njl
2005-10-23
1
-0
/
+1
*
Typo.
glebius
2005-10-23
1
-1
/
+1
*
Add a hack to get around PCI link devices that report "present" but not
njl
2005-10-23
1
-1
/
+6
*
Import ACPI smart battery support. Newer systems (Acer, mostly) do not
njl
2005-10-23
2
-0
/
+687
*
Cleanups and support code for importing smart battery support.
njl
2005-10-23
2
-30
/
+124
*
Introduce polling(4) capability for bge(4).
glebius
2005-10-22
2
-2
/
+113
*
Add missing softc
imp
2005-10-22
1
-0
/
+1
*
Turns out that we're asking for the MAC address at a bad time in the
imp
2005-10-22
1
-4
/
+3
*
In the ISA case, we call ed_probe_WD80x3 before we call
imp
2005-10-22
1
-3
/
+3
*
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
imp
2005-10-22
12
-12
/
+12
*
The controller -> device switch happened in 4.0, fix comment
imp
2005-10-22
1
-1
/
+1
*
Some more minor cleanups of em(4) driver:
glebius
2005-10-20
2
-36
/
+10
*
Revamp interrupt handling in em(4) driver:
glebius
2005-10-20
3
-39
/
+39
*
In the em_process_receive_interrupts() cycle check the IFF_DRV_RUNNING
glebius
2005-10-19
1
-1
/
+3
*
Correct the size used to allocate ndis_txarray. It should be
wpaul
2005-10-19
1
-1
/
+1
*
Set the name of the chipset found
imp
2005-10-19
1
-3
/
+3
*
Make sure we set bst and bsh in the softc.
imp
2005-10-19
1
-0
/
+2
*
Fix vchan speed for hardware with discrete (non-continuous)
ariff
2005-10-18
1
-6
/
+24
*
Added missing comma. This fixes compilation if we need to enable
ariff
2005-10-18
1
-1
/
+1
*
Another round of cleanups and fixes:
wpaul
2005-10-18
2
-16
/
+103
*
Spotted a call to a cdev-related function not wrapped
yar
2005-10-18
1
-0
/
+2
*
Remove dc-only pseudo phy devices after repo copy to dev/dc
imp
2005-10-18
2
-719
/
+0
*
Make dc compile after repo-copy.
imp
2005-10-18
3
-5
/
+6
*
- Use BUS_DMASYNC_PREWRITE in em_get_buf(), as the adapter is about to read
cognet
2005-10-18
1
-3
/
+4
*
Minor commentary correction
imp
2005-10-17
1
-3
/
+3
*
Check against 8019 rather than 8029 for reading in the MAC addr since
imp
2005-10-17
1
-1
/
+1
*
Make ttyconsolemode() call ttsetwater() so that drivers don't have to.
phk
2005-10-16
3
-3
/
+0
*
we know it is called rpclose() so call it directly.
phk
2005-10-16
1
-1
/
+1
*
Eliminate two unused arguments to ttycreate().
phk
2005-10-16
12
-13
/
+12
*
The BCM5401 dspcode load on media changes also applies
grehan
2005-10-16
1
-0
/
+2
*
Mempage should be 1024 not 4096. This fixes the multiple 16-bit cards
imp
2005-10-16
1
-1
/
+1
*
Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032
jhb
2005-10-14
3
-0
/
+29
[prev]
[next]