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
*
Some chipset drivers redefine the busspace_isa_{io|mem} tags. This
marcel
2005-06-16
1
-3
/
+20
*
Fix four casts of the softc to a struct ifnet.
brooks
2005-06-15
1
-4
/
+4
*
Move if_alloc() higher in the attach function so sc->ifp is populated
brooks
2005-06-14
1
-6
/
+6
*
Remove a duplicate assignment.
brooks
2005-06-14
1
-1
/
+1
*
Initialize sc->an_ifp when doing if_alloc(). This prevents an(4)
delphij
2005-06-14
1
-1
/
+1
*
Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new
peter
2005-06-14
2
-4
/
+4
*
Build on pc98.
brooks
2005-06-12
1
-1
/
+1
*
Stop the interface before detaching and freeing it, rather than after.
brooks
2005-06-12
1
-1
/
+1
*
change 'dev' to 'sc->sc_dev' to fix the build.
scottl
2005-06-12
1
-1
/
+2
*
s/sc_enaddr/enaddr/ to fix pc98 build.
brooks
2005-06-11
1
-19
/
+19
*
Avoid GCC optimizations from injecting a call to memset(?) in order
marcel
2005-06-11
1
-1
/
+2
*
Move if_alloc() up so it's before mii_phy_probe().
brooks
2005-06-11
4
-25
/
+30
*
Move if_alloc() up in fxp_attach() so there's an ifp before
brooks
2005-06-11
1
-6
/
+7
*
Add an evil hack to work around a cast from the softc to the ifnet that
brooks
2005-06-11
1
-4
/
+6
*
Acquire Giant before making some CAM calls that need Giant to be held.
vkashyap
2005-06-11
2
-1
/
+5
*
Avoid deadlock in fxp driver when system runs out of mbufs.
wes
2005-06-10
1
-1
/
+6
*
Wrap the calls to the ISA DMA specific sndbuf_dma*() functions of
marius
2005-06-10
1
-0
/
+10
*
- Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source
marius
2005-06-10
14
-3215
/
+522
*
Revert the unnecessicary addition of some braces in fxp_attach(). Don't
brooks
2005-06-10
1
-3
/
+1
*
Delete a file that was meant to be renamed while repo-copying it but
marius
2005-06-10
1
-180
/
+0
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
176
-2421
/
+2581
*
Make ichsmb(4) child device handling properly.
takawata
2005-06-10
3
-8
/
+31
*
- Only create the led(4) interface, if setting the thinklight is possible
markus
2005-06-10
1
-9
/
+14
*
Identify the Intel ICH4 EHCI controller.
benno
2005-06-10
1
-0
/
+5
*
Enable SATA hotplug support.
sos
2005-06-10
1
-0
/
+4
*
Only set mode when the incoming ioctl is IOC_VOID, until we have better
delphij
2005-06-10
1
-1
/
+3
*
Fix the long standing problem with poor transferrates on Intel ICHH type
sos
2005-06-09
1
-2
/
+3
*
Import a mostly rewritten and extended version of acpi_ibm:
markus
2005-06-09
1
-330
/
+724
*
MFP4:
jkoshy
2005-06-09
17
-1196
/
+3896
*
Fix the register offset for the ATAPI count register thats used to
sos
2005-06-09
1
-2
/
+2
*
Use tabs instead of spaces to indent, per style(9)
imp
2005-06-09
1
-21
/
+20
*
Use the presence of ctlr->dmainit instead of r_res1 to find out when to
sos
2005-06-09
1
-1
/
+1
*
Change station mode beacon timer setup to insure the calculated
sam
2005-06-09
1
-6
/
+49
*
My abstracting out the MAC reading code to fix pccard broke pci. Add
imp
2005-06-08
1
-0
/
+1
*
Add support for the Intel 31244.
sos
2005-06-08
2
-81
/
+255
*
Set the correct IFS parameters for the beacon tx queue
sam
2005-06-07
2
-1
/
+49
*
Misc keycache changes:
sam
2005-06-06
2
-79
/
+176
*
Apply the usual woodoo for 64bitness.
sos
2005-06-06
1
-2
/
+2
*
Add support for nVidia's software RAID "MediaShield".
sos
2005-06-06
2
-7
/
+257
*
Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still...
imp
2005-06-06
1
-4
/
+0
*
Correct comment
imp
2005-06-06
1
-2
/
+1
*
Remove some variables the last commit stopped using so the code compiles.
brooks
2005-06-06
2
-4
/
+2
*
As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPE
imp
2005-06-05
1
-6
/
+0
*
Use same RID we allocated the resource with to free it
imp
2005-06-05
1
-1
/
+1
*
These registers are saved by pci bus code. Remove from #if 0'd code anyway
imp
2005-06-05
1
-18
/
+0
*
Power state management now done in PCI bus code
imp
2005-06-05
1
-11
/
+0
*
The PCI bus code saves/restores these config registers now.
imp
2005-06-05
2
-20
/
+0
*
Powerstate stuff now done in PCI bus driver
imp
2005-06-05
1
-21
/
+0
*
The PCI bus code saves/restores these config registers now.
imp
2005-06-05
2
-21
/
+0
*
Make nVidia SATA hotplug support DTRT.
sos
2005-06-05
1
-26
/
+27
[next]