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
/
i386
/
bios
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use the new resource_disabled() helper function to see if devices are
jhb
2003-07-02
1
-10
/
+5
*
Implement a loader tunable/sysctl to allow the user to request that
mdodd
2003-06-22
1
-0
/
+8
*
Despite my best efforts the Linux way of doing this is the only
mdodd
2003-06-13
2
-38
/
+20
*
Use __FBSDID().
obrien
2003-06-02
6
-11
/
+17
*
Merge PC98 support.
mdodd
2003-03-25
2
-0
/
+122
*
Correct a mis-merge.
mdodd
2003-03-24
1
-2
/
+2
*
- Consolidate smapi driver.
mdodd
2003-03-24
3
-361
/
+218
*
Add the 'vpd' and 'smbios' drivers. The 'smbios' driver is just a
mdodd
2003-03-24
2
-0
/
+559
*
Use repo-copied files in sys/i386/bios.
mdodd
2003-03-24
2
-2
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
2
-27
/
+13
*
- Removed unecesary code.
mdodd
2003-01-18
3
-55
/
+48
*
A driver for the System Management Application Program
mdodd
2003-01-17
4
-0
/
+546
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
use __packed.
alfred
2002-09-23
1
-1
/
+1
*
Hang apm off of the legacy device instead of the nexus.
jhb
2002-09-23
1
-1
/
+1
*
Use a function instead of embedding non-portable asm() constructs
markm
2002-09-21
1
-1
/
+2
*
Sort includes.
markm
2002-09-21
1
-13
/
+14
*
Remove __P.
alfred
2002-03-20
1
-4
/
+4
*
Add generalized power profile code.
iwasaki
2002-03-04
1
-0
/
+20
*
Some fix for the recent apm module changes.
iwasaki
2001-11-01
1
-2
/
+96
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Commit some tweaks I have had laying around my tree for over a year now.
peter
2001-03-13
1
-6
/
+7
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Add Timer device driver for power management events.
iwasaki
2000-09-14
2
-80
/
+7
*
Add output of per battery information to apm(1).
ume
2000-08-13
1
-14
/
+44
*
Cleanup debug messages and Add some enhancements from linux on
iwasaki
2000-08-04
1
-63
/
+52
*
Except for the information gathering IOCTLs, require apm device be
imp
2000-07-19
1
-0
/
+16
*
Correctly handle suspend and resume in APM.
n_hibma
2000-02-06
1
-14
/
+13
*
Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some
peter
2000-01-29
1
-4
/
+0
*
Correctly test CF.
mdodd
2000-01-13
1
-1
/
+1
*
Remove code to select APM version with flags to the apm0 device. This
jlemon
1999-12-02
1
-21
/
+4
*
Use DRIVER_MODULE(), apm.c already takes care of it's devices with
peter
1999-11-08
1
-1
/
+1
*
i8254_restore is called from apm_default_resume() to reload
iwasaki
1999-10-30
1
-0
/
+1
*
Fix APM's make_devs:
nsayer
1999-10-12
1
-1
/
+2
*
Prepare for the apm_saver screen saver module.
nsayer
1999-10-02
2
-25
/
+50
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Return immediately from apm_suspend() when APM BIOS wasn't initialized.
iwasaki
1999-09-20
1
-0
/
+3
*
Handle CAPABILITIESCHANGE event.
iwasaki
1999-09-11
1
-0
/
+3
*
Handle UserStandbyRequests as well as the other 3 members of the
nsayer
1999-09-11
1
-0
/
+8
*
SYSINIT() needs sys/kernel.h. Include it.
mdodd
1999-09-03
1
-2
/
+3
*
This adds the i386 specific support for systems with a MicroChannel
mdodd
1999-09-03
2
-0
/
+192
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-13
/
+2
*
Add an identify method to allow apm to attach itself to the nexus
peter
1999-08-22
1
-1
/
+15
*
Fix `key release event prevent suspend' problem. We don't need
iwasaki
1999-08-22
1
-24
/
+89
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-3
/
+5
*
- Add apm_check_function_supported() and call it from
iwasaki
1999-08-14
1
-2
/
+66
*
Don't trust the segment limits that the BIOS reports; instead give it
msmith
1999-08-02
1
-10
/
+5
[next]