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
*
Add ACPI PnP string. This affects devinfo(8) output with -v option.
takawata
2004-03-27
1
-0
/
+46
*
Fix typo in the device id for the new cards.
scottl
2004-03-27
1
-1
/
+1
*
MFp4: FireWire
simokawa
2004-03-26
13
-243
/
+449
*
MFNetBSD Version 1.146
julian
2004-03-26
1
-5
/
+11
*
Add support for a new variant of the prism3 that has appaered in the
imp
2004-03-25
1
-0
/
+1
*
Sync to pccarddevs 1.82
imp
2004-03-25
1
-2
/
+5
*
Add a new Intersil card that DLINK is selling as the DWL-650.
imp
2004-03-25
1
-1
/
+2
*
1. Better handle a return value of EINPROGRESS from bus_dmamap_load.
vkashyap
2004-03-25
3
-22
/
+38
*
The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() is
wpaul
2004-03-24
1
-5
/
+11
*
Fix a bug introduced in rev 1.33(mega API change).
simokawa
2004-03-24
1
-1
/
+1
*
Correct the boundary parameter to the bus_dma_tag_create() calls (it was
tmm
2004-03-23
1
-2
/
+2
*
Recently I realized that the ADMtek 8211 driver wasn't working correctly
wpaul
2004-03-23
1
-3
/
+4
*
Use the correct length for appending an extended irq resource. This may
njl
2004-03-22
1
-1
/
+1
*
Shorten some printfs to fit better. No other functional changes.
njl
2004-03-22
1
-6
/
+6
*
Whitespace and comment changes. No MD5 change to the object file.
njl
2004-03-22
1
-53
/
+62
*
Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() again
wpaul
2004-03-21
2
-12
/
+12
*
Fix $FreeBSD$.
obrien
2004-03-21
1
-4
/
+4
*
Fix another Intel 2200BG bug: don't schedule ndis_ticktask() on media
wpaul
2004-03-21
1
-1
/
+2
*
- Rewrite the timer and event API routines in subr_ndis.c so that they
wpaul
2004-03-20
1
-1
/
+1
*
Don peril-sensitive sunglasses and add PCI Id's for two new cards. I've
scottl
2004-03-20
1
-0
/
+4
*
Fix loop termination condition for parsing resources in _PRS buffers.
njl
2004-03-20
1
-19
/
+18
*
Let ether_ifattach() announce our MAC address.
mdodd
2004-03-20
2
-10
/
+0
*
Don't announce MAC addresses twice.
mdodd
2004-03-20
4
-11
/
+0
*
Fix the ioctl types for two ioctls. I'm not sure if the switch was my
scottl
2004-03-20
1
-2
/
+2
*
Fix braino in previous commit: getenv() can return NULL.
marcel
2004-03-20
1
-0
/
+2
*
Put the event notification back where it was for freeBSD, after device creation.
julian
2004-03-20
1
-2
/
+2
*
Actually program the list of recording devices in sv_mix_setrecsrc().
marcel
2004-03-20
1
-0
/
+1
*
Introduce the hw.uart.console and hw.uart.dbgport environment variables
marcel
2004-03-20
8
-57
/
+304
*
- Remove some unused #includes.
alc
2004-03-19
1
-72
/
+58
*
Add generic support for the recent Adaptec flavors of ServeRAID.
scottl
2004-03-19
2
-4
/
+14
*
When doing round-robin reads from a multi-plex volume, only switch to the
le
2004-03-19
3
-4
/
+20
*
Diff reduction to NetBSD
julian
2004-03-19
1
-22
/
+35
*
Diff reduction to NetBSD
julian
2004-03-19
2
-23
/
+57
*
Move the poweroff handler to a separate function. Make sure it is run
njl
2004-03-19
1
-15
/
+35
*
Re-enable detach events after adding a bugfix from NetBSD
julian
2004-03-19
1
-1
/
+2
*
Prevent the strange situation that after each load/unload of a ppbus
guido
2004-03-18
7
-7
/
+34
*
Fixed a nasty old bug where a visual bell in the currently active
ru
2004-03-18
1
-1
/
+2
*
Add tunables for disabling serialized method execution and disabling the
njl
2004-03-18
1
-0
/
+19
*
Utilize sf_buf_alloc() and sf_buf_free() to implement the ephemeral
alc
2004-03-18
1
-9
/
+9
*
Back out code for auto-gdb detection that accidentally leaked into the
njl
2004-03-18
1
-17
/
+5
*
Support the DPF (start dependent function) resource type in parsing _PRS.
njl
2004-03-18
1
-10
/
+21
*
Regen after 1.169 of usbdevs.
sobomax
2004-03-18
2
-2
/
+23
*
Add support for Crystalfontz CFA-632, CFA-633 and CFA-634, all of them
sobomax
2004-03-18
2
-0
/
+9
*
Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it bogusly
green
2004-03-17
1
-4
/
+2
*
Fix border error to allow systems that specify 100 for latency also use
njl
2004-03-17
1
-2
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
189
-756
/
+759
*
Adjust $FreeBSD$'s.
obrien
2004-03-17
2
-5
/
+1
*
Implement "arlconfig arlX quality".
fjoe
2004-03-16
3
-41
/
+103
*
Update the SiS support to distinguish older southbridges better.
sos
2004-03-16
2
-9
/
+21
*
Remove RAIDFrame. It hasn't worked since GEOM replaced the old disk
scottl
2004-03-16
134
-42360
/
+0
[next]