]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agotell dset how to save the pnp info in the kernel...
jmg [Tue, 9 Sep 1997 12:51:02 +0000 (12:51 +0000)]
tell dset how to save the pnp info in the kernel...

27 years agoadd neccessary calls to autoconf for pnp,
jmg [Tue, 9 Sep 1997 12:48:59 +0000 (12:48 +0000)]
add neccessary calls to autoconf for pnp,

also teach userconfig about the new pnp commands, for usage see pnp(4)

27 years agoadd pnp device entries...
jmg [Tue, 9 Sep 1997 12:40:54 +0000 (12:40 +0000)]
add pnp device entries...

27 years agoadd the plug-and-play code into current...
jmg [Tue, 9 Sep 1997 12:31:58 +0000 (12:31 +0000)]
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
27 years agoSynchronize with sys/i386/isa/if_ed.c revision up to 1.120.
kato [Tue, 9 Sep 1997 11:29:09 +0000 (11:29 +0000)]
Synchronize with sys/i386/isa/if_ed.c revision up to 1.120.

27 years agoBe more cautious about leaving user with a workable kernel during the
jkh [Tue, 9 Sep 1997 09:19:30 +0000 (09:19 +0000)]
Be more cautious about leaving user with a workable kernel during the
upgrade process.
Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>

27 years agoAmancio's latest in the Brooktree driver.
markm [Tue, 9 Sep 1997 06:32:32 +0000 (06:32 +0000)]
Amancio's latest in the Brooktree driver.
This fixes the european frequency set, separates this further from the
Meteor driver and fixes bugs.

27 years agoDo setlogin() before changing uid/gid, since
dima [Mon, 8 Sep 1997 23:39:48 +0000 (23:39 +0000)]
Do setlogin() before changing uid/gid, since
`at/batch' requires this.

Obtained from: me && OpenBSD

27 years agoDon't add loopback routes in the examples. Ppp
brian [Mon, 8 Sep 1997 20:22:39 +0000 (20:22 +0000)]
Don't add loopback routes in the examples.  Ppp
now does this internally by default.

27 years agoAdded a check for the ISA memory address range being valid. Fixes PR#835.
dg [Mon, 8 Sep 1997 20:00:21 +0000 (20:00 +0000)]
Added a check for the ISA memory address range being valid. Fixes PR#835.

27 years agoDo a make install in sysinstall so that its man page gets added to the
jkh [Mon, 8 Sep 1997 11:09:35 +0000 (11:09 +0000)]
Do a make install in sysinstall so that its man page gets added to the
manpages dist.

27 years agoMake upgrade potentially a little less interactive.
jkh [Mon, 8 Sep 1997 11:09:11 +0000 (11:09 +0000)]
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.

27 years agoTurn on the 0WS option for 16bit cards. Newer machines insert enough
dg [Mon, 8 Sep 1997 10:27:09 +0000 (10:27 +0000)]
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.

27 years agoSynchronize with sys/i386/i386/microtime.s revision 1.33.
kato [Mon, 8 Sep 1997 08:40:53 +0000 (08:40 +0000)]
Synchronize with sys/i386/i386/microtime.s revision 1.33.

27 years agoChange an assemble-time divide into a shift. Under binutils-2.8 gas in elf
peter [Mon, 8 Sep 1997 06:40:58 +0000 (06:40 +0000)]
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.

27 years agoAdd missing redirection for _inside_intr -> inside_intr
peter [Mon, 8 Sep 1997 00:25:05 +0000 (00:25 +0000)]
Add missing redirection for _inside_intr -> inside_intr

27 years agoDISABLE LEVEL_3 lock pushdown, somethings seems to have broken!
fsmp [Sun, 7 Sep 1997 23:06:15 +0000 (23:06 +0000)]
DISABLE LEVEL_3 lock pushdown, somethings seems to have broken!

27 years agoGeneral cleanup of the lock pushdown code. They are grouped and enabled
fsmp [Sun, 7 Sep 1997 22:04:09 +0000 (22:04 +0000)]
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

27 years agoFixed formatting of FreeBSD changes.
bde [Sun, 7 Sep 1997 17:08:32 +0000 (17:08 +0000)]
Fixed formatting of FreeBSD changes.

27 years agoSome staticized variables were still declared to be extern.
bde [Sun, 7 Sep 1997 16:56:34 +0000 (16:56 +0000)]
Some staticized variables were still declared to be extern.

27 years agoRemoved trailing semicolons from the definitions of the sysctl
bde [Sun, 7 Sep 1997 16:53:52 +0000 (16:53 +0000)]
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.

27 years agosrc/share/doc -> doc
joerg [Sun, 7 Sep 1997 16:44:02 +0000 (16:44 +0000)]
src/share/doc -> doc

27 years agoRemoved yet more vestiges of config-time swap configuration and/or
bde [Sun, 7 Sep 1997 16:21:11 +0000 (16:21 +0000)]
Removed yet more vestiges of config-time swap configuration and/or
cleaned up nearby cruft.

27 years agoTeach comm(1) and uniq(1) about an option for case-insensitive work.
joerg [Sun, 7 Sep 1997 15:09:22 +0000 (15:09 +0000)]
Teach comm(1) and uniq(1) about an option for case-insensitive work.

PR: 3042
Submitted by: graphix@iastate.edu (Kent Vander Velden)

27 years agoAdd a quirk flag for CD drives that jam when seeing a START STOP UNIT
joerg [Sun, 7 Sep 1997 15:06:08 +0000 (15:06 +0000)]
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]

27 years agoAdd a hint to the FAQ regarding ``DD'' disks.
joerg [Sun, 7 Sep 1997 14:05:21 +0000 (14:05 +0000)]
Add a hint to the FAQ regarding ``DD'' disks.

27 years agoRemoved vestiges of config-time "argument processing" configuration.
bde [Sun, 7 Sep 1997 13:49:56 +0000 (13:49 +0000)]
Removed vestiges of config-time "argument processing" configuration.

27 years agoRemoved more vestiges of config-time swap configuration.
bde [Sun, 7 Sep 1997 12:56:46 +0000 (12:56 +0000)]
Removed more vestiges of config-time swap configuration.

27 years agoSynchronize with sys/i386/isa/pcaudio.c revision 1.36.
kato [Sun, 7 Sep 1997 12:46:44 +0000 (12:46 +0000)]
Synchronize with sys/i386/isa/pcaudio.c revision 1.36.

27 years agoWire tun(4) into the Makefile.
joerg [Sun, 7 Sep 1997 12:29:55 +0000 (12:29 +0000)]
Wire tun(4) into the Makefile.
Slightly change the way how to credit NetBSD.

27 years agoOops, the previous commit shouldn't have touch the Makefile.
bde [Sun, 7 Sep 1997 12:27:54 +0000 (12:27 +0000)]
Oops, the previous commit shouldn't have touch the Makefile.

27 years agoThis commit was generated by cvs2svn to compensate for changes in r29195,
joerg [Sun, 7 Sep 1997 11:27:08 +0000 (11:27 +0000)]
This commit was generated by cvs2svn to compensate for changes in r29195,
which included commits to RCS files with non-trunk default branches.

27 years agoImport NetBSD's tun(4) man page.
joerg [Sun, 7 Sep 1997 11:27:08 +0000 (11:27 +0000)]
Import NetBSD's tun(4) man page.
Obtained from: NetBSD

27 years agoFix a typo that becomes apparent when compiling without COMPAT_443.
joerg [Sun, 7 Sep 1997 11:09:22 +0000 (11:09 +0000)]
Fix a typo that becomes apparent when compiling without COMPAT_443.

Submitted by: Tony Kimball <Anthony.Kimball@East.Sun.COM>

27 years agoDon't say that swapping is configured by config.
bde [Sun, 7 Sep 1997 10:35:17 +0000 (10:35 +0000)]
Don't say that swapping is configured by config.

27 years agoSilence the PREVENT ALLOW MEDIUM REMOVAL call.
joerg [Sun, 7 Sep 1997 10:08:23 +0000 (10:08 +0000)]
Silence the PREVENT ALLOW MEDIUM REMOVAL call.

Submitted by: jmattson@wco.com (Jim Mattson)

27 years agoSome staticized variables were still declared to be extern.
bde [Sun, 7 Sep 1997 09:43:44 +0000 (09:43 +0000)]
Some staticized variables were still declared to be extern.

27 years agoSome staticized variables were still declared to be extern.
bde [Sun, 7 Sep 1997 08:49:04 +0000 (08:49 +0000)]
Some staticized variables were still declared to be extern.

27 years agoRemoved unused #includes.
bde [Sun, 7 Sep 1997 08:30:24 +0000 (08:30 +0000)]
Removed unused #includes.

27 years agoCleaned up a little.
bde [Sun, 7 Sep 1997 08:21:50 +0000 (08:21 +0000)]
Cleaned up a little.

27 years agoMoved misplaced extern declarations.
bde [Sun, 7 Sep 1997 07:58:09 +0000 (07:58 +0000)]
Moved misplaced extern declarations.

27 years agoStaticicized.
bde [Sun, 7 Sep 1997 07:54:15 +0000 (07:54 +0000)]
Staticicized.

27 years agoFixed another sloppy common-style declaration (staticized it).
bde [Sun, 7 Sep 1997 07:47:21 +0000 (07:47 +0000)]
Fixed another sloppy common-style declaration (staticized it).

27 years agoRemoved unused variable.
bde [Sun, 7 Sep 1997 07:38:33 +0000 (07:38 +0000)]
Removed unused variable.

27 years agoFixed sloppy common-style declarations.
bde [Sun, 7 Sep 1997 07:33:30 +0000 (07:33 +0000)]
Fixed sloppy common-style declarations.

27 years agoBring the FreeBSD changes to the virgin sources.
markm [Sun, 7 Sep 1997 07:02:53 +0000 (07:02 +0000)]
Bring the FreeBSD changes to the virgin sources.

27 years agoStaticized.
bde [Sun, 7 Sep 1997 06:46:34 +0000 (06:46 +0000)]
Staticized.

27 years agoSome staticized variables were still declared to be extern.
bde [Sun, 7 Sep 1997 05:27:26 +0000 (05:27 +0000)]
Some staticized variables were still declared to be extern.

27 years agoInclude kernel.h instead of declaring "extern int hz".
bde [Sun, 7 Sep 1997 04:21:25 +0000 (04:21 +0000)]
Include kernel.h instead of declaring "extern int hz".

27 years agoRemoved superfluous quoting of function args.
bde [Sun, 7 Sep 1997 04:10:35 +0000 (04:10 +0000)]
Removed superfluous quoting of function args.

27 years agoFixed style bug in pseudocode.
bde [Sun, 7 Sep 1997 04:01:27 +0000 (04:01 +0000)]
Fixed style bug in pseudocode.

27 years agoFix an intermittent problem during SMP code operation. Not all of the
dyson [Sun, 7 Sep 1997 01:15:13 +0000 (01:15 +0000)]
Fix an intermittent problem during SMP code operation.  Not all of the
idle page table directories for all of the processors was being updated
during kernel grow operations.  The problem appears to be gone now.

27 years agoUpdate samples for the changed LQR default.
brian [Sun, 7 Sep 1997 01:04:02 +0000 (01:04 +0000)]
Update samples for the changed LQR default.

27 years agoDisable LQR by default. It causes too many problems
brian [Sun, 7 Sep 1997 01:00:06 +0000 (01:00 +0000)]
Disable LQR by default.  It causes too many problems
with too many ISPs to be a good default.  LQR is still
accepted by default.

27 years agoEnable A law encoding.
helbig [Sat, 6 Sep 1997 17:39:06 +0000 (17:39 +0000)]
Enable A law encoding.
Enable A law encoding.

27 years agoEnable A law encoding.
helbig [Sat, 6 Sep 1997 17:38:29 +0000 (17:38 +0000)]
Enable A law encoding.

27 years agoUse __libalias_version to derive the name to
brian [Sat, 6 Sep 1997 11:16:02 +0000 (11:16 +0000)]
Use __libalias_version to derive the name to
pass to dlopen().

27 years agoIngored incoming packets are now dropped when
brian [Sat, 6 Sep 1997 11:14:03 +0000 (11:14 +0000)]
Ingored incoming packets are now dropped when
deny_incoming option is set to yes.
Submitted by: Ari Suutari <ari@suutari.iki.fi>

27 years agoUpgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)
brian [Sat, 6 Sep 1997 11:11:43 +0000 (11:11 +0000)]
Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)
Submitted by: Charles Mott <cmott@srv.net>

Add __libalias_version so that ppp can derive the
correct library name for dlopen()

27 years agoChanged the Ints labels for the IO APIC from "INT#" to "PIN#" to better
fsmp [Sat, 6 Sep 1997 04:11:53 +0000 (04:11 +0000)]
Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to better
reflect its logical usage.  Ie., there is NOT a 1-to-1 correspondence
between IRQ numbers and APIC pin numbers as there is with the 8259 ICU.

27 years agoSynchronize with sys/i386/i386/trap.c revision 1.110.
kato [Sat, 6 Sep 1997 01:19:10 +0000 (01:19 +0000)]
Synchronize with sys/i386/i386/trap.c revision 1.110.

27 years agoInsist that the user has group network.
brian [Fri, 5 Sep 1997 23:11:28 +0000 (23:11 +0000)]
Insist that the user has group network.
Discussed on: -committers

27 years ago"lmd" -> "-lmd"
nate [Fri, 5 Sep 1997 18:15:29 +0000 (18:15 +0000)]
"lmd" -> "-lmd"
Submitted by: Vincent Poy <vince@venus.gaianet.net>

27 years agoArgh, what was I thinking?? Don't (yet) halt the CPU in the idle loop
peter [Fri, 5 Sep 1997 17:54:07 +0000 (17:54 +0000)]
Argh, what was I thinking??  Don't (yet) halt the CPU in the idle loop
while waiting for an interrupt (rather than spinning on the runqueue status
bits), since the other cpu can put stuff in there and the sleeping cpu may
not get an interrupt for a while.  When we have a reschedule IPI, this can
come back.

Pointed out by: fsmp

27 years agoTeach libdescrypt about elf builds.
peter [Fri, 5 Sep 1997 12:21:22 +0000 (12:21 +0000)]
Teach libdescrypt about elf builds.

27 years agoWhen compiling under elf, use correct library naming conventions. Also
peter [Fri, 5 Sep 1997 12:12:35 +0000 (12:12 +0000)]
When compiling under elf, use correct library naming conventions.  Also
add the required extra symlink.  Set the -soname to libcrypt.so so that
the symlink is used at runtime rather than resolved at compile time.

27 years agoIf elf, don't add libmd.a just because we link against libskey.so.
peter [Fri, 5 Sep 1997 12:04:31 +0000 (12:04 +0000)]
If elf, don't add libmd.a just because we link against libskey.so.
A

27 years agoIf building elf, don't link in libmd.a just for libskey.so to use. Under
peter [Fri, 5 Sep 1997 12:00:01 +0000 (12:00 +0000)]
If building elf, don't link in libmd.a just for libskey.so to use.  Under
elf, libskey.so will not expose it's implementation on it's caller.

27 years agoIf building under elf, have libskey.so depend on libmd and libcrypt.
peter [Fri, 5 Sep 1997 11:52:20 +0000 (11:52 +0000)]
If building under elf, have libskey.so depend on libmd and libcrypt.

27 years agoIf not building a.out, still build a pic version of libmd. This allows
peter [Fri, 5 Sep 1997 11:49:43 +0000 (11:49 +0000)]
If not building a.out, still build a pic version of libmd.  This allows
things like libskey.so to be dynamically self contained.

Things like md5(1) where speed is critical should still link with libmd.a,
but for things like login, where it's a once-off call if skey is used, it's
not worth the hassle.

27 years agoRestore the BINFORMAT?= in sys.mk, or it's painfully difficult to use
peter [Fri, 5 Sep 1997 11:45:15 +0000 (11:45 +0000)]
Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to use
.if in Makefiles.  bsd.prog.mk and bsd.lib.mk do not depend on it however.

Allow overriding of the -soname arg when building the lib*crypt.so* libs
since libdescrypt.so and libscrupt.so both need a -soname of libcrypt.so
so that the symlink is obeyed at runtime rather than at compile time.

27 years agoHopefully better fix for logwtmp(): rename to a private
tg [Fri, 5 Sep 1997 11:44:00 +0000 (11:44 +0000)]
Hopefully better fix for logwtmp(): rename to a private
version ftpd_logwtmp().

27 years agologwtmp() prototype is in <libutil.h>.
tg [Fri, 5 Sep 1997 11:17:22 +0000 (11:17 +0000)]
logwtmp() prototype is in <libutil.h>.

27 years agoChanges to support NetBSD and the new ifmedia extensions.
dg [Fri, 5 Sep 1997 10:23:58 +0000 (10:23 +0000)]
Changes to support NetBSD and the new ifmedia extensions.
Submitted by: Jason Thorpe <thorpej@netbsd.org>

27 years agoSynchronize with sys/i386/conf/options.1386 revision 1.58.
kato [Fri, 5 Sep 1997 10:18:16 +0000 (10:18 +0000)]
Synchronize with sys/i386/conf/options.1386 revision 1.58.

27 years agoSynchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.231
kato [Fri, 5 Sep 1997 10:17:30 +0000 (10:17 +0000)]
Synchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.231
and 1.33, respectively.

27 years agoMake the Sony TSL-7000 a known tape changer device.
joerg [Fri, 5 Sep 1997 10:16:03 +0000 (10:16 +0000)]
Make the Sony TSL-7000 a known tape changer device.

27 years agoSynchronize with sys/i386/isa/wd.c revision 1.136.
kato [Fri, 5 Sep 1997 10:16:02 +0000 (10:16 +0000)]
Synchronize with sys/i386/isa/wd.c revision 1.136.

27 years agoSynchronize with sys/i386/i386/machdep.c revision up to 1.263.
kato [Fri, 5 Sep 1997 10:14:36 +0000 (10:14 +0000)]
Synchronize with sys/i386/i386/machdep.c revision up to 1.263.

27 years agoBack out use of -m, since 2.1.x apparently do not have it. (sigh..)
peter [Fri, 5 Sep 1997 09:11:24 +0000 (09:11 +0000)]
Back out use of -m, since 2.1.x apparently do not have it. (sigh..)

27 years agoChange the BINFORMAT definitions so that they do not depend on sys.mk,
peter [Fri, 5 Sep 1997 09:09:56 +0000 (09:09 +0000)]
Change the BINFORMAT definitions so that they do not depend on sys.mk,
since 2.1.x make(1) apparently does not have the -m switch to set both
the the bsd.*.mk and sys.mk location, and this breaks 'make world' from a
2.1.x system.

27 years agoCosmetic adjustment for the trap/double fault/panic cpu id listing.
peter [Fri, 5 Sep 1997 08:54:55 +0000 (08:54 +0000)]
Cosmetic adjustment for the trap/double fault/panic cpu id listing.
It now prints the apic id in hex rather than decimal.

27 years agoAdd redirection for new _clock_lock symbol
peter [Fri, 5 Sep 1997 08:47:24 +0000 (08:47 +0000)]
Add redirection for new _clock_lock symbol

27 years agoAdd cvsup.ca.FreeBSD.org.
jdp [Fri, 5 Sep 1997 04:59:22 +0000 (04:59 +0000)]
Add cvsup.ca.FreeBSD.org.

27 years ago- Changed default PAGER from 'less' to 'more', since we don't have less
nate [Fri, 5 Sep 1997 04:24:22 +0000 (04:24 +0000)]
- Changed default PAGER from 'less' to 'more', since we don't have less
  in the base system.

PR: bin/4471
Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru>

27 years agoNotes that WEBNFS is supported.
jkh [Fri, 5 Sep 1997 04:11:50 +0000 (04:11 +0000)]
Notes that WEBNFS is supported.

27 years agoAdd a new compile option SC_HISTORY_SIZE for syscons.
yokota [Thu, 4 Sep 1997 23:03:11 +0000 (23:03 +0000)]
Add a new compile option SC_HISTORY_SIZE for syscons.

27 years agoAdd a new compile option SC_HISTORY_SIZE to specify the history buffer
yokota [Thu, 4 Sep 1997 23:01:06 +0000 (23:01 +0000)]
Add a new compile option SC_HISTORY_SIZE to specify the history buffer
size in terms of lines (instead of bytes).  When changing video mode
in ioctl SW_XXX commands, syscons checks scp->history_size and
allocate a history buffer at least as large as the new screen size.
(This was unnecessary before, because HISTORY_SIZE was as large as 100
lines and this is bigger than the maximum screen size: 60 lines).
Similar adjustment is done in ioctl CONS_HISTORY command too.

PR: kern/4169
Reviewed by: sos

27 years agoThe parameters to logwtmp should be const char's
pst [Thu, 4 Sep 1997 22:38:59 +0000 (22:38 +0000)]
The parameters to logwtmp should be const char's

27 years agoFreeBSD specific schanges - mainly religious issues about where to put
markm [Thu, 4 Sep 1997 21:37:57 +0000 (21:37 +0000)]
FreeBSD specific schanges - mainly religious issues about where to put
stuff.

27 years agoAdded an replacement for callrpc that uses tcp as primary transport method.
tegge [Thu, 4 Sep 1997 21:21:56 +0000 (21:21 +0000)]
Added an replacement for callrpc that uses tcp as primary transport method.
This enables larger reply messages.

27 years ago"It's" -> "Its" in two places.
jdp [Thu, 4 Sep 1997 20:59:33 +0000 (20:59 +0000)]
"It's" -> "Its" in two places.

27 years agoUpgrade of EIDE DMA support, Johns comments:
sos [Thu, 4 Sep 1997 18:49:53 +0000 (18:49 +0000)]
Upgrade of EIDE DMA support, Johns comments:

* lots of fixes to error handling-- mostly works now
* improve DMA timing config for Triton chipsets-- PIIX4 and UDMA drive
  still untested
* generally improve DMA config in many ways-- mostly cleanup
* clean up boot-time messages
* rewrite PRD generation algorithm
* first wd timeout is now longer, to handle drive spinup

Submitted by: John Hood <cgull@smoke.marlboro.vt.us>

27 years agoNo longer needed, superceded by ide-pci.c ide-pcireg.h
sos [Thu, 4 Sep 1997 18:36:02 +0000 (18:36 +0000)]
No longer needed, superceded by ide-pci.c ide-pcireg.h

27 years agosonewconn no longer passes curproc to the protocol attach method
tegge [Thu, 4 Sep 1997 17:39:16 +0000 (17:39 +0000)]
sonewconn no longer passes curproc to the protocol attach method
since that might cause in_pcballoc to call MALLOC with M_WAITOK during
a software interrupt.
Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>

27 years agoCosmetic change to last commit: speculative_mtest -> speculative_mprobe.
dg [Thu, 4 Sep 1997 15:23:33 +0000 (15:23 +0000)]
Cosmetic change to last commit: speculative_mtest -> speculative_mprobe.

27 years agoChanged the memory sizing code so that if the following conditions
dg [Thu, 4 Sep 1997 15:14:48 +0000 (15:14 +0000)]
Changed the memory sizing code so that if the following conditions
are met:

1) The BIOS indicates that there is exactly 64MB of RAM, and
2) The memory size isn't specified with the MAXMEM option or
   the npx0 msize hack,

   ...then do a speculative memory probe beyond the 64MB's until the
first bad page is encountered. This is an admitted hack, but should
nonetheless deal with detecting the correct amount of memory in nearly
all of the modern systems with >64MB of RAM.
Also made a change that will cause the list of detected memory chunks
to be printed if bootverbose is set.

27 years agoSynchronize with sys/i386/i386/userconfig.c revision 1.91.
kato [Thu, 4 Sep 1997 13:21:23 +0000 (13:21 +0000)]
Synchronize with sys/i386/i386/userconfig.c revision 1.91.

27 years agoSynchronize with sys/i386/isa/pcaudio.c revision 1.35.
kato [Thu, 4 Sep 1997 13:20:33 +0000 (13:20 +0000)]
Synchronize with sys/i386/isa/pcaudio.c revision 1.35.

27 years agoCosmetic in man page. Sync usage() with man page.
charnier [Thu, 4 Sep 1997 11:55:45 +0000 (11:55 +0000)]
Cosmetic in man page. Sync usage() with man page.