Peter Wemm
c90137a386
Zap #include "apm.h" - it was not used.
2001-01-19 13:53:54 +00:00
Peter Wemm
3fac4a6263
Stop turning 'mandatory' into an implicit 'count' line. i386/npx was the
...
only consumer of this and it is no longer needed.
2001-01-19 13:20:50 +00:00
Peter Wemm
558226eae7
Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h
2001-01-19 13:19:02 +00:00
Peter Wemm
2c170dd2dd
EEK! vm86bios.s has got #if NNPX > 0 code without a corresponding
...
#include "npx.h" - the code has been dead for a while and vm86 calls
have not been saving FPU context it seems.
2001-01-19 13:14:09 +00:00
Peter Wemm
d008d67eff
At great personal risk to my sanity, turn off COMPAT_OLDISA and the
...
two drivers that depend on it - ie and le. The compat code has not been
disabled.
2001-01-19 13:06:37 +00:00
Peter Wemm
90d3341e09
Add missing twe (3ware) and ahb (adaptec 174x) devices (!)
2001-01-19 13:04:58 +00:00
Peter Wemm
80d739b4ec
This conf file seems to have rotted quite a bit..
2001-01-19 13:03:41 +00:00
Peter Wemm
5ae7f4d746
Corresponding version bump for config with the DEV_FOO replacement for
...
the NFOO count option.
2001-01-19 12:50:16 +00:00
Peter Wemm
10ca19cf93
Implement option strings that we can use in #ifdefs (where unavoidable)
...
as a replacement for the evil #define NFOO. If 'device npx' is in the
static kernel, a synthetic option '#define DEV_NPX 1' will be available
to stick in an opt_xxx.h file. "#if NNPX > 0" can be replaced with
"#ifdef DEV_NPX" and we can get rid of the overloaded meaning of the
device count mechanism.
2001-01-19 12:49:21 +00:00
Peter Wemm
bb9dcfee8e
This driver needs COMPAT_OLDISA too. Sigh.
2001-01-19 11:46:57 +00:00
John Baldwin
8339bca6db
Add in a space that got lost in the previous commit in some debugging code
...
so that '&' becomes a binary operator and not a unary operator.
2001-01-19 11:43:13 +00:00
Peter Wemm
95bca00f46
EEK! I missed a couple of places with the 24->32 interrupt change.
2001-01-19 10:55:13 +00:00
Peter Wemm
9ba0ad9495
Remove #defines for the old lock function names and spl0/splz
2001-01-19 10:52:47 +00:00
Peter Wemm
031b6a102e
Remove reference to splz_unpend - it is long gone.
2001-01-19 10:51:13 +00:00
Peter Wemm
07a79932e3
Catch a few alternative names for the syscall entry frame, eg: post-ELF
...
and int $0x80 entry methods.
2001-01-19 10:49:20 +00:00
Peter Wemm
f7b6e45d5b
apic_itrace_splz[] is unused
2001-01-19 10:48:35 +00:00
Peter Wemm
248d941a07
Remove unused splsoftcambio(), splsoftcamnet(), splq() and splz() inlines.
2001-01-19 10:46:58 +00:00
Peter Wemm
a496358e30
Remove the now-empty ipl_funcs.c file on all platforms.
2001-01-19 09:59:56 +00:00
Peter Wemm
198c5b0891
Remove the static splXXX functions and replace them by static __inline
...
stubs. Remove the xxx_imask variables which have been all but gone for
a while.
2001-01-19 09:57:29 +00:00
John Baldwin
79bd95a632
- Remove an unused write_ivars function that didn't do anything anyway.
...
- Return NULL from mca_alloc_resource() instead of ENOENT if we are
passed in an empty resource list.
2001-01-19 09:29:34 +00:00
Peter Wemm
26379603c0
Create a build-tools target for sysinstall and rtermcap. This is still
...
not right because rtermcap would be reading the *host* termcap, not
from the termcap in the src tree. Besides, /usr/sbin/sysinstall
(not the crunched one in /stand) should use the runtime termcap
not the precompiled set.
2001-01-19 09:24:00 +00:00
Peter Wemm
47c6b72621
Fix a warning due to missing prototype.
2001-01-19 09:10:14 +00:00
Peter Wemm
dfb1071f3c
Fix a warning (the prototypes probably shouldn't be so over-zealously
...
#ifdef'ed though)
2001-01-19 09:07:16 +00:00
John Baldwin
1d33852a18
Warning police:
...
- Share the ex_stop() prototype in if_exvar.h
- Remove an unused local variable.
2001-01-19 09:04:56 +00:00
Peter Wemm
dc57d7c6dc
Fix a maybe-not-so-harmless warning.
2001-01-19 09:02:40 +00:00
John Baldwin
5e878a541c
Add in an interrupt type for this driver. I have no idea how this could
...
have ever worked without this.
Reviewed by: peter
2001-01-19 08:55:14 +00:00
John Baldwin
568ae39fd5
Revert revision 1.102. I don't think p_nice needs to be protected with
...
sched_lock, and I'm fairly certain P_TRACED will be protected with the
proc lock instead.
Pointed out indirectly by: bde
2001-01-19 08:23:22 +00:00
Jun-ichiro itojun Hagino
cf2e52f3de
BSD/OS was called BSD/386 prior to 2.0.
2001-01-19 07:36:36 +00:00
Matthew Dillon
bcc740c453
Do not cluster with B_LOCKED buffers.
...
This is an odd one. This patch appears to fix a panic related to background
bitmap writes (for FFS), though neither Kirk, Ian, or I can figure out how
B_CLUSTEROK could possibly be set on a bitmap block to cause the clustering
code to improperly cluster with a buffer undergoing a background write.
In anycase, the clustering code is very fragile and this patch helps with
that, as well as possibly fixing a bug Andre was having.
Suggested by: Ian Dowse <iedowse@maths.tcd.ie>
Testing by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2001-01-19 05:31:07 +00:00
Bosko Milekic
08812b3925
Implement MTX_RECURSE flag for mtx_init().
...
All calls to mtx_init() for mutexes that recurse must now include
the MTX_RECURSE bit in the flag argument variable. This change is in
preparation for an upcoming (further) mutex API cleanup.
The witness code will call panic() if a lock is found to recurse but
the MTX_RECURSE bit was not set during the lock's initialization.
The old MTX_RECURSE "state" bit (in mtx_lock) has been renamed to
MTX_RECURSED, which is more appropriate given its meaning.
The following locks have been made "recursive," thus far:
eventhandler, Giant, callout, sched_lock, possibly some others declared
in the architecture-specific code, all of the network card driver locks
in pci/, as well as some other locks in dev/ stuff that I've found to
be recursive.
Reviewed by: jhb
2001-01-19 01:59:14 +00:00
Poul-Henning Kamp
5683c3dd1f
Look for modules in /boot/kernel these days.
2001-01-18 22:36:34 +00:00
Bruce A. Mah
097b422067
New release notes: Condition variables in kernel, ConnectionsPerPeriod
...
deprecated in sshd_config, cdcontrol(1) and CDROM, sysctl -N,
ports "origin", sysinstall->/usr/sbin.
Note MFC for LinkSys cards note, clarify and MFC syslogd(8) and
LOG_CONSOLE.
2001-01-18 19:25:40 +00:00
Bruce A. Mah
683ca03c88
Document I386_CPU kernel options, and note removal of I386_CPU
...
from the GENERIC kernel.
Reviewed by: peter, jhb
2001-01-18 17:25:34 +00:00
Ruslan Ermilov
404d68d48f
mdoc(7) police: add missing .Ed call.
2001-01-18 17:23:15 +00:00
Ruslan Ermilov
8d79d770c5
man(7) -> mdoc(7).
2001-01-18 16:04:48 +00:00
Søren Schmidt
df32668400
When blocksize is set to 2352, alwas read 2352 bytes.
...
This means it might read more than just data, but that is exactly
what we want here (for reading VCD's fx)
2001-01-18 15:20:18 +00:00
Ruslan Ermilov
1abae7ee85
man(7) -> mdoc(7).
2001-01-18 12:56:17 +00:00
Ben Smithurst
cb507c094f
remove reference to nonexistent screenmap(5) manual page.
...
PR: 24305
Submitted by: Marco van de Voort <marcov@stack.nl>
2001-01-18 11:59:01 +00:00
Ruslan Ermilov
9c48887207
mdoc(7) police:
...
Use proper macros for variables and their types, removed
hard sentence breaks, added a bunch of cross references.
2001-01-18 09:42:50 +00:00
John Baldwin
dcfc09d931
Protect p_stat and p_oncpu with sched_lock in forward_signal().
2001-01-18 08:19:25 +00:00
Jordan K. Hubbard
627f8f8b57
Note that /stand/sysinstall is deprecated.
...
Forgotten by: jhb
2001-01-18 08:13:38 +00:00
Peter Wemm
4a3e427f20
Deal with table parsing bugs caused by out-of-order record entries.
...
Complain about out-of-order entries. This fixes the 'mp extended
table HOSED!" report on the DL360 we have here with the "fixed" compaq
bios rom to fix the table length off-by-one error.
2001-01-18 07:42:02 +00:00
Jeroen Ruigrok van der Werven
047efaadd5
Add a smal line of text which indicates I am working on updating
...
this. <almost exactly 6 years after Garrett>
2001-01-18 07:19:25 +00:00
Jun-ichiro itojun Hagino
1723dbbbf6
workaround; be sure to initialize nd6 interface information when IPv6
...
interface address gets added. this will avoid presenting EMSGSIZE when
outgoing interface is down (and never brought up).
sync with kame.
2001-01-18 06:07:53 +00:00
Nick Hibma
a3698b8a7f
Nikon E990 and Nomad MP3 player Ids.
...
Submitted by: pete@altadena.net
2001-01-18 00:15:49 +00:00
Peter Wemm
c237ca8da1
Previous commit was:
...
Submitted by: Bart Thate <freebsd@1st.dudi.org>
2001-01-17 22:37:52 +00:00
Peter Wemm
ba014c35dc
Argh! add card_if.h to the generated list. This fixes kernel builds for
...
those who haven't added 'NO_MODULES=off' to /etc/make.conf.
2001-01-17 22:36:49 +00:00
Ben Smithurst
23c326d124
Document the restrictions on changing times in high securelevels.
...
PR: 23502
Submitted by: Robert Boyd <rboyd@pokerspot.com>
2001-01-17 21:27:54 +00:00
Ben Smithurst
b83c969d48
Document EHOSTDOWN error.
...
PR: 24410
Submitted by: Martin Horcicka <horcicka@vol.cz>
2001-01-17 21:02:50 +00:00
Chris D. Faulhaber
401643c23e
Clarify comments referring to strlcat() usage
...
Obtained from: OpenBSD
2001-01-17 20:51:20 +00:00