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
*
Add some safeguards to AIOSFMT:
des
2005-10-30
1
-2
/
+8
*
MFp4: When doing lazy allocation, it turns out that we need to record the
imp
2005-10-29
1
-0
/
+3
*
Use symbolic name rather thanhard coding the cap pointer offset for
imp
2005-10-29
2
-1
/
+2
*
Add Billionton LNA-100B variation that Alan reported in arch. [1]
imp
2005-10-29
1
-1
/
+3
*
Add Global Village lan modem.
imp
2005-10-29
1
-2
/
+6
*
Shutdown a little better by commenting the shutdown code and acknowledging
imp
2005-10-29
1
-4
/
+9
*
Shut down the card bus bridge hardware on detach. Before we'd just
imp
2005-10-29
1
-6
/
+14
*
Remove call to txp_set_filter() from txp_attach(). txp_set_filter() needs
wpaul
2005-10-29
1
-2
/
+0
*
Add an ioctl framework for doing FC task management functions from
mjacob
2005-10-29
4
-1
/
+73
*
Fix ndis_getstate_80211() so that it properly reports the authmode
wpaul
2005-10-29
1
-32
/
+77
*
Return the right format (LBA/MSF) in TOC entries.
sos
2005-10-28
1
-5
/
+7
*
In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe is
marcel
2005-10-28
1
-1
/
+1
*
o Style(9) nits
marcel
2005-10-28
1
-10
/
+9
*
Allow uart_bus_probe() to return the predefined BUS_PROBE_*
marcel
2005-10-28
1
-3
/
+1
*
Cardbus has only 1 slot, so simplify a little.
imp
2005-10-28
2
-44
/
+37
*
Add PCIM_BIOS_ADDR_MASK too
imp
2005-10-28
1
-0
/
+1
*
Some cardbus CIS definitions moved here since they are PCI registers.
imp
2005-10-28
1
-1
/
+12
*
Minor style(9) nitage.
imp
2005-10-28
1
-4
/
+2
*
Eliminate even more duplication, and move some definitions into pcireg.h
imp
2005-10-28
2
-45
/
+19
*
Remove now redundant defines.
imp
2005-10-28
1
-6
/
+0
*
Simplify code a little, prefer PCI?_FOO registers where possible.
imp
2005-10-28
1
-15
/
+9
*
Use PCIR_BARS rather than CARDBUS_BASE0_REG
imp
2005-10-28
1
-2
/
+3
*
- 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
[next]