jkh
8c6164b309
Eliminate an obviously redundant message title.
1997-09-09 16:27:50 +00:00
jkh
55f821d874
Update for XFree86 3.3.1
1997-09-09 16:26:29 +00:00
jmg
367d3e7d46
add the man page for pnp... also add activate it in the makefile
1997-09-09 12:53:38 +00:00
jmg
e7c02f7386
tell dset how to save the pnp info in the kernel...
1997-09-09 12:51:02 +00:00
jmg
5fdad78cd7
add neccessary calls to autoconf for pnp,
...
also teach userconfig about the new pnp commands, for usage see pnp(4)
1997-09-09 12:48:59 +00:00
jmg
6eb185adfd
add pnp device entries...
1997-09-09 12:40:54 +00:00
jmg
28e7896b8d
add the plug-and-play code into current...
...
This code has been submitted by Luigi Rizzo <luigi@labinfo.iet.unipi.it>,
based on work done by Sujal Patel.
This currnetly doesn't provide the ability to register the port address
of PnP cards assigned a PnP driver. As there aren't any PnP capible
drivers yet, this isn't much of a problem.
The code allows you, through USERCONFIG, configure what the cards port
bases, irqs, and dma's are like. Currently there isn't support to view
what cards are in the sytem.
It successfully configures my PnP Internal Modem and sio then sees the
card as a normal isa device.
man page will be committed shortly.
Approved-by: jkh
Submitted-by: Luigi Rizzo
1997-09-09 12:31:58 +00:00
kato
f58d049723
Synchronize with sys/i386/isa/if_ed.c revision up to 1.120.
1997-09-09 11:29:09 +00:00
jkh
a3ece59a09
Be more cautious about leaving user with a workable kernel during the
...
upgrade process.
Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
1997-09-09 09:19:30 +00:00
markm
93f4eda975
Amancio's latest in the Brooktree driver.
...
This fixes the european frequency set, separates this further from the
Meteor driver and fixes bugs.
1997-09-09 06:32:32 +00:00
dima
d58cb84dae
Do setlogin() before changing uid/gid, since
...
`at/batch' requires this.
Obtained from: me && OpenBSD
1997-09-08 23:39:48 +00:00
brian
e5a3229fdb
Don't add loopback routes in the examples. Ppp
...
now does this internally by default.
1997-09-08 20:22:39 +00:00
dg
224a34b929
Added a check for the ISA memory address range being valid. Fixes PR#835.
1997-09-08 20:00:21 +00:00
jkh
10251b0fa8
Do a make install in sysinstall so that its man page gets added to the
...
manpages dist.
1997-09-08 11:09:35 +00:00
jkh
140da23855
Make upgrade potentially a little less interactive.
...
Add and document new loadConfig function (sort of like a script #include).
Make TCP/IP setup far less chatty when it doesn't need to be.
1997-09-08 11:09:11 +00:00
dg
4fcbd35c01
Turn on the 0WS option for 16bit cards. Newer machines insert enough
...
delay that without this the performance is unacceptable. The 83C690,
83C790, and 83C795 chips which this affects are all designed to work
with 0 waitstates in 16bit mode.
Also cleaned up the toggling of 16bit access mode that occurs during
normal operation; the previous code may not have done the right thing
in all cases.
1997-09-08 10:27:09 +00:00
kato
12e4ae6425
Synchronize with sys/i386/i386/microtime.s revision 1.33.
1997-09-08 08:40:53 +00:00
peter
9a9d679136
Change an assemble-time divide into a shift. Under binutils-2.8 gas in elf
...
mode, the slash is a comment leader, while under non-elf it is a divide
symbol (what a concept! :-). Theoretically, #APP/#NO_APP can change this
but that doesn't seem to mesh too well with macros and line continuation.
1997-09-08 06:40:58 +00:00
peter
12f8b6b6e0
Add missing redirection for _inside_intr -> inside_intr
1997-09-08 00:25:05 +00:00
fsmp
40ee6d06ee
DISABLE LEVEL_3 lock pushdown, somethings seems to have broken!
1997-09-07 23:06:15 +00:00
fsmp
877f33cf60
General cleanup of the lock pushdown code. They are grouped and enabled
...
from machine/smptests.h:
#define PUSHDOWN_LEVEL_1
#define PUSHDOWN_LEVEL_2
#define PUSHDOWN_LEVEL_3
#define PUSHDOWN_LEVEL_4_NOT
1997-09-07 22:04:09 +00:00
bde
6787a3eb7f
Fixed formatting of FreeBSD changes.
1997-09-07 17:08:32 +00:00
bde
be65adf888
Some staticized variables were still declared to be extern.
1997-09-07 16:56:34 +00:00
bde
ac6fcae006
Removed trailing semicolons from the definitions of the sysctl
...
declaration macros so that a semicolon can be added when the macros
are invoked without giving a (pedantic) syntax error. Invocations
need to be followed by a semicolon so that programs like indent and
gtags don't get confused.
Fixed the one invocation that wasn't followed by a trailing semicolon.
1997-09-07 16:53:52 +00:00
joerg
c87b023184
src/share/doc -> doc
1997-09-07 16:44:02 +00:00
bde
bcade9a903
Removed yet more vestiges of config-time swap configuration and/or
...
cleaned up nearby cruft.
1997-09-07 16:21:11 +00:00
joerg
caa2e7e2da
Teach comm(1) and uniq(1) about an option for case-insensitive work.
...
PR: 3042
Submitted by: graphix@iastate.edu (Kent Vander Velden)
1997-09-07 15:09:22 +00:00
joerg
fc4aea9e02
Add a quirk flag for CD drives that jam when seeing a START STOP UNIT
...
command.
PR: 2388
Submitted by: nsayer@quack.kfu.com (Nick Sayer) [basically]
1997-09-07 15:06:08 +00:00
joerg
82e0a44b78
Add a hint to the FAQ regarding ``DD'' disks.
1997-09-07 14:05:21 +00:00
bde
fc775e3711
Removed vestiges of config-time "argument processing" configuration.
1997-09-07 13:49:56 +00:00
bde
996bf127fa
Removed more vestiges of config-time swap configuration.
1997-09-07 12:56:46 +00:00
kato
98cf145068
Synchronize with sys/i386/isa/pcaudio.c revision 1.36.
1997-09-07 12:46:44 +00:00
joerg
0eab1df155
Wire tun(4) into the Makefile.
...
Slightly change the way how to credit NetBSD.
1997-09-07 12:29:55 +00:00
bde
31b6c99454
Oops, the previous commit shouldn't have touch the Makefile.
1997-09-07 12:27:54 +00:00
joerg
4cb93febce
This commit was generated by cvs2svn to compensate for changes in r29195,
...
which included commits to RCS files with non-trunk default branches.
1997-09-07 11:27:08 +00:00
joerg
174eba148a
Import NetBSD's tun(4) man page.
...
Obtained from: NetBSD
1997-09-07 11:27:08 +00:00
joerg
f55ef8475e
Fix a typo that becomes apparent when compiling without COMPAT_443.
...
Submitted by: Tony Kimball <Anthony.Kimball@East.Sun.COM>
1997-09-07 11:09:22 +00:00
bde
a498d09490
Don't say that swapping is configured by config.
1997-09-07 10:35:17 +00:00
joerg
c79da43668
Silence the PREVENT ALLOW MEDIUM REMOVAL call.
...
Submitted by: jmattson@wco.com (Jim Mattson)
1997-09-07 10:08:23 +00:00
bde
730fc08d95
Some staticized variables were still declared to be extern.
1997-09-07 09:43:44 +00:00
bde
c9dd8f47af
Some staticized variables were still declared to be extern.
1997-09-07 08:49:04 +00:00
bde
f01958dcc5
Removed unused #includes.
1997-09-07 08:30:24 +00:00
bde
1891b443fe
Cleaned up a little.
1997-09-07 08:21:50 +00:00
bde
a4d20f7944
Moved misplaced extern declarations.
1997-09-07 07:58:09 +00:00
bde
eb3a648083
Staticicized.
1997-09-07 07:54:15 +00:00
bde
0837b55a1d
Fixed another sloppy common-style declaration (staticized it).
1997-09-07 07:47:21 +00:00
bde
c0ddead3b4
Removed unused variable.
1997-09-07 07:38:33 +00:00
bde
c83605ea5f
Fixed sloppy common-style declarations.
1997-09-07 07:33:30 +00:00
markm
cd2a6be22c
Bring the FreeBSD changes to the virgin sources.
1997-09-07 07:02:53 +00:00
bde
2075d422d2
Staticized.
1997-09-07 06:46:34 +00:00