summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Collapse)AuthorAgeFilesLines
* The PC98-specific files.asami1996-06-143-0/+498
| | | | | Ok'd by: core Submitted by: FreeBSD(98) development team
* Document LINT.asami1996-06-141-1/+11
| | | | Reminded by: jkh, j, bde
* Convert ipfw to use opt_ipfw.hgpalmer1996-06-121-2/+4
|
* Add -Wunused to try and catch any future offendersgpalmer1996-06-122-4/+4
| | | | Reviewed by: bde
* Put clock calibration #defines in opt_clock.h to ease reconfigurationpst1996-06-111-1/+5
|
* We are developing a device driver of Smart Capture Card.phk1996-06-101-1/+2
| | | | | | | | | | | | | | | | | Smart Capture Card is a kind of video capture card, PCMCIA type II, and made by IBM Japan co.. Unfortunately, it is sold in Japan now. The device driver is working on the latest pccard-test package by Tatsumi HOSOKAWA and bsd-nomads. Some applications are also working. For example, xscc is a video moniter client on X-window, vic-2.7b2 is a video conference tool. We have a contract with IBM Japan. From the contract, we cannot release the source code exept the permit of IBM Japan. But I think they will permit us in few weeks. Reviewed by: phk Requested by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi OHASHI)
* *blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in thepeter1996-06-101-2/+2
| | | | example here.. :-(
* Clarify the meaning of IPFIREWALL_VERBOSE. Add IPFIREWALL_VERBOSE_LIMIT.alex1996-06-101-3/+5
|
* Bring back the `config file in the kernel' feature from the 1.x days. Thisjkh1996-06-082-6/+8
| | | | | | | is conditionalized by the INCLUDE_CONFIG_FILE option in your kernel config file and is not turned on by default. Submitted-By: Bill Pechter <pechter@shell.monmouth.com>
* Added index as a 'standard' file. It could be added as 'optional' fornate1996-06-071-1/+2
| | | | | ibcs2, but I felt it might be useful in other code as well at a later point.
* Describe ATAPI_STATIC (it seems lkm variant never work)ache1996-06-071-1/+2
|
* Instead of: cpp blah file.s | as -o file.o, use instead:peter1996-05-312-10/+6
| | | | | | | | | cc -c -x assembler-with-cpp -o file.o file.s. This means that any cpp fatal errors will now be detected, as well as running *.s files through an ansi cpp instead of a traditional cpp. (fixes to allow *.s to compile under both ansi and traditional to follow)
* Add an option "EXTRA_VNODES" to cause an extra number of vnode structurespeter1996-05-313-4/+20
| | | | | | | | | | | | | | | | to be allocated at boot time. This is an expensive option, as they consume physical ram and are not pageable etc. In certain situations, this kind of option is quite useful, especially for news servers that access a large number of directories at random and torture the name cache. Defining 5000 or 10000 extra vnodes should cut down the amount of vnode recycling somewhat, which should allow better name and directory caching etc. This is a "your mileage may vary" option, with no real indication of what works best for your machine except trial and error. Too many will cost you ram that you could otherwise use for disk buffers etc. This is based on something John Dyson mentioned to me a while ago.
* Add some comments for variables and targets.wosch1996-05-251-1/+80
|
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+7
| | | | | | | Kernel Appletalk protocol support both CAP and netatalk can make use of this.. still needs some owrk but it seemd the right tiime to commit it so other can experiment.
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-181-0/+1
| | | | | | | | | | | | | | is enabled by having an "device ed0 at isa? [...]" config line. The first PCI card will get a unit number one higher than the highest defined for any ISA card of the ED type, e.g. if ed0 and ed1 are configured, then the PCI cards will be ed2, ed3, ... BEWARE: If you have configured your kernel as ed0 with the port address as assigned by the PCI BIOS, then your card will be found by both the PCI and ISA probes, and bad things may happen. Make sure to restore the original port address form the GENERIC kernel for the ed0 device! Reviewed by: davidg
* A patch for the meteor device driver. It fixes:jkh1996-05-171-1/+3
| | | | | | | 1) A spelling error pointed out by Paco Hope. 2) A bug in the range checking routing pointed out by Jim Bray. 3) Enables the setting of frames per second. Submitted-By: Jim Lowe <james@miller.cs.uwm.edu>
* Whoops, don't add something that already exists. Removed redundantnate1996-05-131-6/+4
| | | | entries but better document the existing PCCARD stuff.
* Added commented out PCCARD entries to GENERIC, also document and addnate1996-05-131-1/+6
| | | | entries in LINT.
* Hide options for emulators and static file systems in opt_dontuse.h.bde1996-05-112-10/+22
| | | | | These options only apply at config time. Using them at compile time would break the corresponding lkms.
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-101-4/+6
| | | | expected.
* Oops, I missed these when I imported the Stallion drivers.peter1996-05-101-1/+20
| | | | Add samples and some info to LINT (and a pointer to the real docs)
* ``mv'' -> ``mv -f''wosch1996-05-072-4/+4
| | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* Add DDB_UNATTENDED to opt_ddb.h where it belongs.pst1996-05-051-1/+2
|
* Add stl and stli drivers for the Stallion cards.peter1996-05-041-1/+3
|
* Distinguish the classes of stallion boards (intelligent vs. "smart" cd1400)peter1996-05-041-2/+3
| | | | | | and which driver is for which. Major 72 was for the cd1400 based cards, I've grabbed the next free (75) for the intelligent, high performance boards.
* Add ccd to list of devices. Also add a sample entry in LINT.asami1996-05-032-2/+5
|
* Bring in ccd support.asami1996-05-031-0/+1
| | | | ccd is a pseudo device.
* Replace the dependency of `install' from `kernel' by a test for thejoerg1996-05-022-4/+12
| | | | | | existance fo `kernel'. Submitted by: peter
* removed:phk1996-05-023-6/+6
| | | | | | | | | CLBYTES PD_SHIFT PGSHIFT NBPG PGOFSET CLSIZELOG2 CLSIZE pdei() ptei() kvtopte() ptetov() ispt() ptetoav() &c &c new: NPDEPG Major macro cleanup.
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-2/+2
|
* Rename the very bogus indeed option "LINUX" to "COMPAT_LINUX".phk1996-05-022-18/+18
| | | | | I can only presume that the brain behind this have never seen code that says "#ifdef LINUX" :-(
* Oops, restored existent option LINUX. It is used at config-time.bde1996-05-011-1/+2
|
* Removed nonexistent option "LINUX" (what's that :-).bde1996-05-012-4/+2
|
* Make `install' depend on `kernel'. Some idiot tried to install ajoerg1996-04-272-4/+4
| | | | non-built kernel and complained in Usenet... :-)
* Removed options MAXCONS & HARDFONT, they are no longer in usesos1996-04-262-16/+2
| | | | (and havn't been for long, sigh)
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-1/+10
| | | | | | | | | | | regarding apm to LINT - Disabled the statistics clock on machines which have an APM BIOS and have the options "APM_BROKEN_STATCLOCK" enabled (which is default in GENERIC now) - move around some of the code in clock.c dealing with the rtc to make it more obvios the effects of disabling the statistics clock Reviewed by: bde
* Fixed `PCVT_FREEBSD=210'.bde1996-04-131-2/+2
|
* remove variables KMODGRP?=, KMODOWN?=, KMODMODE?=wosch1996-04-111-43/+15
| | | | | | | | | replace ${BIN*} variables with ${KMOD*} variables cleanup manpage code include bsd.obj.mk remove targets clean, cleandir, obj (included by bsd.obj.mk)
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-111-1/+12
|
* mentioned support for enabling gameport on ProAudio Spectrum withscrappy1996-04-111-1/+4
| | | | | appropriately commented out "options" line for PAS_JOYSTICK_ENABLE (PR#i386/960 - partial closer)
* Move the "mib" variables out to their own file.phk1996-04-071-0/+1
|
* Pick up CWARNFLAGS from /etc/make.conf if defined.phk1996-04-031-3/+5
|
* Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTICgpalmer1996-04-031-1/+11
| | | | | and SAFETY. Currently all commented out until I can verify that they don't cause LINT to fail to compile.
* Document PERFMON.wollman1996-04-021-6/+7
| | | | Delete obsolete PROBE_VERBOSE.
* Removed dead option DUMMY_NOPS.bde1996-03-311-7/+8
| | | | | Restored undead option AUTO_EOI_1. Added undocumented option PERFMON.
* When doing a 'make depend', dont blow away the existing .depend untilpeter1996-03-302-10/+14
| | | | the generation of a new one is complete.
* Added necessary quotes (${CPP} might have spaces in it). Removedbde1996-03-292-6/+6
| | | | unnecessary quotes.
* Added newlines and punctuation.bde1996-03-291-7/+11
| | | | | Removed defunct options. It will be easy to keep track of bogus options by looking at CFLAGS when all real options are moved out of CFLAGS.
* Removed references to nonexistent files.bde1996-03-291-4/+1
|
OpenPOWER on IntegriCloud