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 pnpinfo and location information to uhub. We also keep track of
imp
2004-06-30
3
-14
/
+151
*
Remove saved_* from dc_softc. They are now no longer needed.
imp
2004-06-29
1
-5
/
+0
*
Update the special handling code for ATA devices to allow usage of
sos
2004-06-29
1
-54
/
+42
*
Update for acpi_id_probe()
njl
2004-06-29
2
-26
/
+19
*
Staticize acpi_MatchHid() and include acpi_if.h
njl
2004-06-29
1
-1
/
+1
*
Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now
njl
2004-06-29
8
-66
/
+73
*
Add implementation of the ACPI methods which hands them off to ACPI-CA.
njl
2004-06-29
1
-5
/
+58
*
Add acpi methods for HID/CID probing, evaluating objects, and walking the
njl
2004-06-29
1
-0
/
+77
*
Use a default of the FADT for matching CreatorId quirks. Use XSDT to mean
njl
2004-06-29
1
-6
/
+6
*
Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID.
njl
2004-06-29
1
-13
/
+2
*
While booting, use DELAY() for waiting for the EC to respond instead of
njl
2004-06-28
1
-6
/
+13
*
Remove the setting of the pci config variables on power state changes.
imp
2004-06-28
5
-113
/
+2
*
Remove code to slam the config space on transition to d0.
imp
2004-06-28
1
-56
/
+0
*
Remove burn bridges code that saved/restored the pci config registers
imp
2004-06-28
4
-135
/
+3
*
another format nit
imp
2004-06-28
1
-1
/
+2
*
casting for printf happiness
imp
2004-06-28
1
-4
/
+4
*
- Shorten the names for the TTY related swi interrupt handlers as the
jhb
2004-06-28
3
-5
/
+5
*
rman_reserve_resource doesn't set the bushandle, so we have to do it here.
imp
2004-06-28
1
-1
/
+1
*
- Fix style bug in Dell Bluetooth adapter (don't repeat Vendor in
alex
2004-06-27
1
-1
/
+2
*
Now that all the in-tree referrences to these old files are gone, go
imp
2004-06-27
4
-6941
/
+0
*
MFp4:
imp
2004-06-27
1
-1
/
+13
*
MFp4:
imp
2004-06-27
4
-257
/
+351
*
MFp4:
imp
2004-06-27
1
-14
/
+0
*
MFp4: Set the bus handle to the bus handle of the resource, not the
imp
2004-06-27
1
-3
/
+2
*
MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.
imp
2004-06-27
27
-29
/
+29
*
Guard against us having no tty pointer.
phk
2004-06-27
1
-1
/
+2
*
Fix a tuner problem.
schweikh
2004-06-27
1
-1
/
+3
*
Catch up with usbd_get_string_desc() change.
le
2004-06-26
1
-2
/
+3
*
Our softc has no sc_hdev, but a sc_dev. This in turn has no direct
le
2004-06-26
1
-18
/
+0
*
MFNetBSD.
le
2004-06-26
5
-22
/
+52
*
Pick the hotchar out of the tty structure instead of caching private
phk
2004-06-26
9
-42
/
+31
*
MFNetBSD.
le
2004-06-26
1
-2
/
+5
*
MFNetBSD ehci.c and ehcireg.h
le
2004-06-26
2
-47
/
+52
*
Add support for LSI type software RAID's.
sos
2004-06-25
2
-29
/
+335
*
Use generic routines for BREAK and modem control ioctls.
phk
2004-06-25
1
-54
/
+25
*
Use generic modem control and BREAK ioctl handling. This eliminated
phk
2004-06-25
1
-91
/
+34
*
Convert Netgraph to use mbuf tags to pass its meta information around.
julian
2004-06-25
6
-33
/
+43
*
Fix uninitialized variable, that breaks the build.
josef
2004-06-25
1
-2
/
+2
*
- set resid correctly so that a failed seek (e.g. end of file) returns
grehan
2004-06-25
1
-1
/
+3
*
Catchup to now-required <sys/module.h> for PowerPC
grehan
2004-06-25
1
-0
/
+1
*
Use generic support for BREAK and modem control ioctls
phk
2004-06-25
1
-87
/
+48
*
Use generic support for BREAK and modem control ioctls.
phk
2004-06-25
2
-128
/
+94
*
Use generic support for modemcontrol and BREAK ioctls.
phk
2004-06-25
1
-79
/
+64
*
Fix a typo that made the busdma tag have a 0 highaddr. This driver heavily
scottl
2004-06-24
1
-1
/
+1
*
Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.
ambrisko
2004-06-24
1
-0
/
+7
*
Change the possibility to configure pcm(4) via boot/loader.conf
josef
2004-06-24
1
-8
/
+7
*
Use the new serial port definitions for modemsignals.
phk
2004-06-24
6
-105
/
+92
*
Update some comments and remove non-standard notation.
njl
2004-06-24
1
-4
/
+7
*
Add a quirks array based on matching ACPI tables. The entries in this file
njl
2004-06-24
1
-0
/
+482
*
Sync to usbdevs 1.183
jb
2004-06-24
2
-2
/
+25
[next]