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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- Clean-up comments that refer to the use of B_LOCKED.
jeff
2003-08-28
4
-6
/
+8
*
- In LCK_BUF() simply change the owner of the buf to the kernel.
jeff
2003-08-28
2
-20
/
+4
*
Fix location of $FreeBSD$ from last commit.
imp
2003-08-27
1
-4
/
+3
*
Add support for new devices.
pdeuskar
2003-08-27
5
-957
/
+1871
*
Return the translated result code from ATA/ATAPI commands.
sos
2003-08-27
1
-2
/
+2
*
Hopefully Fix problem with probing some ATAPI devices, while still
sos
2003-08-27
1
-14
/
+15
*
All davicom cards seem to need DC_TX_ALIGN.
mbr
2003-08-27
2
-4
/
+2
*
Reserve 184 for dumb console driver(dcons) which can be found in
simokawa
2003-08-27
1
-0
/
+1
*
add debug to pcic memory mapping routine
imp
2003-08-27
1
-0
/
+5
*
Fix a mac_policy_list reference to be a mac_static_policy_list
rwatson
2003-08-26
9
-9
/
+9
*
Revision 1.126 broke the interface of the bktr driver's
nectar
2003-08-26
2
-23
/
+26
*
M_PREPEND() with an argument of M_TRYWAIT can fail, meaning the
rwatson
2003-08-26
1
-0
/
+2
*
Let SA process work under ULE scheduler, originally it would panic kernel.
davidxu
2003-08-26
3
-24
/
+49
*
Use the db_alt_break() state machine instead of rolling our own. This
njl
2003-08-26
1
-32
/
+14
*
Use __FBSDID().
obrien
2003-08-25
21
-49
/
+74
*
Use __FBSDID().
obrien
2003-08-25
28
-73
/
+95
*
Implement the last commit properly.
joe
2003-08-25
1
-0
/
+3
*
Fix the cdevsw compatibility for -stable.
joe
2003-08-25
9
-11
/
+8
*
Fix the alpha kernel build.
jake
2003-08-25
1
-0
/
+2
*
Change LOG2_PAGE_SIZE from 14 to 15 bits. This will cause the CTASSERT
marcel
2003-08-25
1
-1
/
+1
*
Assert that u_long is at least 64 bits if PAGE_SIZE is 32K.
marcel
2003-08-25
1
-0
/
+7
*
Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reports
njl
2003-08-25
1
-8
/
+0
*
Probe routines can return < 0 for speculative matches. In the
imp
2003-08-25
1
-1
/
+1
*
Sort quirks into sections.
njl
2003-08-25
1
-19
/
+20
*
Revert previous commit. Violates Maintainer (O'Brien knows how to
mjacob
2003-08-25
1
-13
/
+24
*
Try to get rid of the fake slave problem.
sos
2003-08-25
1
-0
/
+4
*
Cleanup the dma int/alloc/free code.
sos
2003-08-25
5
-98
/
+72
*
Fix copyright comment & FBSDID style nits.
obrien
2003-08-25
31
-55
/
+27
*
Remove merge conflict that I didn't notice as it was in the middle of a
obrien
2003-08-25
1
-5
/
+0
*
Unify prototypes.
sos
2003-08-25
11
-85
/
+91
*
Fix compile error.
nyan
2003-08-25
1
-1
/
+1
*
Only call FLUSH_CACHE on devices that say they can.
sos
2003-08-25
1
-4
/
+8
*
Switch to dev/syscons/syscons.c.
nyan
2003-08-25
2
-3587
/
+1
*
Merge pc98 support from sys/pc98/pc98/syscons.c.
nyan
2003-08-25
1
-0
/
+21
*
Dont check the cable bit on ich5 when on the SATA channel.
sos
2003-08-25
1
-1
/
+2
*
MFi386: revision 1.452
nyan
2003-08-25
1
-0
/
+1
*
Add option NO_SIO to work-around the hardcoded dependency on sio(4).
marcel
2003-08-25
14
-212
/
+257
*
Change of plans: Add ext2_bitops.h with generic and portable
marcel
2003-08-25
7
-55
/
+232
*
Make TX on davicom 9102A working again. This chip needs
mbr
2003-08-24
2
-0
/
+4
*
Comment out a couple of __inline__s until we can get inlines to be actually
anholt
2003-08-24
1
-2
/
+2
*
Remove duplicate SCM ID.
obrien
2003-08-24
1
-2
/
+0
*
Sync with local version (cosmetics)
sos
2003-08-24
1
-1
/
+1
*
There is no detach func for PCI ATA devs.
sos
2003-08-24
1
-1
/
+0
*
Fix ad_dump top actually produce a dump.
sos
2003-08-24
1
-3
/
+9
*
Use __FBSDID().
obrien
2003-08-24
21
-31
/
+63
*
Use __FBSDID().
obrien
2003-08-24
28
-40
/
+89
*
Use __FBSDID().
obrien
2003-08-24
447
-755
/
+1477
*
Add device ataraid, this is now seperate and not pulled in by atadisk.
sos
2003-08-24
1
-0
/
+1
*
This is a major rework of the ATA driver (ATAng)
sos
2003-08-24
29
-3934
/
+3563
*
Remove redundant bzero.
hsu
2003-08-24
1
-1
/
+0
[prev]
[next]