joerg
17f10d8a38
Enable ktrace by default, accompanied by a small reminder about the
...
implications (4 KB bloat, slight slowdown of syscalls).
Reviewed by: freebsd-hackers
1996-06-30 09:39:29 +00:00
gpalmer
c308570548
Correct comment relating to pty's. There can be 256 (probably
...
higher actually, but that's all our MAKEDEV supports at this time)
1996-06-26 19:42:06 +00:00
ache
f4993d64b7
Oops, forget the fact that LINT compiles (fixing previos PAS commi)
1996-06-23 19:46:46 +00:00
ache
d1f1d89e8c
Describe the way how to add OPL for PAS without conflict
1996-06-23 19:41:34 +00:00
bde
890f295931
Describe MAXMEM better. Enable it by default. (It's a positive option.
...
Only negative options in LINT should be enabled.)
1996-06-23 13:28:04 +00:00
nate
9eb36038bf
Macro expressions should be fully parenthesized! Fix the MAXMEM
...
definition although it would work as it was written.
options "MAXMEM=(128*1024)"
Suggested by: bde
1996-06-19 15:37:52 +00:00
nate
36a6e52703
Document MAXMEM option.
...
[ Closes PR#1334, slightly modified by me ]
Submitted by: James Raynard <james@jraynard.demon.co.uk>
1996-06-18 23:21:28 +00:00
julian
ed39fae1fc
As we have appletalk protocol support we might as well show
...
how to get it..
1996-06-18 10:20:16 +00:00
joerg
787546bf1d
Explain the options for the `od' driver.
1996-06-16 20:04:47 +00:00
asami
27f43565aa
Document LINT.
...
Reminded by: jkh, j, bde
1996-06-14 09:42:52 +00:00
gpalmer
defc0f2e29
Add -Wunused to try and catch any future offenders
...
Reviewed by: bde
1996-06-12 05:54:46 +00:00
pst
05dc2e0edf
Put clock calibration #defines in opt_clock.h to ease reconfiguration
1996-06-11 16:02:55 +00:00
phk
13e4964d12
We are developing a device driver of Smart Capture Card.
...
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)
1996-06-10 15:30:33 +00:00
peter
b9c49f7565
*blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in the
...
example here.. :-(
1996-06-10 08:15:29 +00:00
alex
81014399b7
Clarify the meaning of IPFIREWALL_VERBOSE. Add IPFIREWALL_VERBOSE_LIMIT.
1996-06-10 00:50:34 +00:00
jkh
91826e819a
Bring back the `config file in the kernel' feature from the 1.x days. This
...
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>
1996-06-08 23:27:16 +00:00
nate
047f8d9223
Added index as a 'standard' file. It could be added as 'optional' for
...
ibcs2, but I felt it might be useful in other code as well at a later
point.
1996-06-07 22:26:59 +00:00
ache
a56e81828a
Describe ATAPI_STATIC (it seems lkm variant never work)
1996-06-07 15:50:08 +00:00
peter
dbd9016f48
Instead of: cpp blah file.s | as -o file.o, use instead:
...
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)
1996-05-31 01:01:24 +00:00
peter
a6023afadf
Add an option "EXTRA_VNODES" to cause an extra number of vnode structures
...
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.
1996-05-31 00:20:34 +00:00
jkh
7f127180e9
A patch for the meteor device driver. It fixes:
...
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>
1996-05-17 09:43:15 +00:00
nate
9365117c40
Whoops, don't add something that already exists. Removed redundant
...
entries but better document the existing PCCARD stuff.
1996-05-13 04:38:10 +00:00
nate
5450bb7184
Added commented out PCCARD entries to GENERIC, also document and add
...
entries in LINT.
1996-05-13 04:29:14 +00:00
bde
c926fa02cd
Hide options for emulators and static file systems in opt_dontuse.h.
...
These options only apply at config time. Using them at compile time
would break the corresponding lkms.
1996-05-11 04:39:53 +00:00
peter
0051725c48
Oops, I missed these when I imported the Stallion drivers.
...
Add samples and some info to LINT (and a pointer to the real docs)
1996-05-10 13:26:03 +00:00
wosch
9f795376b3
`mv'' ->
`mv -f''
...
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
1996-05-07 23:19:49 +00:00
peter
8805a58112
Add stl and stli drivers for the Stallion cards.
1996-05-04 08:41:28 +00:00
peter
59cdbc12b0
Distinguish the classes of stallion boards (intelligent vs. "smart" cd1400)
...
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.
1996-05-04 08:40:13 +00:00
asami
50f7572385
Add ccd to list of devices. Also add a sample entry in LINT.
1996-05-03 05:44:45 +00:00
joerg
48edb94942
Replace the dependency of install' from
kernel' by a test for the
...
existance fo `kernel'.
Submitted by: peter
1996-05-02 21:40:50 +00:00
phk
5a6fb3a7da
removed:
...
CLBYTES PD_SHIFT PGSHIFT NBPG PGOFSET CLSIZELOG2 CLSIZE pdei()
ptei() kvtopte() ptetov() ispt() ptetoav() &c &c
new:
NPDEPG
Major macro cleanup.
1996-05-02 14:21:14 +00:00
phk
2476b0058a
Rename the very bogus indeed option "LINUX" to "COMPAT_LINUX".
...
I can only presume that the brain behind this have never seen code
that says "#ifdef LINUX" :-(
1996-05-02 10:41:18 +00:00
bde
13cbb1411c
Oops, restored existent option LINUX. It is used at config-time.
1996-05-01 05:04:38 +00:00
bde
aa97fefae9
Removed nonexistent option "LINUX" (what's that :-).
1996-05-01 03:30:04 +00:00
bde
4fd408f6ef
Only disable sio3 by default.
1996-05-01 03:26:58 +00:00
jkh
457e99728a
Add ATAPI_STATIC so that the ATAPI cdroms work correctly again
...
under -current.
Submitted-By: Serge Vakulenko <vak@cronyx.ru>
1996-04-29 20:03:41 +00:00
joerg
9c10d8e8d1
Make install' depend on
kernel'. Some idiot tried to install a
...
non-built kernel and complained in Usenet... :-)
1996-04-27 07:30:49 +00:00
sos
04ce015dd8
Removed options MAXCONS & HARDFONT, they are no longer in use
...
(and havn't been for long, sigh)
1996-04-26 06:45:41 +00:00
nate
32d5c84b4c
- add apm to the GENERIC kernel (disabled by default), and add some comments
...
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
1996-04-22 19:40:28 +00:00
nate
35e568fc93
Added a disabled psm0 (PS/2) mouse device, using the new 'disable'
...
keyword.
1996-04-18 04:02:30 +00:00
bde
d844e408e7
Fixed `PCVT_FREEBSD=210'.
1996-04-13 16:50:23 +00:00
bde
de77142595
Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.
1996-04-11 21:18:49 +00:00
scrappy
65f13e11fa
mentioned support for enabling gameport on ProAudio Spectrum with
...
appropriately commented out "options" line for PAS_JOYSTICK_ENABLE
(PR#i386/960 - partial closer)
1996-04-11 06:19:44 +00:00
jkh
554249e991
Disable sio3 in GENERIC - it messes with ATI cards.
1996-04-10 23:03:36 +00:00
jkh
8c536fe336
Gag! Somebody removed the bus mouse from GENERIC for reasons unknown.
...
That certainly explains why I noticed it suddenly missing from the
2.2 SNAPSHOT! :-)
1996-04-09 09:00:41 +00:00
gpalmer
ee9f97b773
Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTIC
...
and SAFETY. Currently all commented out until I can verify that they don't
cause LINT to fail to compile.
1996-04-03 00:28:40 +00:00
wollman
5952e69723
Document PERFMON.
...
Delete obsolete PROBE_VERBOSE.
1996-04-02 18:13:36 +00:00
bde
14c8c2c164
Removed dead option DUMMY_NOPS.
...
Restored undead option AUTO_EOI_1.
Added undocumented option PERFMON.
1996-03-31 04:18:02 +00:00
peter
cd652cf1fa
When doing a 'make depend', dont blow away the existing .depend until
...
the generation of a new one is complete.
1996-03-30 14:57:02 +00:00
bde
338e708cf9
Added necessary quotes (${CPP} might have spaces in it). Removed
...
unnecessary quotes.
1996-03-29 14:08:30 +00:00