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
/
isa
/
syscons_isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow syscons to work on amd64 and i386 without any hints:
jhb
2009-03-05
1
-3
/
+7
*
Further cleanup of sound generation in syscons:
phk
2008-03-26
1
-9
/
+1
*
The "free-lance" timer in the i8254 is only used for the speaker
phk
2008-03-26
1
-1
/
+1
*
Rename timer0_max_count to i8254_max_count.
phk
2008-03-26
1
-1
/
+1
*
Use pause() rather than tsleep() on explicit global dummy variables.
jhb
2007-02-27
1
-2
/
+1
*
Committed the xbox syscons(8)-able console driver.
rink
2006-03-03
1
-0
/
+19
*
- Move timerreg.h to <arch>/include and split i8253 specific defines into
nyan
2005-05-14
1
-12
/
+7
*
Converge towards i386. I originally resisted creating <machine/pc/bios.h>
peter
2004-09-24
1
-8
/
+7
*
Remove atdevbase and replace it's remaining uses with direct references to
jhb
2004-06-10
1
-0
/
+1
*
Fix a panic that occurs when resuming. For some reason, sc->cur_scp is
njl
2003-10-29
1
-0
/
+4
*
- Use the new resource_disabled() helper function to see if devices are
jhb
2003-07-02
1
-3
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loader
mdodd
2003-01-15
1
-9
/
+19
*
Fix compile with options SC_NO_SUSPEND_VTYSWITCH.
jhb
2002-10-17
1
-0
/
+2
*
Add new syscons option SC_NO_SUSPEND_VTYSWITCH.
iwasaki
2002-10-17
1
-0
/
+4
*
Add suspend/resume method to syscons. This switch the mode
iwasaki
2002-08-25
1
-0
/
+35
*
Remove the resume method. It is not necessary any more, because
yokota
2001-06-30
1
-7
/
+0
*
Fix warning:
peter
2001-06-15
1
-1
/
+1
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+2
*
Add device_identify methods so that we do not need the
peter
2000-06-28
1
-17
/
+20
*
This is a temporary bandaid to get vidconsole working again without
peter
2000-06-15
1
-4
/
+5
*
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
yokota
2000-03-31
1
-0
/
+1
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
1
-6
/
+3
*
Make the mouse cursor char code configurable via the CONS_MOUSECTL
yokota
2000-01-12
1
-9
/
+9
*
Change isa_get/set_flags() to device_get/set_flags().
dfr
1999-09-07
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-2
/
+2
*
Declare the correct size of softc and fix sc_get_softc().
yokota
1999-06-24
1
-4
/
+4
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-5
/
+165
*
No support for pnp yet.
dfr
1999-05-30
1
-1
/
+5
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-1
/
+4
*
Update the alpha port to use the new syscons.
dfr
1999-01-23
1
-0
/
+80