]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoSync with sys/isa/sio.c revision from 1.269 to 1.273.
nyan [Wed, 3 Nov 1999 09:02:23 +0000 (09:02 +0000)]
Sync with sys/isa/sio.c revision from 1.269 to 1.273.

24 years agoRemove unnecessary file.
nyan [Wed, 3 Nov 1999 08:45:16 +0000 (08:45 +0000)]
Remove unnecessary file.

24 years agoSync with sys/i386/conf/GENERIC revision 1.199.
nyan [Wed, 3 Nov 1999 08:43:11 +0000 (08:43 +0000)]
Sync with sys/i386/conf/GENERIC revision 1.199.

24 years agoSync with sys/i386/isa/clock.c revision 1.146.
nyan [Wed, 3 Nov 1999 08:36:17 +0000 (08:36 +0000)]
Sync with sys/i386/isa/clock.c revision 1.146.

24 years agoSync with sys/boot/i386/btx/btx/btx.s revision 1.13.
nyan [Wed, 3 Nov 1999 08:32:03 +0000 (08:32 +0000)]
Sync with sys/boot/i386/btx/btx/btx.s revision 1.13.

24 years agoSync with sys/i386/i386/machdep.c revision 1.371.
nyan [Wed, 3 Nov 1999 08:25:40 +0000 (08:25 +0000)]
Sync with sys/i386/i386/machdep.c revision 1.371.

24 years agoSync with sys/boot/i386/libi386/Makefile revision 1.15.
nyan [Wed, 3 Nov 1999 08:23:57 +0000 (08:23 +0000)]
Sync with sys/boot/i386/libi386/Makefile revision 1.15.

24 years agoSync with sys/dev/syscons/syscons.c revision 1.326.
nyan [Wed, 3 Nov 1999 08:19:35 +0000 (08:19 +0000)]
Sync with sys/dev/syscons/syscons.c revision 1.326.

24 years agoFix for multiple pcm devices.
tanimura [Wed, 3 Nov 1999 08:10:49 +0000 (08:10 +0000)]
Fix for multiple pcm devices.

24 years agoFix a really lame buglet which broke with IPs of 34
green [Wed, 3 Nov 1999 04:18:34 +0000 (04:18 +0000)]
Fix a really lame buglet which broke with IPs of 34
(ERANGE...)

24 years agoChange structure field tolower to to_lower. The same for the toupper.
bp [Wed, 3 Nov 1999 03:17:31 +0000 (03:17 +0000)]
Change structure field tolower to to_lower. The same for the toupper.

24 years agoAdd a second direct map window to increase the maximum RAM this platform
gallatin [Wed, 3 Nov 1999 01:16:11 +0000 (01:16 +0000)]
Add a second direct map window to increase the maximum RAM this platform
can deal with from 1GB to 2GB.   I have no way to test with >1GB because I
don't have high enough density memory to get any one box over 1GB.  However, I
have tested it on xp1000 & ds10 with < 1GB of memory & have verified that it
does no harm.

24 years agoAdd statistics counters to "tee" netgraph node type.
archie [Tue, 2 Nov 1999 23:31:49 +0000 (23:31 +0000)]
Add statistics counters to "tee" netgraph node type.

24 years agoSimplify checking/parsing of strings using strtoul(), isdigit(), etc.
archie [Tue, 2 Nov 1999 23:18:01 +0000 (23:18 +0000)]
Simplify checking/parsing of strings using strtoul(), isdigit(), etc.

24 years agoConsolidate some of the various ctype(3) macros in one location.
archie [Tue, 2 Nov 1999 22:50:34 +0000 (22:50 +0000)]
Consolidate some of the various ctype(3) macros in one location.

24 years agoChange structure field named 'toupper' to 'to_upper' to avoid conflict
archie [Tue, 2 Nov 1999 22:46:42 +0000 (22:46 +0000)]
Change structure field named 'toupper' to 'to_upper' to avoid conflict
with the macro of the same name.  Same thing for 'tolower'.

24 years agoChange isspace() macro name to avoid conflict.
archie [Tue, 2 Nov 1999 22:42:56 +0000 (22:42 +0000)]
Change isspace() macro name to avoid conflict.

24 years agoRemove unused macro definition.
archie [Tue, 2 Nov 1999 22:40:15 +0000 (22:40 +0000)]
Remove unused macro definition.

24 years agoAdd new options NETGRAPH_PPP and NETGRAPH_PPPOE, plus NETGRAPH_SOCKET which
archie [Tue, 2 Nov 1999 22:38:50 +0000 (22:38 +0000)]
Add new options NETGRAPH_PPP and NETGRAPH_PPPOE, plus NETGRAPH_SOCKET which
was missing from before.

24 years agoAdd options NETGRAPH_PPP and NETGRAPH_PPPOE.
archie [Tue, 2 Nov 1999 22:36:09 +0000 (22:36 +0000)]
Add options NETGRAPH_PPP and NETGRAPH_PPPOE.

24 years agoFix typo in previous commit.
archie [Tue, 2 Nov 1999 22:24:41 +0000 (22:24 +0000)]
Fix typo in previous commit.

24 years agoadd arguments
charnier [Tue, 2 Nov 1999 21:23:38 +0000 (21:23 +0000)]
add arguments

24 years agoFix a disappearing section due to use of (') in the text. Use the
nik [Tue, 2 Nov 1999 19:58:39 +0000 (19:58 +0000)]
Fix a disappearing section due to use of (') in the text.  Use the
.Sq macro instead.

PR:             docs/13153
Submitted by:   Kazuo Horikawa <horikawa@jp.FreeBSD.org>

24 years agoRemove the prototypes for two functions that were removed when the
jhb [Tue, 2 Nov 1999 19:38:27 +0000 (19:38 +0000)]
Remove the prototypes for two functions that were removed when the
CD9660_ROOT option was axed.

24 years agoCut out some extra dead code that I missed last time around. I think
msmith [Tue, 2 Nov 1999 19:29:20 +0000 (19:29 +0000)]
Cut out some extra dead code that I missed last time around.  I think
this will fix the alpha kernel build now (MFS excluded).

24 years agoIt is no longer necessary to prepend underscores to external symbols under
joerg [Tue, 2 Nov 1999 18:18:26 +0000 (18:18 +0000)]
It is no longer necessary to prepend underscores to external symbols under
ELF.

Submitted by: A.Leidinger@WJPServer.CS.Uni-SB.de (Alexander Leidinger)

24 years agoAdd mn0 in the netgraph section.
phk [Tue, 2 Nov 1999 14:25:04 +0000 (14:25 +0000)]
Add mn0 in the netgraph section.

24 years agoNew driver: Nx64kbit/s E1/T1 cards based on Munich32x&Falc54.
phk [Tue, 2 Nov 1999 14:23:14 +0000 (14:23 +0000)]
New driver:  Nx64kbit/s E1/T1 cards based on Munich32x&Falc54.

This is a netgraph driver.

24 years agoFix file names in .FILES section.
phantom [Tue, 2 Nov 1999 13:47:09 +0000 (13:47 +0000)]
Fix file names in .FILES section.
Remove reference to obsolete files /us/src/share/tmac/README

24 years agoDocument .Ox and .Nx macros
phantom [Tue, 2 Nov 1999 13:27:27 +0000 (13:27 +0000)]
Document .Ox and .Nx macros

24 years agoDocument .St macro.
phantom [Tue, 2 Nov 1999 13:23:56 +0000 (13:23 +0000)]
Document .St macro.

24 years agoReverse the way $PATH is extended, so if the person building that area
joerg [Tue, 2 Nov 1999 12:50:11 +0000 (12:50 +0000)]
Reverse the way $PATH is extended, so if the person building that area
has /usr/games in its $PATH, where /usr/games/strfile doesn't grok an
option that the newly built one inside /usr/obj would grok, the build
process would be able to complete.

24 years agoRemove two private copies of strtoul()
phk [Tue, 2 Nov 1999 09:34:09 +0000 (09:34 +0000)]
Remove two private copies of strtoul()

Spotted by: bde

24 years agoDocument my TCP/IP hacks.
des [Tue, 2 Nov 1999 08:44:26 +0000 (08:44 +0000)]
Document my TCP/IP hacks.

24 years agoUnbreak this build.
green [Tue, 2 Nov 1999 04:16:17 +0000 (04:16 +0000)]
Unbreak this build.

24 years agoTeach libdisk about the AMI and Mylex RAID drivers. You should be able
msmith [Tue, 2 Nov 1999 03:40:14 +0000 (03:40 +0000)]
Teach libdisk about the AMI and Mylex RAID drivers.  You should be able
to install directly to arrays managed by these controllers now.

24 years agoCorrectly compute the block count. In reality, it seems that the
msmith [Tue, 2 Nov 1999 03:25:24 +0000 (03:25 +0000)]
Correctly compute the block count.  In reality, it seems that the
controller will never return the command if it's not exactly a multiple
of a block in size.

Cosmetic formatting for RAID level output.

24 years agoDon't print the chipset value; it's not useful.
msmith [Tue, 2 Nov 1999 03:24:09 +0000 (03:24 +0000)]
Don't print the chipset value; it's not useful.
Now we know what some of the state values are, print the current array
state.

24 years ago fix misordering of two lines in this file.
jmb [Tue, 2 Nov 1999 02:19:24 +0000 (02:19 +0000)]
fix misordering of two lines in this file.

24 years agoNewline-terminate the complaint message about not being able to find
msmith [Mon, 1 Nov 1999 23:57:28 +0000 (23:57 +0000)]
Newline-terminate the complaint message about not being able to find
the root vnode pointer.

24 years agoCall bootpc_init before we try to mount an NFS root, if we're configured
msmith [Mon, 1 Nov 1999 23:55:38 +0000 (23:55 +0000)]
Call bootpc_init before we try to mount an NFS root, if we're configured
to use BOOTP for NFS root discovery.

The entire interface setup inside nfs_mountroot is evil, and should die.

24 years agoMove a couple of globals here where they are initialised, rather than
msmith [Mon, 1 Nov 1999 23:54:07 +0000 (23:54 +0000)]
Move a couple of globals here where they are initialised, rather than
orphaning them in vfs_conf.c

24 years agoswapinit isn't called from vfs_mountroot, so don't complain about it in
msmith [Mon, 1 Nov 1999 23:53:27 +0000 (23:53 +0000)]
swapinit isn't called from vfs_mountroot, so don't complain about it in
a #if 0'ed comment.

Call the machine-dependant cpu_rootconf functions from sysinits in their
respective areas, don't do it from a stub here.

24 years agoThis is a complete rewrite of vfs_conf.c, which changes the way the root
msmith [Mon, 1 Nov 1999 23:51:00 +0000 (23:51 +0000)]
This is a complete rewrite of vfs_conf.c, which changes the way the root
filesystem is discovered.  Preference is given to using the kernel
environment variable vfs.root.mountfrom, which is set by the loader
according to the contents of /etc/fstab.  Changes in the MD code
provide fallback mechanisms for systems not using the loader.

A more robust fallback path is also provided, with the last recourse
being to prompt on the console for a root device.

These changes drastically simplify the machine-dependant parts of
the root configuration process.  In addition, support for CDROM root
devices has been removed; it was a nasty hack and didn't work.

24 years agoSync with RELENG_3.
nsouch [Mon, 1 Nov 1999 23:15:29 +0000 (23:15 +0000)]
Sync with RELENG_3.

24 years agoAdd alpm smbus lowlevel driver manpage
nsouch [Mon, 1 Nov 1999 22:55:50 +0000 (22:55 +0000)]
Add alpm smbus lowlevel driver manpage

24 years agoElminiate the (unused) TUNE_1542 option.
eivind [Mon, 1 Nov 1999 22:50:52 +0000 (22:50 +0000)]
Elminiate the (unused) TUNE_1542 option.

24 years agoAdd $FreeBSD$
grog [Mon, 1 Nov 1999 20:13:05 +0000 (20:13 +0000)]
Add $FreeBSD$

Correct the date on which DST begins in Victoria and New South Wales
in the year 2000: as the result of some local function in Sydney, DST
will begin on Sunday, 27 August instead of Sunday, 29 Cotober.

This change had already been made, but the date was incorrectly
specified as (Saturday) 26 August.

Submitted by: Howard Lowndes <lannet@lannet.com.au>

24 years agoThis brings rev 1.2 (reality check and document profiling extensions)
obrien [Mon, 1 Nov 1999 20:09:07 +0000 (20:09 +0000)]
This brings rev 1.2 (reality check and document profiling extensions)
into GCC 2.95.2.

24 years agoThis adds rev 1.2 (-fformat-extensions) to GCC 2.95.2.
obrien [Mon, 1 Nov 1999 19:51:19 +0000 (19:51 +0000)]
This adds rev 1.2 (-fformat-extensions) to GCC 2.95.2.

24 years agoDocument the ch* devices.
nik [Mon, 1 Nov 1999 19:45:59 +0000 (19:45 +0000)]
Document the ch* devices.

PR:             docs/14401
Submitted by:   Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>

24 years agoFix some bugs in MP allocation routine when links are non-equivalent.
archie [Mon, 1 Nov 1999 19:44:28 +0000 (19:44 +0000)]
Fix some bugs in MP allocation routine when links are non-equivalent.

24 years agoDocument that bind(2) can fail with EAGAIN.
nik [Mon, 1 Nov 1999 19:43:07 +0000 (19:43 +0000)]
Document that bind(2) can fail with EAGAIN.

PR:             docs/14173 docs/14181
Submitted by:   Charles Randall <crandall@matchlogic.com>
Submitted by:   Kelly Yancey <kbyanc@posi.net>

24 years agoDocument that hosts for which no status report has been received for
nik [Mon, 1 Nov 1999 19:42:02 +0000 (19:42 +0000)]
Document that hosts for which no status report has been received for
4 days are considered to have LEFT_EARTH(), and will not be shown in
the list.

PR:             docs/14299
Submitted by:   Ben Smithurst <ben@scientia.demon.co.uk>

24 years agoMerge rev 1.2 (a.out support) into GCC 2.95.2.
obrien [Mon, 1 Nov 1999 18:56:02 +0000 (18:56 +0000)]
Merge rev 1.2 (a.out support) into GCC 2.95.2.

24 years agoAdd Alpha and proper x86 support to GCC 2.95.2.
obrien [Mon, 1 Nov 1999 18:53:45 +0000 (18:53 +0000)]
Add Alpha and proper x86 support to GCC 2.95.2.
[ Functionally speaking, this covers revs 1.{2,3} ]

24 years agoMerge our -fformat-extensions and printf0() into GCC 2.95.2.
obrien [Mon, 1 Nov 1999 18:41:09 +0000 (18:41 +0000)]
Merge our -fformat-extensions and printf0() into GCC 2.95.2.

24 years agoPut more explict warning that this file should not be used if you want
imp [Mon, 1 Nov 1999 17:50:29 +0000 (17:50 +0000)]
Put more explict warning that this file should not be used if you want
a working kernel

24 years agoDo some more work on the mxphy pseudo-driver to make it better at media
wpaul [Mon, 1 Nov 1999 17:10:26 +0000 (17:10 +0000)]
Do some more work on the mxphy pseudo-driver to make it better at media
detection and remove the long delays that I had used previously. Everything
should be handled by timeouts now.

24 years agoAdd strtol & strtoul to kernel. Derived from libc versions.
phk [Mon, 1 Nov 1999 15:04:04 +0000 (15:04 +0000)]
Add strtol & strtoul to kernel.  Derived from libc versions.

24 years agoNew function:
phk [Mon, 1 Nov 1999 15:03:20 +0000 (15:03 +0000)]
New function:
 m_print(struct mbuf *);
hexdumps a mbuf.

24 years agoCall make_dev() to shut up the warning.
tanimura [Mon, 1 Nov 1999 14:29:07 +0000 (14:29 +0000)]
Call make_dev() to shut up the warning.

Pointed out by: Donn Miller <dmmiller@cvzoom.net>

24 years agoUse typedefs for node methods.
julian [Mon, 1 Nov 1999 10:18:36 +0000 (10:18 +0000)]
Use typedefs for node methods.

24 years agoUser netgraph typedefs for methods
julian [Mon, 1 Nov 1999 10:09:34 +0000 (10:09 +0000)]
User netgraph typedefs for methods

24 years agoAdd typedefs for node methods
julian [Mon, 1 Nov 1999 10:00:40 +0000 (10:00 +0000)]
Add typedefs for node methods
Suggested by phk.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52750,
obrien [Mon, 1 Nov 1999 08:28:22 +0000 (08:28 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52750,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of the GCC 2.95.2 compilers
obrien [Mon, 1 Nov 1999 08:28:22 +0000 (08:28 +0000)]
Virgin import of the GCC 2.95.2 compilers

24 years agoChanges prompt to "ok". This line is actually commented out, and serves only
dcs [Mon, 1 Nov 1999 08:07:04 +0000 (08:07 +0000)]
Changes prompt to "ok". This line is actually commented out, and serves only
as an example and to reflect the builtin default.

24 years agoChanges the default prompt to "ok".
dcs [Mon, 1 Nov 1999 08:05:22 +0000 (08:05 +0000)]
Changes the default prompt to "ok".

Mike says the whole idea of a current device was a bad idea in first place,
and will be doing away with currdev.

Anyway, people are not supposed to even notice this. :-)

24 years agoVirgin import of GCC 2.95.2's libstdc++
obrien [Mon, 1 Nov 1999 07:40:19 +0000 (07:40 +0000)]
Virgin import of GCC 2.95.2's libstdc++

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52746,
obrien [Mon, 1 Nov 1999 07:40:19 +0000 (07:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52746,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of GCC 2.95.2's libio -- the C++ iostream facility.
obrien [Mon, 1 Nov 1999 07:37:09 +0000 (07:37 +0000)]
Virgin import of GCC 2.95.2's libio -- the C++ iostream facility.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52744,
obrien [Mon, 1 Nov 1999 07:37:09 +0000 (07:37 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52744,
which included commits to RCS files with non-trunk default branches.

24 years agoChange quote style.
obrien [Mon, 1 Nov 1999 07:35:24 +0000 (07:35 +0000)]
Change quote style.

24 years agoVirgin import of GCC 2.95.2's libf2c
obrien [Mon, 1 Nov 1999 07:32:56 +0000 (07:32 +0000)]
Virgin import of GCC 2.95.2's libf2c

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52741,
obrien [Mon, 1 Nov 1999 07:32:56 +0000 (07:32 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52741,
which included commits to RCS files with non-trunk default branches.

24 years agoTell others how I did this.
obrien [Mon, 1 Nov 1999 07:27:42 +0000 (07:27 +0000)]
Tell others how I did this.

24 years agoThis file came from elsewhere and there was a little turd left.
obrien [Mon, 1 Nov 1999 07:25:20 +0000 (07:25 +0000)]
This file came from elsewhere and there was a little turd left.

24 years agoDescribe how I did this.
obrien [Mon, 1 Nov 1999 07:24:11 +0000 (07:24 +0000)]
Describe how I did this.

24 years agoUpdate for gcc 2.95.2.
obrien [Mon, 1 Nov 1999 07:22:02 +0000 (07:22 +0000)]
Update for gcc 2.95.2.

24 years agobraino in sample code.
julian [Mon, 1 Nov 1999 05:27:44 +0000 (05:27 +0000)]
braino in sample code.
picked up by phk.

24 years agoMost modern OSs have the ability to flag certain mounts as ones to
julian [Mon, 1 Nov 1999 04:57:43 +0000 (04:57 +0000)]
Most modern OSs have the ability to flag certain mounts as ones to
be ignored by default by the df(1) program.  This is used mostly to
avoid stat()-ing entries that do not represent "real" disk mount
points (such as those made by an automounter such as amd.)  It is
also useful not to have to stat() these entries because it takes
longer to report them that for other file systems, being that these
mount points are served by a user-level file server and resulting in
several context switches.  Worse, if the automounter is down
unexpectedly, a causal df(1) will hang in an interruptible way.

PR: kern/9764
Submitted by: Erez Zadok <ezk@cs.columbia.edu>

24 years agoDescription
julian [Mon, 1 Nov 1999 04:46:09 +0000 (04:46 +0000)]
Description

    repquota reports softlimits, hardlimits and ``used'' field
    incorrectly, namely those numbers get wrapped modulo 4Gbytes.

PR:  bin/8164
Submitted by:  Anton Berezin <tobez@plab.ku.dk>

24 years agocorrect moronic typo
mjacob [Mon, 1 Nov 1999 04:39:52 +0000 (04:39 +0000)]
correct moronic typo

24 years ago``mergemaster'' was repo-copied to ``mergemaster.sh'' as it's a shell script.
chris [Mon, 1 Nov 1999 04:29:05 +0000 (04:29 +0000)]
``mergemaster'' was repo-copied to ``mergemaster.sh'' as it's a shell script.

Delete the original mergemaster and modify Makefile to install mergemaster.sh.

Seen no problem with by: billf
No objections by: Doug Barton

24 years agoMerge the alpha and x86 majors files together. There appear to be
peter [Mon, 1 Nov 1999 04:12:42 +0000 (04:12 +0000)]
Merge the alpha and x86 majors files together.  There appear to be
only two conflicts, cdev #98 and cdev #99.  These should be fixed.
MAKEDEV should probably be merged as well.
Static majors are (hopefully) going away one day soon.
This file is informational and not machine parsed by anything any more.

24 years agoUpdate examples using 'disk' and 'tape' - they used to have magic meaning
peter [Mon, 1 Nov 1999 04:02:58 +0000 (04:02 +0000)]
Update examples using 'disk' and 'tape' - they used to have magic meaning
to config(8) for static device tables that have not existed for quite
some time.  They have been aliases for 'device' for a while, and "tape"
went away entirely as it wasn't used anywhere (except in an example
in LINT.. "fixed").

24 years agoRemove specfs::vop_lookup() There is no code path which can call it.
phk [Mon, 1 Nov 1999 02:53:38 +0000 (02:53 +0000)]
Remove specfs::vop_lookup() There is no code path which can call it.

24 years agoFix breakage for NOSHARED case.
bp [Mon, 1 Nov 1999 02:44:09 +0000 (02:44 +0000)]
Fix breakage for NOSHARED case.

Submitted by: Bruce Evans

24 years ago rearrange order of tests for NE1000, NE2000, and Linksys
jmb [Mon, 1 Nov 1999 01:16:56 +0000 (01:16 +0000)]
    rearrange order of tests for NE1000, NE2000, and Linksys
        cards.   previous order caused computers with NE2000 cards
        to hang during boot.

24 years ago rearrange order of tests for NE1000, NE2000, and Linksys
jmb [Mon, 1 Nov 1999 00:53:12 +0000 (00:53 +0000)]
rearrange order of tests for NE1000, NE2000, and Linksys
cards.   previous order caused computers with NE2000 cards
to hang during boot.

24 years agobpf need no longer be an option
julian [Mon, 1 Nov 1999 00:48:06 +0000 (00:48 +0000)]
bpf need no longer be an option

24 years agoStart making the contents of the generic framework opaque to the nodes.
julian [Mon, 1 Nov 1999 00:31:14 +0000 (00:31 +0000)]
Start making the contents of the generic framework opaque to the nodes.
This step: IDs are no-longer the address of the node.
Reviewd by: Archie@freebsd.org

24 years agoAdd $FreeBSD$
billf [Sun, 31 Oct 1999 21:25:40 +0000 (21:25 +0000)]
Add $FreeBSD$
'if gets laid once' -> 'it gets laid once'

24 years agoThe useracc() calls in osigreturn() and sigreturn() should specify
alc [Sun, 31 Oct 1999 19:39:51 +0000 (19:39 +0000)]
The useracc() calls in osigreturn() and sigreturn() should specify
VM_PROT_READ rather than VM_PROT_WRITE.  (This mistake predates
the B_READ/B_WRITE -> VM_PROT_READ/VM_PROT_WRITE change.)

Submitted by: bde

24 years agoBump version number to sync with ncplib 1.3.3
bp [Sun, 31 Oct 1999 15:11:43 +0000 (15:11 +0000)]
Bump version number to sync with ncplib 1.3.3

24 years agoBump internal version number with next release of ncplib.
bp [Sun, 31 Oct 1999 15:01:47 +0000 (15:01 +0000)]
Bump internal version number with next release of ncplib.

24 years agoChange Linksys registers base/offset.
nyan [Sun, 31 Oct 1999 09:05:20 +0000 (09:05 +0000)]
Change Linksys registers base/offset.
On NEC PC-98, asic_addr != nic_addr + 0x10.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoThe total uiomoved size is accumulated in c, not tmp.
tanimura [Sun, 31 Oct 1999 08:58:51 +0000 (08:58 +0000)]
The total uiomoved size is accumulated in c, not tmp.

24 years agoFix NOSHARED case.
bp [Sun, 31 Oct 1999 08:58:29 +0000 (08:58 +0000)]
Fix NOSHARED case.

Pointed by: Bruce Evans