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
*
Fix alignment requirements of tulip_rombuf by further increasing
ticso
2003-06-13
1
-4
/
+4
*
Remove code that tries to detect if the MCLSHIFT and MSIZE macros
mux
2003-06-13
1
-46
/
+0
*
Make the midway driver use the new ATM phy driver. This allows one to
harti
2003-06-13
1
-0
/
+3
*
Add vm object locking.
alc
2003-06-13
1
-1
/
+8
*
Use __FBSDID().
obrien
2003-06-11
21
-45
/
+62
*
Remove embededded ID string which was meant to provide information
se
2003-06-09
1
-6
/
+0
*
Add ADMtek ADM9511 and ADM9513 device ID's.
mbr
2003-06-08
2
-0
/
+8
*
Change a :
mux
2003-06-01
1
-1
/
+1
*
- Style(9) fixes, most notably :
mux
2003-06-01
1
-535
/
+365
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+1
*
Remove unused variables.
phk
2003-05-31
1
-5
/
+0
*
Remove break after return;
phk
2003-05-31
1
-2
/
+0
*
Remove break after return
phk
2003-05-31
1
-5
/
+0
*
Remove unused variables.
phk
2003-05-31
2
-11
/
+0
*
Remove now unused pointer to etherheader.
phk
2003-05-31
1
-2
/
+0
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+0
*
Move some FALLTHROUGH comments so they work.
phk
2003-05-31
2
-7
/
+6
*
Fix support for 256 MB aperture sizes on chipsets such as the 845 and
jhb
2003-05-27
1
-5
/
+16
*
Grr, fix compile. The bane of trying to split out patches into two
jhb
2003-05-27
1
-0
/
+1
*
Add support for the Intel 865 chipset.
jhb
2003-05-27
2
-3
/
+10
*
Only use a SIA/SYM media info block if no MII block is detected.
mbr
2003-05-15
1
-2
/
+26
*
Add support for 3Com OfficeConnect 10/100B.
mbr
2003-05-12
2
-0
/
+14
*
Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and it
cognet
2003-05-06
1
-4
/
+0
*
Define a link layer MIB for ATM. Most fields of this MIB are needed by
harti
2003-05-05
1
-16
/
+16
*
Use only a 64bit hash filter table for ADM-Centaur cards like the
mbr
2003-05-01
1
-1
/
+5
*
Add module data and version to the atm_subr and reference this info from the
harti
2003-04-29
1
-2
/
+5
*
Convert the midway driver to use busdma. Except for this conversion the
harti
2003-04-25
1
-290
/
+283
*
Use newly minted device_is_attached rather than device_is_alive to see
imp
2003-04-21
12
-12
/
+12
*
Explicitly declare 'int' parameters.
obrien
2003-04-21
1
-0
/
+2
*
Add support for Planex FNW-3602-T(CardBus 100M/10M).
sanpei
2003-04-18
2
-0
/
+12
*
Revise attach/detach resource cleanup
njl
2003-04-17
12
-58
/
+173
*
Revert part of revision 1.97 by calling dc_stop() unconditionally
iedowse
2003-04-17
1
-2
/
+1
*
Remove another unused variable.
jhb
2003-04-16
1
-1
/
+0
*
Remove an unused variable so this compiles again.
jhb
2003-04-16
1
-1
/
+0
*
Remove some code that managed to escape from my local repository.
mdodd
2003-04-16
1
-6
/
+0
*
- Remove a block of code I missed in the previous commit.
mdodd
2003-04-16
1
-6
/
+2
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
12
-186
/
+5
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
26
-18
/
+61
*
Rework the rl_encap failure case. Previously, we would stuff the
silby
2003-04-15
1
-3
/
+3
*
Correct maxsize/maxsegsz parameters to bus_dma_tag_create().
mux
2003-04-09
1
-6
/
+4
*
Fix if_vr's handling of vr_encap failures. 3 parts:
silby
2003-04-09
1
-10
/
+9
*
Quick fix so that the watchdog timer is not set unless packets are
silby
2003-04-08
1
-4
/
+5
*
Fix up callers of xl_encap so that they handle a failure response
silby
2003-04-08
1
-3
/
+10
*
Fix typo.
murray
2003-04-07
1
-1
/
+1
*
Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for the
mux
2003-04-05
1
-2
/
+21
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
10
-67
/
+30
*
Fix KASSERT syntax error.
phk
2003-04-01
1
-1
/
+1
*
Fix KASSERT syntax errors.
phk
2003-04-01
1
-2
/
+2
*
Add missing ()'s so that these drivers all compile again.
jhb
2003-03-31
10
-10
/
+10
*
If we fail to find our PCI ID in attach (this should never happen), then
jhb
2003-03-31
1
-2
/
+1
[next]