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
*
Fix one more misuse of u_long when uint32_t is actually meant.
cognet
2005-05-24
1
-1
/
+1
*
Make snd_maestro3(4) mpsafe
yongari
2005-05-23
1
-84
/
+211
*
According to STP2002QFP User's Guide, it seems that driver should
yongari
2005-05-23
1
-1
/
+4
*
o Clear device-specific PCI register 0x41 (Retry Timeout) during attach
damien
2005-05-22
3
-20
/
+140
*
Fix WPA (802.11i) support.
damien
2005-05-22
2
-0
/
+24
*
Clear device-specific PCI register 0x41 during attach and on resume.
damien
2005-05-22
1
-0
/
+4
*
Add PCI ID for BCM5789.
silby
2005-05-22
2
-0
/
+3
*
Add machfb(4), a driver for ATI Mach64 graphics chips intended for
marius
2005-05-21
2
-0
/
+1948
*
o creator(4):
marius
2005-05-21
2
-166
/
+316
*
- Remove duplicate FBSDID.
marius
2005-05-21
3
-13
/
+3
*
- Not every architecture defaults to a black background (e.g. sparc64
marius
2005-05-21
1
-9
/
+9
*
On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME so
marius
2005-05-21
1
-0
/
+8
*
Remove superfluous braces and add #ifndef __sparc64__ around the
marius
2005-05-21
1
-18
/
+41
*
- Sprinkle some KBD_IS_* and KBD_*_DONE macros in sunkbd_configure() as
marius
2005-05-21
1
-11
/
+21
*
For sparc64 conditionalize the compilation of the gfb_cursor() variant
marius
2005-05-21
1
-4
/
+1
*
Fix yet another cut-and-paste bug.
emax
2005-05-20
1
-1
/
+1
*
Recognize the integrated (though not necessarily enabled) FireWire
marius
2005-05-20
2
-0
/
+14
*
If devclass_get_devices() returns success but a count of 0, free the
njl
2005-05-20
1
-1
/
+4
*
Deal with a few bootstrap issues:
wpaul
2005-05-20
1
-1
/
+1
*
In ndis_halt_nic(), invalidate the miniportadapterctx early to try and
wpaul
2005-05-20
1
-2
/
+0
*
Recognize the integrated USB controllers of Sun PCIO-2 chips which
marius
2005-05-19
1
-0
/
+14
*
o mc146818(4):
marius
2005-05-19
2
-17
/
+31
*
- Add locking.
marius
2005-05-19
3
-41
/
+120
*
Support the 5714C
ps
2005-05-19
4
-0
/
+20
*
Take advantage of ebus(4) having switched to SYS_RES_MEMORY for the
marius
2005-05-19
1
-5
/
+2
*
Sync with openfirm(4) and check the return value of malloc() although
marius
2005-05-19
1
-2
/
+15
*
Update the names of some member variables in comments to refect reality.
marius
2005-05-19
1
-2
/
+2
*
- Try to not leak resources in the attach functions of the esp(4) SBus
marius
2005-05-19
4
-127
/
+466
*
Use General definition for general notify.
takawata
2005-05-19
1
-4
/
+2
*
Convert to the faster bus_dmamap_load_mbuf_sg() interface.
alc
2005-05-18
2
-34
/
+16
*
Support passthru ioctl commands from 32bit binaries.
ps
2005-05-18
2
-1
/
+30
*
Make certain the the 48bit flag is reset if we dont translate LBA.
sos
2005-05-17
1
-2
/
+2
*
Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag.
emax
2005-05-16
1
-1
/
+1
*
Correct type for workitem routines.
wpaul
2005-05-16
1
-3
/
+3
*
longer used (contents added to sys/ata.h)
sos
2005-05-16
1
-130
/
+0
*
Change the way ioctls are issue to ATA.
sos
2005-05-16
11
-425
/
+398
*
Add convenience functions to get port and interface.
imp
2005-05-16
1
-0
/
+15
*
Print a warning once when trying to bring up interface before firmware load.
imp
2005-05-15
2
-0
/
+4
*
Remove old epson note support.
nyan
2005-05-15
1
-21
/
+2
*
- Add color tables for 16 colors mode and 8 colors mode, use a different
nyan
2005-05-15
1
-27
/
+16
*
- Mask an underline attribute on the pc98 console. It enables to use the same
nyan
2005-05-15
1
-49
/
+28
*
Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.
nyan
2005-05-15
1
-6
/
+0
*
Add support for NdisMEthIndicateReceive() and MiniportTransferData().
wpaul
2005-05-15
2
-0
/
+226
*
Fix my copyright.
nyan
2005-05-14
1
-1
/
+1
*
cosmetic change.
nyan
2005-05-14
1
-1
/
+1
*
- Move bus dependent defines to {isa,cbus}_dmareg.h.
nyan
2005-05-14
1
-23
/
+0
*
- Move timerreg.h to <arch>/include and split i8253 specific defines into
nyan
2005-05-14
2
-35
/
+85
*
Cleanup comments
sos
2005-05-13
5
-22
/
+11
*
Fix more ATAPI breakage.
sos
2005-05-13
1
-3
/
+9
*
If there is a problem during probe, be sure to free up any resources
njl
2005-05-12
1
-2
/
+2
[next]