summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.i386
Commit message (Collapse)AuthorAgeFilesLines
* GC userconfig after Peter axed it 15 months ago.phk2001-11-051-5/+0
|
* Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.jlemon2001-10-251-0/+2
| | | | Submitted by: Andrew R. Reiter arr@watson.org
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-211-0/+1
| | | | | | | | card. Submitted by: Steve Looman Reviewed by: hm MFC after: 1 month
* Introduce new syscons(4) kernel options:sobomax2001-09-211-0/+2
| | | | | | | | | | | | | - SC_CUT_SPACES2TABS - when copying text into the cut buffer convert leading spaces into the tabs; - SC_CUT_SEPCHARS="XYZ" - treat supplied characters as possible words separators when the driver searches for words boundaries when doing cut operation. Also unify cut code a bit to decrease amount of duplicated code. This fixes line cut mode, so that it is no longer pads line with useless spaces. Approved by: ru
* Introduce a new option, KVA_SPACE, which can be used to reconfigurepeter2001-09-211-0/+3
| | | | | | the size of the kernel virtual address space relatively painlessly. Userland will adapt via the exported kernbase symbol. Increasing this causes the user part of address space to reduce.
* KSE Milestone 2julian2001-09-121-1/+1
| | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha
* There is no option IDE_DELAY and havn't been for a long time..sos2001-09-041-1/+0
|
* Always turned on 8bit access card support for the fe drivershiba2001-09-021-2/+0
| | | | | | both i386/pc98, so options FE_8BIT_SUPPORT was deleted. Reviewed by: nyan
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-251-0/+1
| | | | | | | | | | level implementation stuff out of machine/globaldata.h to avoid exposing UPAGES to lots more places. The end result is that we can double the kernel stack size with 'options UPAGES=4' etc. This is mainly being done for the benefit of a MFC to RELENG_4 at some point. -current doesn't really need this so much since each interrupt runs on its own kstack.
* Add a cosmetic comment.peter2001-08-021-0/+1
|
* Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanyokota2001-08-021-0/+1
| | | | | #if NSPLASH > 0 (from splash.h) to test the presence of the splash driver.
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-0/+1
| | | | | | | | | | | | | | | we are required to do if we let user processes use the extra 128 bit registers etc. This is the base part of the diff I got from: http://www.issei.org/issei/FreeBSD/sse.html I believe this is by: Mr. SUZUKI Issei <issei@issei.org> SMP support apparently by: Takekazu KATO <kato@chino.it.okayama-u.ac.jp> Test code by: NAKAMURA Kazushi <kaz@kobe1995.net>, see http://kobe1995.net/~kaz/FreeBSD/SSE.en.html I have fixed a couple of style(9) deviations. I have some followup commits to fix a couple of non-style things.
* Hints overhaul:peter2001-06-121-4/+4
| | | | | | | | | - Replace some very poorly thought out API hacks that should have been fixed a long while ago. - Provide some much more flexible search functions (resource_find_*()) - Use strings for storage instead of an outgrowth of the rather inconvenient temporary ioconf table from config(). We already had a fallback to using strings before malloc/vm was running anyway.
* All NETSMB* options should use opt_netsmb.h file (the joy of multiple repos).bp2001-04-131-2/+2
|
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+7
| | | | | | | | Add smbfs(CIFS) filesystem. Userland part will be in the ports tree for a while. Obtained from: smbfs-1.3.7-dev package.
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-231-1/+0
| | | | | | | | depend on this. The linux ABI emulator tries to use it for some linux binaries too. VM86 had a bigger cost than this and it was made default a while ago. Reviewed by: jhb, imp
* change 'count eisa' to 'optional eisa' and update the only consumerpeter2001-01-291-0/+1
| | | | | of 'NEISA' - userconfig.c. While there, send some defunct code to the file history.
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-261-0/+1
|
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-191-1/+2
| | | | other cruft from the files.alpha and files.ia64 that were related to this.
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hpeter2001-01-191-0/+3
|
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-201-1/+2
| | | | | | | | | To use it, some dll is needed. And currently, the dll is only for NetBSD. So one more kernel module is needed. For more infomation, http://chiharu.haun.org/peace/ . Reviewed by: bp
* update to i4b version 0.95.04hm2000-10-091-3/+2
|
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-2/+0
| | | | | | NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP. Reviewed by: peter
* Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to supportkato2000-06-131-0/+2
| | | | | | | | | | | | | | | Socket 8 to 370 converters. When (1) CPU_PPRO2CELERON option is defined, (2) Intel CPU is found and (3) CPU ID is 0x66?, L2 cache is enabled through MSR 0x11e. The L2 cache latency value can be specified by CPU_L2_LATENCY option. Default value of L2 cache latency is 5. These options are useful if you use Socket 8 to Socket 370 converter (e.g. Power Leap's PL-Pro/II.) Most PentiumPro BIOSs don't enable L2 cache of Mendocino Celeron CPUs because they don't know Celeron CPUs. These options are needles if you use a Coppermine (FCPGA) Celeron or PentiumIII, becuase the L2 cache enable bit is hard wired and L2 cache is always enabled.
* Add option BROKEN_KEYBOARD_RESET to an opt_*.h filepeter2000-06-101-0/+1
|
* Move UKBD_DFLT_KEYMAP into the options file since USB is machinejhb2000-05-091-1/+0
| | | | | | independent. This allows the ukbd0 driver to compile on the Alpha. Approved by: o`brien (in principle)
* Some more i386-only BIOS-friendliness:msmith2000-04-161-3/+0
| | | | | | | | | - Add support for using the PCI BIOS functions for configuration space accesses, and make this the default. - Make PNPBIOS the default (obsoletes the PNPBIOS config option). - Add two new boot-time tunables to disable each of the above.
* Remove useless PCVT_FREEBSD and PCVT_EMU_MOUSE. Add PCVT_GREENSAVER.hm2000-03-311-2/+1
|
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-191-0/+1
| | | | | | | | it's options COMPAT_OLDISA and COMPAT_OLDPCI. This is meant to be a fairly strong incentive to update the older drivers to newbus, but doesn't (quite) leave anybody hanging with no hardware support. I was talking with a few folks and I was encouraged to simply break or disable the shims but that was a bit too drastic for my liking.
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-141-0/+1
| | | | | | | | | | | | | | | | | | | | | Note1: the correct interrupt level is invoked correctly for each driver. For this purpose, drivers request the bus before being able to call BUS_SETUP_INTR and BUS_TEARDOWN_INTR call is forced by the ppbus core when drivers release it. Thus, when BUS_SETUP_INTR is called at ppbus driver level, ppbus checks that the caller owns the bus and stores the interrupt handler cookie (in order to unregister it later). Printing is impossible while plip link is up is still TRUE. vpo (ZIP driver) and lpt are make in such a way that using the ZIP and printing concurrently is permitted is also TRUE. Note2: specific chipset detection is not done by default. PPC_PROBE_CHIPSET is now needed to force chipset detection. If set, the flags 0x40 still avoid detection at boot. Port of the pcf(4) driver to the newbus system (was previously directly connected to the rootbus and attached by a bogus pcf_isa_probe function).
* Put COMPAT_SVR4 in opt_dontuse.h for the same reasons as IBCS2 andbde2000-01-091-10/+9
| | | | | | | COMPAT_LINUX are there. It shouldn't be and isn't used after config time, except to complicate the svr4 module makefile. Moved options for emulators to a separate section.
* - Add the device resume method. It supercedes the existing resumeyokota1999-12-151-1/+1
| | | | | | routine which hooks the apm driver. - Rename the PSM_HOOKAPM option to PSM_HOOKRESUME. - Delete unnecessary #include.
* update to isdn4bsd beta release 0.90hm1999-12-141-4/+5
| | | | drivers which are likely to be ported to newbus are commented out for now
* Add support for compiling SVR4 as a static modulenewton1999-12-081-0/+3
| | | | | | ("AND THE CROWD GOES... uh.") Tested by: Joerg Wunsch <joerg_wunsch@interface-business.de>
* - Added the following options; they have existed in sysconsyokota1999-11-081-0/+4
| | | | | | | | | | | for sometime, but haven't been registered here. SC_NORM_ATTR SC_NORM_REV_ATTR SC_KERNEL_CONS_ATTR SC_KERNEL_CONS_REV_ATTR PR: kern/13176
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.yokota1999-11-081-0/+1
| | | | | | | The new option will make the right mouse button the `paste' button. Useful for two button mice. Submitted by: morganw@engr.sc.edu (Wes Morgan)
* - Removed SC_VIDEO_DEBUG. It is broken and useless now.yokota1999-11-081-1/+0
|
* Options cleanup.eivind1999-11-061-4/+0
| | | | | | | | | * GC unused options * Move options that exist on all architectures to conf/options * Add missing options to LINT * Sort undocumented options list in LINT Reviewed by: green
* Elminiate the (unused) TUNE_1542 option.eivind1999-11-011-1/+0
|
* Add PNPBIOS option.dfr1999-10-141-0/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* The "LINUX" option isn't actually used or referenced anywhere. The stuffpeter1999-08-181-2/+1
| | | | | | | that goes to opt_dontuse.h is so an opt_*.h file doesn't get created even though an option may be used for bringing stuff in via files[.*]. Pointed out by: bde
* updating isdn4bsd to beta version 0.83hm1999-08-061-2/+7
|
* The second phase of syscons reorganization.yokota1999-06-221-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Split syscons source code into manageable chunks and reorganize some of complicated functions. - Many static variables are moved to the softc structure. - Added a new key function, PREV. When this key is pressed, the vty immediately before the current vty will become foreground. Analogue to PREV, which is usually assigned to the PrntScrn key. PR: kern/10113 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> - Modified the kernel console input function sccngetc() so that it handles function keys properly. - Reorganized the screen update routine. - VT switching code is reorganized. It now should be slightly more robust than before. - Added the DEVICE_RESUME function so that syscons no longer hooks the APM resume event directly. - New kernel configuration options: SC_NO_CUTPASTE, SC_NO_FONT_LOADING, SC_NO_HISTORY and SC_NO_SYSMOUSE. Various parts of syscons can be omitted so that the kernel size is reduced. SC_PIXEL_MODE Made the VESA 800x600 mode an option, rather than a standard part of syscons. SC_DISABLE_DDBKEY Disables the `debug' key combination. SC_ALT_MOUSE_IMAGE Inverse the character cell at the mouse cursor position in the text console, rather than drawing an arrow on the screen. Submitted by: Nick Hibma (n_hibma@FreeBSD.ORG) SC_DFLT_FONT makeoptions "SC_DFLT_FONT=_font_name_" Include the named font as the default font of syscons. 16-line, 14-line and 8-line font data will be compiled in. This option replaces the existing STD8X16FONT option, which loads 16-line font data only. - The VGA driver is split into /sys/dev/fb/vga.c and /sys/isa/vga_isa.c. - The video driver provides a set of ioctl commands to manipulate the frame buffer. - New kernel configuration option: VGA_WIDTH90 Enables 90 column modes: 90x25, 90x30, 90x43, 90x50, 90x60. These modes are mot always supported by the video card. PR: i386/7510 Submitted by: kbyanc@freedomnet.com and alexv@sui.gda.itesm.mx. - The header file machine/console.h is reorganized; its contents is now split into sys/fbio.h, sys/kbio.h (a new file) and sys/consio.h (another new file). machine/console.h is still maintained for compatibility reasons. - Kernel console selection/installation routines are fixed and slightly rebumped so that it should now be possible to switch between the interanl kernel console (sc or vt) and a remote kernel console (sio) again, as it was in 2.x, 3.0 and 3.1. - Screen savers and splash screen decoders Because of the header file reorganization described above, screen savers and splash screen decoders are slightly modified. After this update, /sys/modules/syscons/saver.h is no longer necessary and is removed.
* Kill option FAILSAFE.des1999-06-151-1/+2
| | | | | PR: i386/12187 Approved by: bde
* The FD options are now in /sys/conf/options so need to duplicate themsteve1999-06-061-4/+1
| | | | here and keep people from building new kernels. :)
* Make vm86 a standard componentjlemon1999-06-011-2/+1
| | | | Reviewed by: silence on on -current
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-201-1/+2
|
* Move opt_sio.h options to conf/options and activate in isa/sio.cpeter1999-05-091-4/+1
|
* The fd options changed during new-bus.peter1999-04-241-4/+3
|
OpenPOWER on IntegriCloud