#
4536af6a |
| 06-Oct-1998 |
KATO Takenori <kato@FreeBSD.org> |
- Implement enabling write allocate on AMD K5/K6/K6-2 cpus. The code was originaly contributed by Kelly Yancey <kbyanc@freedomnet.com> in PR i386/6269 and revised by Akio Morita <amorita@meadow
- Implement enabling write allocate on AMD K5/K6/K6-2 cpus. The code was originaly contributed by Kelly Yancey <kbyanc@freedomnet.com> in PR i386/6269 and revised by Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp> and me. Test was performed by Akio Morita and Toshiomi Moriki <moriki@db.is.kyushu-u.ac.jp>. - Fix stylistic bug in identcpu.c. - Update copyright in initcpu.c - Fix typo in LINT.
PR: 6269 and 6270
show more ...
|
#
10baba4b |
| 25-Sep-1998 |
Peter Wemm <peter@FreeBSD.org> |
Goodbye BOUNCE_BUFFERS, for a hack it has served us well.
The last consumer of this code (the old SCSI system) has left us and the CAM code does it's own bouncing. The isa dma system has been doing
Goodbye BOUNCE_BUFFERS, for a hack it has served us well.
The last consumer of this code (the old SCSI system) has left us and the CAM code does it's own bouncing. The isa dma system has been doing it's own bouncing for a while too.
Reviewed by: core
show more ...
|
#
e91db91d |
| 24-Sep-1998 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
SC_BAD_FLICKER -> SC_ALT_SEQACCESS Now supposedly less harmful way of accessing VGA sequencer registers is default. An alternative, often troublesome, I/O access is optional.
Discussed with: sos, jkh
|
#
a8445737 |
| 15-Sep-1998 |
Søren Schmidt <sos@FreeBSD.org> |
Add VESA support to syscons.
Kazu writes:
The VESA support code requires vm86 support. Make sure your kernel configuration file has the following line. options "VM86" If you want to statica
Add VESA support to syscons.
Kazu writes:
The VESA support code requires vm86 support. Make sure your kernel configuration file has the following line. options "VM86" If you want to statically link the VESA support code to the kernel, add the following option to the kernel configuration file. options "VESA"
The vidcontrol command now accepts the following video mode names: VESA_132x25, VESA_132x43, VESA_132x50, VESA_132x60, VESA_800x600
The VESA_800x600 mode is a raster display mode. The 80x25 text will be displayed on the 800x600 screen. Useful for some laptop computers.
vidcontrol accepts the new `-i <info>' option, where <info> must be either `adapter' or `mode'. When the `-i adapter' option is given, vidcontrol will print basic information (not much) on the video adapter. When the `-i mode' option is specified, vidcontrol will list video modes which are actually supported by the video adapter.
Submitted by: Kazutaka YOKOTA yokota@FreeBSD.ORG
show more ...
|
#
700daf5e |
| 15-Sep-1998 |
Justin T. Gibbs <gibbs@FreeBSD.org> |
sd->da, od is gone, no SCSI control devices. new pass, xpt, and targ devices.
Nuke no longer used AHC options.
|
#
8aa25588 |
| 08-Sep-1998 |
Brian Somers <brian@FreeBSD.org> |
Make PCIC_RESUME_RESET an proper option. My laptop (a CTX Cybernote) needs this. It claims to have a
PC-Card VLSI 82C146 (5 mem & 2 I/O windows)
|
#
c0fad1a4 |
| 10-Aug-1998 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
- Added SC_BAD_FLICKER for syscons. - Added the flag 0x40 (quiet bell) for syscons.
|
#
afc2d1c7 |
| 08-Aug-1998 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
A few misc changes to get the spigot and meteor board working in 3.0.
Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
|
Revision tags: release/2.2.7 |
|
#
673796a7 |
| 30-Jun-1998 |
Bruce Evans <bde@FreeBSD.org> |
Nuked opt_defunct.h and kern_opt.c. config(8) now generates good enough warnings about all unknown options.
|
#
b039fc4c |
| 30-Jun-1998 |
John-Mark Gurney <jmg@FreeBSD.org> |
remove option LINUX as it did nothing, add DEBUG_LINUX to debug the linux emulation...
(actually moved LINUX to opt_dontuse.h)
|
#
3f139a1a |
| 30-Jun-1998 |
John-Mark Gurney <jmg@FreeBSD.org> |
move OVERRIDE_TUNER from i386 to general options... it's not i386 specific
|
#
a9e837f4 |
| 30-Jun-1998 |
John-Mark Gurney <jmg@FreeBSD.org> |
document options to hardwire GUS irq/dmas...
|
#
5498a452 |
| 11-May-1998 |
John Dyson <dyson@FreeBSD.org> |
Support better performance with P6 architectures and in SMP mode. Unnecessary TLB flushes removed. More efficient page zeroing on P6 (modify page only if non-zero.)
|
#
9ff07e32 |
| 18-Apr-1998 |
Amancio Hasty <ahasty@FreeBSD.org> |
Reviewed by: Amancio Submitted by: Roger Hardiman <roger@cs.strath.ac.uk> Roger Hardiman <roger@cs.strath.ac.uk> : Revised autodetection code to correctly handle both old and new VideoLogic Captiva
Reviewed by: Amancio Submitted by: Roger Hardiman <roger@cs.strath.ac.uk> Roger Hardiman <roger@cs.strath.ac.uk> : Revised autodetection code to correctly handle both old and new VideoLogic Captivator PCI cards. Added tsleep of 2 seconds to initialistion code for PAL users. Corrected clock selection code on format change.
--- Amancio
show more ...
|
Revision tags: release/2.2.6 |
|
#
005092bb |
| 09-Mar-1998 |
Eivind Eklund <eivind@FreeBSD.org> |
Turn "PMAP_SHPGPERPROC" into a new-style option, add it to LINT, and document it there.
|
#
c2469add |
| 21-Feb-1998 |
Eivind Eklund <eivind@FreeBSD.org> |
Make TUNE_1542 a new-style option, and enable this option in LINT. It has been disabled since 1994 by mistake (or at least I hope so :-)
|
#
ad64a9aa |
| 20-Feb-1998 |
Steve Price <steve@FreeBSD.org> |
Don't propogate *_DEBUG options. Use DEBUG and recompile only those parts of the kernel that you are interested in.
Prodded by: Bruce Evans <bde@zeta.org.au>
|
#
34d1c7b4 |
| 20-Feb-1998 |
Steve Price <steve@FreeBSD.org> |
Add an LPT_DEBUG option.
PR: 5773 Submitted by: Dag-Erling Coidan Smorgrav <dag-erli@ifi.uio.no>
|
#
2589e755 |
| 11-Feb-1998 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
Added SC_DISABLE_REBOOT and SC_MOUSE_CHAR.
|
#
44429dc4 |
| 03-Feb-1998 |
Bruce Evans <bde@FreeBSD.org> |
Converted DISABLE_PSE to a new-style option.
Fixed some formatting in options.i386.
|
#
e0d781f3 |
| 31-Jan-1998 |
Eivind Eklund <eivind@FreeBSD.org> |
Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.
This also fixes a couple of defunct options; submitted by bde.
|
#
3458e54a |
| 26-Jan-1998 |
Julian Elischer <julian@FreeBSD.org> |
Move DPT related options out of i386 specific files so DPT devices can be used on other PCI (alpha?) machines.
Suggested by: several people
|
#
b37c91fd |
| 26-Jan-1998 |
Julian Elischer <julian@FreeBSD.org> |
Add Simon Shapiro's DPT driver this shouldn't break anything existing. Userland utilities to follow.
|
#
bed196b4 |
| 25-Jan-1998 |
Eivind Eklund <eivind@FreeBSD.org> |
Turn CLK_USE_TSC_CALIBRATION into a new-style option.
|
#
d46e059f |
| 28-Dec-1997 |
Poul-Henning Kamp <phk@FreeBSD.org> |
wash, sort and put in order various nits from the i586_ctr -> tsc commit.
Pointed out by: bde
|