History log of /freebsd/sys/conf/options.i386 (Results 251 – 275 of 564)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cb0a3a95 26-Dec-1997 Poul-Henning Kamp <phk@FreeBSD.org>

ename "i586_ctr" to "tsc" (both upper and lower case instances).
Fix a couple of printfs too.

Warning: This changes the names of a couple of kernel options!


# b8e63afa 09-Dec-1997 Kazutaka YOKOTA <yokota@FreeBSD.org>

Remove obsolete psm driver options: PSM_ACCEL, PSM_EMULATION,
PSM_CHECKSYNC.


# b0050656 04-Dec-1997 John-Mark Gurney <jmg@FreeBSD.org>

document and make the NO_F00F_HACK a proper option...

Forgotten by: sef


Revision tags: release/2.2.5_cvs
# d37346ee 18-Oct-1997 Joerg Wunsch <joerg@FreeBSD.org>

Make all the documented (in pcvt(4)) options supported options. While
i was at it, do no longer insist on `PCVT_FREEBSD' being declared in
the config file, but default it to a reasonable value.

Mor

Make all the documented (in pcvt(4)) options supported options. While
i was at it, do no longer insist on `PCVT_FREEBSD' being declared in
the config file, but default it to a reasonable value.

More cleanup to follow, but this part is safe for RELENG_2_2, too.

show more ...


# 98823b23 10-Oct-1997 Peter Wemm <peter@FreeBSD.org>

Convert the VM86 option from a global option to an option only depended
on by the files that use it. Changing the VM86 option now only causes
a recompile of a dozen files or so rather than the entir

Convert the VM86 option from a global option to an option only depended
on by the files that use it. Changing the VM86 option now only causes
a recompile of a dozen files or so rather than the entire kernel.

show more ...


# 6a796ce0 19-Sep-1997 John-Mark Gurney <jmg@FreeBSD.org>

teach sio how to attach to isa PnP cards. This is mainly for use with
internal modems. Currently detects a USR modem, and a couple Supra
modems... vendor id's for sio capabile cards welcomed...

d

teach sio how to attach to isa PnP cards. This is mainly for use with
internal modems. Currently detects a USR modem, and a couple Supra
modems... vendor id's for sio capabile cards welcomed...

document new option EXTRA_SIO that will increase sio's internal data
structures to support X more serial ports... these are used by the
PnP part of sio for attaching... If you don't have it specified, it
will default to 2... This is defaulted to 0 if you don't have PnP
compiled into your kernel...

also document that if you set the PnP flags (pnp x flags y) to 0x1 that
the modem will be refused to be recognized by the sio driver... this
is for people that want the traditional isa driver to probe and attach
the modem... (for keeping legacy sio numbering)

show more ...


# d2fb4892 16-Sep-1997 Joerg Wunsch <joerg@FreeBSD.org>

Make FDC_DEBUG a supported option.

Hide the bogus FDC ``chip type'' display behind a (mostly) undocumented
option, since people started to trust the bogus claim. Once we're going
to handle 2.88 MB

Make FDC_DEBUG a supported option.

Hide the bogus FDC ``chip type'' display behind a (mostly) undocumented
option, since people started to trust the bogus claim. Once we're going
to handle 2.88 MB controllers, we have to redo the chip detection, by
now just leave it hidden.

show more ...


# 297976f7 05-Sep-1997 Kazutaka YOKOTA <yokota@FreeBSD.org>

Add a new compile option SC_HISTORY_SIZE for syscons.


# 6d58e6cb 01-Sep-1997 Bruce Evans <bde@FreeBSD.org>

Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were broken
by incomplete cutting and pasting from machdep.c to kern_shutdown.c.

PR: 3953


# f3086365 01-Sep-1997 Bruce Evans <bde@FreeBSD.org>

Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h"
centrally.


# b6a6d066 09-Aug-1997 John Dyson <dyson@FreeBSD.org>

Add VM86 to the options.


# 3476cdb9 02-Aug-1997 Mike Smith <msmith@FreeBSD.org>

Sanitise the Wavelan entries.
Submitted by: bde


# 36bdbe94 01-Aug-1997 Mike Smith <msmith@FreeBSD.org>

New LINT comments and options for the Wavelan (wl) driver.
Submitted by: Jim Binkley <jrb@cs.pdx.edu>


# 25717e99 26-Jul-1997 Steve Passe <fsmp@FreeBSD.org>

Removed "options SMP_TIMER_NC".


# 38d8a113 25-Jul-1997 Poul-Henning Kamp <phk@FreeBSD.org>

Add option for compiling in a 8x16 font.


# c3ed6aa9 13-Jul-1997 Bruce Evans <bde@FreeBSD.org>

Added CPU_DIRECT_MAPPED_CACHE.


# 5d3b1465 30-Jun-1997 Kazutaka YOKOTA <yokota@FreeBSD.org>

options.i386:
- Added the psm options PSM_HOOKAPM and PSM_RESETAFTERSUSPEND.

LINT:
- Added the psm options PSM_HOOKAPM and PSM_RESETAFTERSUSPEND.
- Added comments on the flag 0x20 for syscons.
- Cla

options.i386:
- Added the psm options PSM_HOOKAPM and PSM_RESETAFTERSUSPEND.

LINT:
- Added the psm options PSM_HOOKAPM and PSM_RESETAFTERSUSPEND.
- Added comments on the flag 0x20 for syscons.
- Clarified descriptions on the flags (0x02, 0x04) regarding the cursor
shape in syscons.

show more ...


# b3196e4b 22-Jun-1997 Peter Wemm <peter@FreeBSD.org>

Preliminary support for per-cpu data pages.

This eliminates a lot of #ifdef SMP type code. Things like _curproc reside
in a data page that is unique on each cpu, eliminating the expensive macros
li

Preliminary support for per-cpu data pages.

This eliminates a lot of #ifdef SMP type code. Things like _curproc reside
in a data page that is unique on each cpu, eliminating the expensive macros
like: #define curproc (SMPcurproc[cpunumber()])

There are some unresolved bootstrap and address space sharing issues at
present, but Steve is waiting on this for other work. There is still some
strictly temporary code present that isn't exactly pretty.

This is part of a larger change that has run into some bumps, this part is
standalone so it should be safe. The temporary code goes away when the
full idle cpu support is finished.

Reviewed by: fsmp, dyson

show more ...


# 5ea6cb03 04-Jun-1997 Paul Traina <pst@FreeBSD.org>

Bring back CONSPEED as a last-ditch default if you can't change the speed
any other way.

Requested by: dfr


# 69d2ceed 04-Jun-1997 Paul Traina <pst@FreeBSD.org>

CONSPEED is defunct.


# 98d46ad0 22-May-1997 Mike Smith <msmith@FreeBSD.org>

Add the 'wl' ISA Wavelan driver.
Obtained from: Jim Binkley <jrb@cs.pdx.edu>


Revision tags: release/2.2.2_cvs
# 53815e2f 07-May-1997 Peter Wemm <peter@FreeBSD.org>

Round 1 of a long series of commits..

Move SMP and APIC_IO from opt_smp.h to opt_global.h


# 862b403b 28-Apr-1997 Stefan Eßer <se@FreeBSD.org>

Move CMD640 option from kernel Makefile into opt_wd.h

Submitted by: Wolfgang Helbig <helbig@mx.ba-stuttgart.de>


# 2b450063 28-Apr-1997 Steve Passe <fsmp@FreeBSD.org>

remove the SMP_INVLTLB option, making the code default for APIC_IO.

Reviewed by: informal discussion with Peter Wemm <peter@spinner.DIALix.COM>


# d061973c 27-Apr-1997 Peter Wemm <peter@FreeBSD.org>

Create a special option file "opt_global.h" which is included by all
source files via a 'cc -include opt_global.h ...' type arrangement.
This means we can untangle certain header files.

options.i386

Create a special option file "opt_global.h" which is included by all
source files via a 'cc -include opt_global.h ...' type arrangement.
This means we can untangle certain header files.

options.i386 has a placeholder until it has a real member so we can avoid
having to teach config about it just yet.

Reviewed by: bde

show more ...


1...<<11121314151617181920>>...23