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
*
Added missing dependency on rc4.
ru
2003-03-21
1
-0
/
+1
*
Added support for 82541 and 82547 based adapters.
pdeuskar
2003-03-21
7
-623
/
+1974
*
- Use if_broadcastaddr from struct ifnet rather than relying on
mdodd
2003-03-21
3
-4
/
+4
*
Use td->td_ucred instead of td->td_proc->p_ucred.
jhb
2003-03-20
2
-3
/
+3
*
Distinguish between register sets that depend on ac97 caps (wr0, wr1,
orion
2003-03-20
1
-17
/
+38
*
Correct vendor id for ALC101.
orion
2003-03-20
1
-1
/
+1
*
Clear channel and tag bits before set them.
simokawa
2003-03-19
1
-0
/
+1
*
Brucify.
sobomax
2003-03-18
2
-24
/
+26
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
10
-10
/
+0
*
o Lucent cards don't seem to like multiple buffers for tx. Use only
imp
2003-03-18
2
-37
/
+26
*
Move symbol reset detection code back into wi_reset. This is a more
imp
2003-03-18
2
-8
/
+10
*
Add DLINK DWL650H
imp
2003-03-18
1
-0
/
+1
*
Add SMC 2602W pci card, from a post to mobile@
imp
2003-03-18
1
-0
/
+1
*
Use %jd and a cast to intmax_t instead of a cast to long.
imp
2003-03-18
1
-4
/
+4
*
Tag longling_addr as maybe using a bad type, I'm not sure.
imp
2003-03-18
1
-1
/
+1
*
Regenerate for 1.45
imp
2003-03-18
1
-1
/
+4
*
Add DLINK DWL650H
imp
2003-03-18
1
-0
/
+1
*
Remove bogus KASSERT. The 802.11 layer and the resume from suspend
imp
2003-03-17
1
-2
/
+0
*
Fix a malloc() with no legal modeflag.
phk
2003-03-17
1
-1
/
+1
*
Fix the cable detection and properly find the host bridge on
sos
2003-03-16
1
-22
/
+22
*
Catch up with bpf_mtap() changes.
mdodd
2003-03-16
1
-1
/
+1
*
Catch up with recent infrastructure changes.
mdodd
2003-03-16
1
-2
/
+2
*
Remove duplicate line introduced in the previous commit.
sobomax
2003-03-15
1
-1
/
+0
*
- Add minimal support for TI16754 4xUART chip into sio(4) driver and remove
sobomax
2003-03-15
4
-41
/
+146
*
Add module dependency. This makes udbp.ko to be loaded.
takawata
2003-03-15
1
-0
/
+1
*
Fix a bug I introduced by overlooking the fact that "unit number" can
phk
2003-03-15
2
-1
/
+2
*
Call devstat_start_transaction_bio() instead of devstat_start_transaction().
phk
2003-03-15
1
-1
/
+1
*
Call devstat_start_transaction_bio() instead of devstat_start_transaction()
phk
2003-03-15
2
-2
/
+2
*
Now that bus_dmamem_alloc() handles its Giant mutex requirements itself,
scottl
2003-03-13
1
-2
/
+0
*
Remove the check for more than one open if one is a write op.
sos
2003-03-13
1
-5
/
+0
*
Dont free the stats struct, this has been changed by the new stat code.
sos
2003-03-13
1
-2
/
+0
*
Dont call dma->free unless dma is there.
sos
2003-03-13
1
-1
/
+2
*
Add pci id# for the sis648
sos
2003-03-13
1
-0
/
+2
*
Correct clock frequency for the IC Book Labs' cards, so that it's possible
sobomax
2003-03-12
1
-32
/
+32
*
Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Since
sobomax
2003-03-12
2
-1
/
+25
*
Correct the last commit, only look for subfunctions on the same PCI slot.
sos
2003-03-12
1
-4
/
+4
*
Correct CS4205 base vendor id.
orion
2003-03-12
1
-1
/
+1
*
Cleanup the probe code a bit.
sos
2003-03-12
1
-23
/
+24
*
Dont hang the channel on enclosures without sensors.
sos
2003-03-12
1
-16
/
+17
*
Put back including sys/devicestat.h for 4-stable.
simokawa
2003-03-12
1
-0
/
+3
*
clean up the en driver since it will survice for a while by
kjc
2003-03-12
1
-96
/
+0
*
FIPS 140-2 rng data tester for h/w crypto devices. This driver periodically
sam
2003-03-11
2
-0
/
+455
*
o add crypto driver glue for using the new rndtest driver/module; this is
sam
2003-03-11
4
-10
/
+68
*
gack; revert previous commit; not only did I read things backward but
sam
2003-03-11
1
-1
/
+1
*
sync with current: reduce default maxbatch setting from 5 to 1
sam
2003-03-11
1
-1
/
+1
*
correct output byte count statistic collection
sam
2003-03-11
1
-2
/
+3
*
Remove bogus UNLOCK in if_wi.c. Since we no longer WILOCK() in the
imp
2003-03-11
1
-3
/
+1
*
Add _HID of IrDA module and Pen tablet on
takawata
2003-03-11
1
-0
/
+2
*
Make uhci_waitintr() robust to interrupts being enabled, even though
iedowse
2003-03-11
1
-4
/
+3
*
Quirk for Pentax Optio 230 USB camera. Note that other products probably
njl
2003-03-11
1
-0
/
+5
[next]