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 locking broken by recent _CID changes. Always be sure to unlock
njl
2003-12-23
1
-10
/
+15
*
Set up the interrupt earlier in ndis_attach(), because calling the
wpaul
2003-12-23
1
-4
/
+13
*
Update to use the new package routines instead of rolling our own
njl
2003-12-23
1
-66
/
+40
*
Remove the device_t parameter from package routines that only used it to
njl
2003-12-23
3
-49
/
+28
*
Make the NDIS driver depend on the wlan module now that it has
wpaul
2003-12-23
1
-0
/
+1
*
Fix a few more places where NULL was used instead of 0.
se
2003-12-23
2
-3
/
+3
*
Re-do the handling of ndis_buffers. The NDIS_BUFFER structure is
wpaul
2003-12-23
1
-4
/
+11
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
3
-7
/
+7
*
Don't use NULL (pointer) when we're testing for a count of 0 (integer).
peter
2003-12-23
1
-1
/
+1
*
resort device list
sanpei
2003-12-22
1
-3
/
+3
*
Fixed incomplete initialization in some ohci controllers with
shiba
2003-12-22
1
-33
/
+46
*
Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN
shiba
2003-12-22
3
-12
/
+45
*
Fix typo in ENE CB710 description. It isn't a 720.
imp
2003-12-22
1
-1
/
+1
*
Big round of updates:
wpaul
2003-12-21
2
-23
/
+411
*
Make the multiple include guard correct for this file location.
obrien
2003-12-20
2
-6
/
+6
*
Move all of the recovery thread routines next
gibbs
2003-12-19
1
-26
/
+33
*
We only need to terminate our recovery thread once.
gibbs
2003-12-19
1
-4
/
+1
*
Sync to 1.149 of usbdevs
sanpei
2003-12-19
2
-2
/
+9
*
Add support Panasonic KXL-CB35AN(DVD-ROM & CD-R/RW)
sanpei
2003-12-19
2
-0
/
+5
*
In ahd_run_qoutfifos, correct a !=/== logic bug
gibbs
2003-12-19
1
-12
/
+7
*
Fix PANASONIC KXLCB20AN Protocol.
sanpei
2003-12-18
1
-1
/
+1
*
Fix the register timings for AMD/VIA/nVidia chipsets.
sos
2003-12-18
1
-3
/
+3
*
Initialize acpi buffer structs early in order to avoid freeing
kan
2003-12-18
1
-3
/
+3
*
Sync to 1.148 of usbdevs
sanpei
2003-12-18
2
-2
/
+9
*
Add support IBM 256MB USB Drive(MSYSTEM DiskOnKey2)
sanpei
2003-12-18
2
-0
/
+5
*
Add support for the SiS 661 chipset (using SiS 963 south).
sos
2003-12-18
2
-0
/
+2
*
Sync to 1.147 of usbdevs
sanpei
2003-12-18
2
-2
/
+25
*
Add Support
sanpei
2003-12-18
3
-0
/
+12
*
Remove power profile support from acpi_cpu, it will be managed by a
njl
2003-12-18
1
-95
/
+26
*
Fix wildcard subsystem case in ndis_probe().
wpaul
2003-12-18
1
-2
/
+2
*
Deal with the duplicate sysctl leaf problem. A .inf file may contain
wpaul
2003-12-18
2
-3
/
+33
*
Add support for multiple CIDs since _CID can contain a package of values.
njl
2003-12-18
3
-65
/
+126
*
Recognize the nVidia ehci device id's in addition to the rest.
peter
2003-12-17
1
-0
/
+6
*
Recognize the nForce3 id's. This is mostly cosmetic and affects
peter
2003-12-17
1
-0
/
+2
*
Fix some becuase -> because typos.
jhb
2003-12-17
1
-1
/
+1
*
Regen.
sanpei
2003-12-17
2
-2
/
+9
*
Add support HP hn210e usb ethernet
sanpei
2003-12-17
2
-0
/
+2
*
Regen.
sanpei
2003-12-17
2
-2
/
+25
*
Add support
sanpei
2003-12-17
2
-0
/
+13
*
Move the locking of the softc up to before the allocation of the
harti
2003-12-17
1
-4
/
+6
*
ahc_eisa.c:
gibbs
2003-12-17
22
-2165
/
+2267
*
When outputing a code listing, properly display
gibbs
2003-12-17
1
-7
/
+16
*
Modify assembler to ignore carriage returns in input.
gibbs
2003-12-16
2
-4
/
+15
*
Fix compilation on 64bit archs.
sos
2003-12-16
1
-1
/
+1
*
Add device IDs for the Bluetake BW002, yet another Atmel AT76C503A
bms
2003-12-16
3
-0
/
+8
*
Print the LBA on failing R/W commands.
sos
2003-12-15
1
-5
/
+7
*
- The last change conflicted with disks on a live system, as opposed to
grehan
2003-12-15
1
-3
/
+9
*
initsd: For striped and RAID-[45] plexes, don't restrict the I/O
grog
2003-12-15
1
-5
/
+1
*
free_plex, free_volume: Don't try to destroy the underlying device if
grog
2003-12-15
1
-2
/
+4
*
vinumclose: Fix day-one bug. Subdisks and plexes were not being
grog
2003-12-15
1
-2
/
+11
[next]