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
*
Fix crash when halting where APM was configured but not enabled
wollman
1997-06-19
1
-1
/
+3
*
Fix definition of apm_power off (was suffering from cut&paste syndrome).
wollman
1997-06-15
1
-2
/
+2
*
When APM is configured, turn off the power when halting for good.
wollman
1997-06-15
1
-1
/
+14
*
Fix embarrasing typo that survived because I applied the wrong patch-
phk
1997-03-30
1
-3
/
+3
*
Sanitize APM a bit. Convert various #ifdef to id_flags instead.
phk
1997-03-29
3
-43
/
+78
*
Try to talk to the APM BIOS with version 1.2 if possible.
phk
1997-03-28
1
-3
/
+7
*
Makefile generates boths IBM-PC and PC-98 version of object code in
kato
1997-03-09
2
-11
/
+97
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
10
-10
/
+10
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
10
-10
/
+10
*
> The extra include of <sys/time.h> is because apm uses microtime() and my
nate
1997-01-07
1
-11
/
+2
*
- Cleanup up the driver (remove un-needed parameters, white-space,
nate
1997-01-06
5
-90
/
+83
*
APM_DSVALUE_BUS is no longer with the addition of the correct fix to
nate
1996-09-07
1
-18
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-31
/
+1
*
Use (full) <> paths instead of ambiguous "" paths for headers not in
bde
1996-08-28
1
-3
/
+3
*
Add some comments explaining what APM_DSVALUE_BUG does no that I know
nate
1996-07-11
1
-3
/
+10
*
Whee. Fix two bugs which ended up cancelling each other out.
nate
1996-07-10
2
-6
/
+6
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
1
-3
/
+1
*
Freudian slip. Change M_DEVBUG -> M_DEVBUF.
nate
1996-06-04
1
-2
/
+2
*
Fix typo. in the APM_DSVALUE_BUG code that I missed.
nate
1996-06-04
1
-2
/
+2
*
- This code adds some backwards compatability hacks for buggy APM BIOS
nate
1996-04-23
1
-1
/
+25
*
Adds the APM hooks into the generic pccard kernel files. With this code
nate
1996-04-23
1
-3
/
+1
*
- add apm to the GENERIC kernel (disabled by default), and add some comments
nate
1996-04-22
1
-1
/
+4
*
- Save/restore the FS data segment.
nate
1996-04-18
2
-39
/
+39
*
- Addition of my name to the APM Copyright
nate
1996-04-18
1
-50
/
+33
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-3
/
+5
*
Add some comments on the APM specs, and make the APM 'idle/busy'
nate
1996-03-19
1
-19
/
+25
*
Call apm_int() instead of doing direct assembly calls even when we don't
nate
1996-03-19
1
-3
/
+11
*
Added kernel compile time failure if more than one APM device is
nate
1996-03-19
1
-1
/
+5
*
Always enable interrupts before calling the APM idle/busy routines.
nate
1996-03-19
1
-2
/
+2
*
Minor bugfixes from the recent PC-CARD release.
nate
1996-03-18
1
-3
/
+9
*
Grr, let's actually include <sys/devconf.h> so that DEVCONF support actually
nate
1996-03-18
1
-1
/
+2
*
Whoops, forgot the line that sets the default state in devfs.
nate
1996-03-18
1
-1
/
+3
*
Devfs support.
nate
1996-03-18
1
-35
/
+34
*
Removed support for multiple APM devices.
nate
1996-03-18
1
-39
/
+28
*
Return the status of the APM support (enabled/disabled) with the
nate
1996-03-13
1
-1
/
+3
*
Removed more APM_SLOWSTART code and re-enabled some functions which
nate
1996-03-12
1
-29
/
+1
*
Fix some minor typo's in the comments.
nate
1996-03-12
1
-4
/
+4
*
Always initialize master_softc. This avoids panics in the idle loop due
nate
1996-03-12
1
-2
/
+7
*
Do a APM BIOS dis-connect before attempting to do a 32-bit connection
nate
1996-03-11
2
-41
/
+52
*
Removed conditionals on BDE_DEBUGGER around the loading for the IDT
nate
1996-03-11
1
-7
/
+3
*
Bring in most of Bruce's prot_to_real() changes into the APM BIOS
nate
1996-03-11
4
-69
/
+54
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-2
/
+2
*
Finished removing MACH_KERNEL stuff.
bde
1995-12-27
1
-6
/
+1
*
Fixed staticizing. Some functions aren't static but depend on
bde
1995-12-25
1
-4
/
+10
*
Cleanup.
phk
1995-12-22
1
-146
/
+11
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-32
/
+30
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+3
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-16
/
+27
*
oops forgot one..
julian
1995-11-28
1
-1
/
+35
[next]