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
...
*
Commit kernel part of patches to get the 3Com OfficeConnect 3CXSH572BT
imp
2000-01-10
1
-4
/
+3
*
return the sample rate set instead of 0. oops. mpg123 should now work.
cg
2000-01-10
1
-1
/
+1
*
Avoid setting DPARCKEN until I can figure out why it causes
gibbs
2000-01-10
1
-1
/
+1
*
change debug printout lefvels for a couple of places
mjacob
2000-01-09
1
-4
/
+4
*
fix the premature termination of playback
cg
2000-01-09
1
-1
/
+1
*
driver for neomagic 256av and 256zx
cg
2000-01-09
3
-0
/
+5393
*
modify sndstat output
cg
2000-01-09
1
-4
/
+12
*
- Add year 2000 copyright to driver files.
groudier
2000-01-08
3
-20
/
+58
*
Show the port/mem/irq of pci devices too.
peter
2000-01-08
1
-3
/
+37
*
Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()
peter
2000-01-08
1
-54
/
+47
*
Clean up the cfgmech/pci_mechanism debris. The reason for the existance
peter
2000-01-08
1
-2
/
+0
*
Add the vendor/device IDs for the LinkSys USB100TX.
wpaul
2000-01-08
5
-2
/
+25
*
Be a bit more discriminating when trying to decide when to screen out
wpaul
2000-01-08
2
-7
/
+21
*
Turn on parity error reporting before configuring external sram. This
gibbs
2000-01-08
1
-14
/
+21
*
Leave the SOFS value (number of StartOfFrames to wait while filling
wpaul
2000-01-08
1
-0
/
+6
*
Really enable external SCB ram on Ultra2 capable controllers.
gibbs
2000-01-08
1
-3
/
+9
*
Update copyrights to Y2K.
gibbs
2000-01-07
6
-189
/
+311
*
Add detection logic for the U160 family of adaptec controllers. These
gibbs
2000-01-07
1
-148
/
+314
*
Add the vendor and device IDs for a whole bunch of additional USB
wpaul
2000-01-07
6
-2
/
+119
*
Grrrr, this time it should be right, I need sleep - badly...
sos
2000-01-07
1
-2
/
+2
*
This is not my lucky day :(
sos
2000-01-07
1
-1
/
+1
*
Guard against transfers of zero length given to *strategy.
sos
2000-01-07
3
-2
/
+16
*
Set PIO mode in all cases.
sos
2000-01-07
1
-1
/
+7
*
New ATAPI burner utility API, replaces the wormio API.
sos
2000-01-06
3
-137
/
+103
*
Cleanups: remove stale comments left over from when I cloned the ADMtek
wpaul
2000-01-06
2
-17
/
+1
*
Checkpoint of today's changes. We now get to the point where the pccard
imp
2000-01-06
7
-137
/
+121
*
Merge most of FDC_YE into the mainline driver.
imp
2000-01-06
2
-75
/
+31
*
allow mixer-only devices - ie, devices with no play/rec channels
cg
2000-01-06
1
-15
/
+25
*
Update copyright date for Y2K (did the other files but forgot this one).
wpaul
2000-01-05
1
-1
/
+5
*
Don't tsleep with PCATCH, it's a wonderful way to hang the system.
grog
2000-01-05
1
-5
/
+6
*
Add missing header file.
grog
2000-01-05
1
-0
/
+1
*
don't panic if channel init fails, report and fail gracefully
cg
2000-01-05
2
-3
/
+10
*
Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is the
wpaul
2000-01-05
5
-15
/
+23
*
Make the evil broken pnpbios compensation slightly less evil.
peter
2000-01-05
1
-15
/
+20
*
Doh. Forgot to add the entry for the 3Com 3c19250 to the supported
wpaul
2000-01-05
1
-0
/
+2
*
Do not attempt to load the firmware a second time. If you reboot your
wpaul
2000-01-05
1
-1
/
+59
*
Zap pci_map_dense() and pci_map_bwx() - they were for compatability but
peter
2000-01-05
1
-2
/
+0
*
Patch up some of the evilness left over from the early newbus porting.
peter
2000-01-05
1
-83
/
+134
*
Explicitly type large scalar parameters to avoid compilation warnings
grog
2000-01-05
1
-19
/
+10
*
When attaching a plex to a volume with 'up' subdisks, make the plexes
grog
2000-01-05
1
-10
/
+12
*
Correct printf format for pointers to avoid compilation warnings on
grog
2000-01-05
1
-16
/
+16
*
Correct printf format for pointers to avoid compilation warnings on
grog
2000-01-05
1
-11
/
+23
*
Modify the manner in which we lock RAID-5 plexes. This appears to
grog
2000-01-05
3
-7
/
+15
*
Change the name of the define 'SPACETAB' (originally 'isspace') to
grog
2000-01-05
1
-4
/
+19
*
Include basename() function even if the system isn't i386.
grog
2000-01-05
1
-7
/
+11
*
Add the keywords 'mv' and 'move'.
grog
2000-01-05
1
-0
/
+3
*
Add function moveobject, which currently moves subdisks to different
grog
2000-01-05
1
-0
/
+44
*
Add VINUM_MOVE ioctl.
grog
2000-01-05
1
-43
/
+45
*
Explicitly type large scalar parameters to avoid compilation warnings
grog
2000-01-05
1
-8
/
+6
*
Add declaration for give_sd_to_drive, needed for the 'move' command.
grog
2000-01-05
1
-1
/
+2
[prev]
[next]