History log of /freebsd/sys/conf/options.i386 (Results 201 – 225 of 564)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 77835954 01-Jun-1999 Jonathan Lemon <jlemon@FreeBSD.org>

Make vm86 a standard component

Reviewed by: silence on on -current


Revision tags: release/3.2.0
# 80037d6e 20-May-1999 Hellmuth Michaelis <hm@FreeBSD.org>

upgrade isdn4bsd from version 0.71 to the just released version 0.81


# 6f42b336 09-May-1999 Peter Wemm <peter@FreeBSD.org>

Move opt_sio.h options to conf/options and activate in isa/sio.c


# 19477ba0 24-Apr-1999 Peter Wemm <peter@FreeBSD.org>

The fd options changed during new-bus.


# 3e3e4375 13-Apr-1999 Peter Wemm <peter@FreeBSD.org>

Shoot the LKM support in the old wd/wdc/atapi driver set in the head and
perform a cleanup/unifdef sweep over it to tidy things up. The atapi
code is permanently attached to the wd driver and is alw

Shoot the LKM support in the old wd/wdc/atapi driver set in the head and
perform a cleanup/unifdef sweep over it to tidy things up. The atapi
code is permanently attached to the wd driver and is always probed.

I will add an extra option bit in the flags to disable an atapi probe on
either the master or slave if needed, if people want this.

Remember, this driver is destined to die some time. It's possible that
it will loose all atapi support down the track and only be used for
dumb non-ATA disks and all ata/atapi devices will be handled by the new
ata system.

ATAPI, ATAPI_STATIC and CMD640 are no longer options, all are implicit.

Previously discussed with: sos

show more ...


# aae5936e 13-Mar-1999 Joerg Wunsch <joerg@FreeBSD.org>

Make NDGBPORTS an official option.


# e9deda23 10-Mar-1999 Kazutaka YOKOTA <yokota@FreeBSD.org>

Keyboard driver update in preparation for the USB keyboard driver.

- Refined internal interface in keyboard drivers so that:
1. the side effect of device probe is kept minimal,
2. polling mode f

Keyboard driver update in preparation for the USB keyboard driver.

- Refined internal interface in keyboard drivers so that:
1. the side effect of device probe is kept minimal,
2. polling mode function is added,
3. and new ioctl and configuration options are added (see below).

- Added new ioctl: KDSETREPEAT
Set keyboard typematic rate. There has existed an ioctl command,
KDSETRAD, for the same purpose. However, KDSETRAD is dependent on
the AT keyboard. KDSETREPEAT provides more generic interface.
KDSETRAD will still be supported in the atkbd driver.

- Added new configuration options:
ATKBD_DFLT_KEYMAP
Specify a keymap to be used as the default, built-in keymap.
(There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP,
SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap.
These options are now gone for good. The new option is more general.)

KBD_DISABLE_KEYMAP_LOADING
Don't allow the user to change the keymap.

show more ...


# fda82fc2 10-Mar-1999 Julian Elischer <julian@FreeBSD.org>

Submitted by: Larry Lile
Move the Olicom token ring driver to the officially sanctionned location of
/sys/contrib. Also fix some brokenness in the generic token ring support.

Be warned that if_dl.h

Submitted by: Larry Lile
Move the Olicom token ring driver to the officially sanctionned location of
/sys/contrib. Also fix some brokenness in the generic token ring support.

Be warned that if_dl.h has been changed and SOME programs might
like recompilation.

show more ...


# a2210fe1 09-Mar-1999 Poul-Henning Kamp <phk@FreeBSD.org>

Make TIMER_FREQ a normal, undocumented option. Raise confusion to
a higher level with example in LINT.

Clarify comment about PPS_SYNC. Ignore for now that it doesn't
work in FLL mode, it will in a

Make TIMER_FREQ a normal, undocumented option. Raise confusion to
a higher level with example in LINT.

Clarify comment about PPS_SYNC. Ignore for now that it doesn't
work in FLL mode, it will in a few days.

show more ...


# c02553ce 07-Mar-1999 Hellmuth Michaelis <hm@FreeBSD.org>

add kernel config support for i4b driver for AVM Fritz PCI


# c1aca4d0 03-Mar-1999 KATO Takenori <kato@FreeBSD.org>

Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.

Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>


Revision tags: release/3.1.0
# c619f2ac 23-Jan-1999 Kazutaka YOKOTA <yokota@FreeBSD.org>

- Remove reference to obsolete options.
- Describe options for the vga driver.
Reviewed by: bde


Revision tags: release/3.0.0, release/2.2.8
# 2ad872c5 11-Jan-1999 Kazutaka YOKOTA <yokota@FreeBSD.org>

The first stage of console driver reorganization: activate new
keyboard and video card drivers.

Because of the changes, you are required to update your kernel
configuration file now!

The files in s

The first stage of console driver reorganization: activate new
keyboard and video card drivers.

Because of the changes, you are required to update your kernel
configuration file now!

The files in sys/dev/syscons are still i386-specific (but less so than
before), and won't compile for alpha and PC98 yet.

syscons still directly accesses the video card registers here and
there; this will be rectified in the later stages.

show more ...


# a6de7b79 10-Jan-1999 Nicolas Souchu <nsouch@FreeBSD.org>

Forgotten options needed to build last ppbus commit.

Submitted by: "D. Rock" <rock@wurzelausix.CS.Uni-SB.DE>


# c19da41e 01-Jan-1999 Peter Wemm <peter@FreeBSD.org>

Part 1 of pcvt/voxware revival. I hope I have not clobbered any other
deltas, but it is possible since I had a few merge conflicts over the last
few days while this has been sitting ready to go.

Ap

Part 1 of pcvt/voxware revival. I hope I have not clobbered any other
deltas, but it is possible since I had a few merge conflicts over the last
few days while this has been sitting ready to go.

Approved by: core

show more ...


# 925f3681 28-Dec-1998 Mike Smith <msmith@FreeBSD.org>

From the submitter:

CPU_WT_ALLOC does not work correctly for K6-2s of model 8+ and
probably K6-3s (when they appear on the market soon). In addition,
print_AMD_info() incorrectly printfs write all

From the submitter:

CPU_WT_ALLOC does not work correctly for K6-2s of model 8+ and
probably K6-3s (when they appear on the market soon). In addition,
print_AMD_info() incorrectly printfs write allocation's size. I've
fixed them, so they now Do The Right Thing, and added a
"NO_MEMORY_HOLE" option to easily allow 15-16mb range handling for us
K6 and K6-2 users.

Submitted by: Brian Feldman <green@unixhelp.org>

show more ...


# 19c74962 27-Dec-1998 Poul-Henning Kamp <phk@FreeBSD.org>

Initial entry of ISDN4BSD into the FreeBSD tree.

ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis,
who has done a tremendous amount of work to bring us this far.

There are still s

Initial entry of ISDN4BSD into the FreeBSD tree.

ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis,
who has done a tremendous amount of work to bring us this far.

There are still some outstanding issues and files to bring into
the tree, and for now it will be needed to pick up all the extra
docs from the isdn4bsd release.

It is probably also a very good idea to subscribe to the isdn@freebsd.org
mailing list before you try this out.

These files correspond to release "beta Version 0.70.00 / December
1998" from Hellmuth.

show more ...


# 50bac46f 27-Dec-1998 Søren Schmidt <sos@FreeBSD.org>

Pre 3.0 branch cleanup sos#2: sound

Superceded by the snd driver...


# 2d1a2544 27-Dec-1998 Poul-Henning Kamp <phk@FreeBSD.org>

forgot to remote options here.


# 084b6a51 20-Dec-1998 Mike Smith <msmith@FreeBSD.org>

Move the "generic" SMP options from options.i386 to conf/options


# 69acd21d 12-Dec-1998 Warner Losh <imp@FreeBSD.org>

Add support for the YE-Data external PCMCIA floppy driver. This
floppy is used on the toshiba Libretto line of subnotebook computers.
It differs from a normal floppy in that you must use PIO rather

Add support for the YE-Data external PCMCIA floppy driver. This
floppy is used on the toshiba Libretto line of subnotebook computers.
It differs from a normal floppy in that you must use PIO rather than
DMA to transfer the data.

To enable this, you must add options "FDC_YE" to your kernel. I don't
have a machine that has a floppy and a pcmcia slot to test to make
sure that this doesn't impact normal floppy units, so I've left this as
an option.

I have ported this to -current and made an attempt to ensure that the
indentation conforms to style(9), aka the bruce filter.

Reviewed by: nate, markm
Submitted by: David Horwitt (dhorwitt@ucsd.edu)

show more ...


# dadea2fa 05-Dec-1998 Matthew Dillon <dillon@FreeBSD.org>

Obtained from: "Kenneth D. Merry" <ken@plutotech.com>

ICMP_BANDLIM option moved from i386/conf/options.i386 to generic
conf/options since it is platform indpendant.


# 3b60b6ac 03-Dec-1998 Matthew Dillon <dillon@FreeBSD.org>

Reviewed by: freebsd-current

Add ICMP_BANDLIM option


# 340fe9ae 15-Nov-1998 Eivind Eklund <eivind@FreeBSD.org>

Make it possible to adjust the IDE probe delay from kernel config files.


# 5aa27731 03-Nov-1998 Mike Smith <msmith@FreeBSD.org>

Remove USERCONFIG_BOOT, add INTRO_USERCONFIG


12345678910>>...23