Revision tags: release/4.2.0 |
|
#
925be47c |
| 09-Oct-2000 |
Hellmuth Michaelis <hm@FreeBSD.org> |
update to i4b version 0.95.04
|
Revision tags: release/4.1.1_cvs |
|
#
7321545f |
| 23-Sep-2000 |
Paul Saab <ps@FreeBSD.org> |
Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP.
Reviewed by: peter
|
Revision tags: release/4.1.0, release/3.5.0_cvs |
|
#
65cbb03c |
| 13-Jun-2000 |
KATO Takenori <kato@FreeBSD.org> |
Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to support 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
Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to support 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.
show more ...
|
#
0d74cc48 |
| 10-Jun-2000 |
Peter Wemm <peter@FreeBSD.org> |
Add option BROKEN_KEYBOARD_RESET to an opt_*.h file
|
#
f548daf0 |
| 09-May-2000 |
John Baldwin <jhb@FreeBSD.org> |
Move UKBD_DFLT_KEYMAP into the options file since USB is machine independent. This allows the ukbd0 driver to compile on the Alpha.
Approved by: o`brien (in principle)
|
#
300451c4 |
| 16-Apr-2000 |
Mike Smith <msmith@FreeBSD.org> |
Some more i386-only BIOS-friendliness:
- Add support for using the PCI BIOS functions for configuration space accesses, and make this the default.
- Make PNPBIOS the default (obsoletes the PNP
Some more i386-only BIOS-friendliness:
- 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.
show more ...
|
#
aae85521 |
| 31-Mar-2000 |
Hellmuth Michaelis <hm@FreeBSD.org> |
Remove useless PCVT_FREEBSD and PCVT_EMU_MOUSE. Add PCVT_GREENSAVER.
|
Revision tags: release/4.0.0_cvs |
|
#
80060e88 |
| 19-Mar-2000 |
Peter Wemm <peter@FreeBSD.org> |
Connect the ISA and PCI compatability shims to an option. In this case it's options COMPAT_OLDISA and COMPAT_OLDPCI. This is meant to be a fairly strong incentive to update the older drivers to new
Connect the ISA and PCI compatability shims to an option. In this case 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.
show more ...
|
#
0f210c92 |
| 14-Jan-2000 |
Nicolas Souchu <nsouch@FreeBSD.org> |
Port of ppbus standalone framework to the newbus system.
Note1: the correct interrupt level is invoked correctly for each driver. For this purpose, drivers request the bus before being able t
Port of ppbus standalone framework to the newbus system.
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).
show more ...
|
#
4100386c |
| 09-Jan-2000 |
Bruce Evans <bde@FreeBSD.org> |
Put COMPAT_SVR4 in opt_dontuse.h for the same reasons as IBCS2 and COMPAT_LINUX are there. It shouldn't be and isn't used after config time, except to complicate the svr4 module makefile.
Moved opt
Put COMPAT_SVR4 in opt_dontuse.h for the same reasons as IBCS2 and 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.
show more ...
|
Revision tags: release/3.4.0_cvs |
|
#
273157da |
| 15-Dec-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
- Add the device resume method. It supercedes the existing resume routine which hooks the apm driver. - Rename the PSM_HOOKAPM option to PSM_HOOKRESUME. - Delete unnecessary #include.
|
#
e5981bd1 |
| 14-Dec-1999 |
Hellmuth Michaelis <hm@FreeBSD.org> |
update to isdn4bsd beta release 0.90 drivers which are likely to be ported to newbus are commented out for now
|
#
09e5e156 |
| 08-Dec-1999 |
Mark Newton <newton@FreeBSD.org> |
Add support for compiling SVR4 as a static module
("AND THE CROWD GOES... uh.")
Tested by: Joerg Wunsch <joerg_wunsch@interface-business.de>
|
#
d7ccb880 |
| 08-Nov-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
- Added the following options; they have existed in syscons 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: k
- Added the following options; they have existed in syscons 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
show more ...
|
#
51ebcb23 |
| 08-Nov-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
- Added a new kernel configuration option: SC_TWOBUTTON_MOUSE. The new option will make the right mouse button the `paste' button. Useful for two button mice.
Submitted by: morganw@engr.sc.edu (
- Added a new kernel configuration option: SC_TWOBUTTON_MOUSE. 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)
show more ...
|
#
73027df7 |
| 08-Nov-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
- Removed SC_VIDEO_DEBUG. It is broken and useless now.
|
#
909232c4 |
| 07-Nov-1999 |
Eivind Eklund <eivind@FreeBSD.org> |
Options cleanup. * 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
|
#
f1cdff80 |
| 01-Nov-1999 |
Eivind Eklund <eivind@FreeBSD.org> |
Elminiate the (unused) TUNE_1542 option.
|
#
b719a139 |
| 14-Oct-1999 |
Doug Rabson <dfr@FreeBSD.org> |
Add PNPBIOS option.
|
Revision tags: release/3.3.0_cvs |
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
e8ebc7f5 |
| 18-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
The "LINUX" option isn't actually used or referenced anywhere. The stuff 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
The "LINUX" option isn't actually used or referenced anywhere. The stuff 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
show more ...
|
#
0df6adec |
| 06-Aug-1999 |
Hellmuth Michaelis <hm@FreeBSD.org> |
updating isdn4bsd to beta version 0.83
|
#
6e8394b8 |
| 22-Jun-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
The second phase of syscons reorganization.
- Split syscons source code into manageable chunks and reorganize some of complicated functions.
- Many static variables are moved to the softc structu
The second phase of syscons reorganization.
- 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.
show more ...
|
#
9b953cf6 |
| 15-Jun-1999 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Kill option FAILSAFE.
PR: i386/12187 Approved by: bde
|
#
2df9ad0b |
| 07-Jun-1999 |
Steve Price <steve@FreeBSD.org> |
The FD options are now in /sys/conf/options so need to duplicate them here and keep people from building new kernels. :)
|