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
*
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
*
Fixed the types of apm_default_resume() and apm_default_suspend().
bde
1995-11-18
1
-3
/
+7
*
Remove unused functions and variables, make things static, and other cleanups.
phk
1995-10-28
1
-5
/
+2
*
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
bde
1995-07-16
1
-2
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
6
-83
/
+83
*
This is the latest version of the APM stuff from HOSOKAWA, I have looked
phk
1995-02-17
9
-203
/
+711
*
Don't push/pop the return-val register. (DUH!)
phk
1994-12-16
1
-3
/
+1
*
Grumble, try to remember what assembler syntax is used :-/
phk
1994-12-16
1
-5
/
+4
*
Be much more carefull about what we leave in unused registers when we call
phk
1994-12-16
1
-2
/
+12
*
Fix type mismatches exposed by a recently added prototype.
bde
1994-11-15
1
-4
/
+4
*
Calling sync will panic you more often than not.
phk
1994-11-07
1
-4
/
+1
*
Got rid of "APM" macro. Now only NAPM is needed to activate the APM stuff.
phk
1994-10-10
1
-4
/
+1
*
Ripped out a lot of stuff made to circumvent the previous bogus assy stuff.
phk
1994-10-02
1
-322
/
+138
*
Replaced the magic register union with inline assembler. Now it works
phk
1994-10-02
2
-180
/
+97
*
On my GW2K Handbook486 this code would reset when called from locore.s
phk
1994-10-01
2
-36
/
+34
*
Added $Id$
dg
1994-10-01
7
-0
/
+14
*
Minor improvement to probe routine.
dg
1994-10-01
1
-0
/
+8
*
Laptop Advanced Power Management support by HOSOKAWA Tatsumi.
dg
1994-10-01
11
-0
/
+1623