]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoAdd a pointer to "controller miibus0" for people who will not read the
peter [Wed, 8 Sep 1999 15:01:58 +0000 (15:01 +0000)]
Add a pointer to "controller miibus0" for people who will not read the
commit messages or GENERIC and insist on running -CURRENT.
It probably won't work, but it's worth a try.

25 years agoMake it build, copy from dev/sio/sio.c:
peter [Wed, 8 Sep 1999 13:46:54 +0000 (13:46 +0000)]
Make it build, copy from dev/sio/sio.c:
isa_set_flags -> device_set_flags
isa_get_flags -> device_get_flags

25 years agoUpdate docs for 3.3-R
phk [Wed, 8 Sep 1999 12:42:15 +0000 (12:42 +0000)]
Update docs for 3.3-R

OK'ed by: jkh

25 years agoAdd FreeBSD tag.
obrien [Wed, 8 Sep 1999 11:16:36 +0000 (11:16 +0000)]
Add FreeBSD tag.

25 years agoAdd $FreeBSD$
peter [Wed, 8 Sep 1999 11:14:56 +0000 (11:14 +0000)]
Add $FreeBSD$

25 years agoDon't -ko anymore.
obrien [Wed, 8 Sep 1999 11:14:51 +0000 (11:14 +0000)]
Don't -ko anymore.
Add FreeBSD tag.

25 years agoDon't -ko anymore.
obrien [Wed, 8 Sep 1999 11:12:35 +0000 (11:12 +0000)]
Don't -ko anymore.

25 years agoDon't use -ko any more.
obrien [Wed, 8 Sep 1999 11:11:59 +0000 (11:11 +0000)]
Don't use -ko any more.

25 years agoRestore old sio driver for Bruce. We'll fix the bus problems in nsio
peter [Wed, 8 Sep 1999 11:08:50 +0000 (11:08 +0000)]
Restore old sio driver for Bruce.  We'll fix the bus problems in nsio
instead.

25 years agos/sio/nsio/
peter [Wed, 8 Sep 1999 11:07:40 +0000 (11:07 +0000)]
s/sio/nsio/

25 years agoRestore the old sio* - bruce can fix it himself.
peter [Wed, 8 Sep 1999 10:59:03 +0000 (10:59 +0000)]
Restore the old sio* - bruce can fix it himself.

25 years agoCosmetic:
brian [Wed, 8 Sep 1999 07:34:52 +0000 (07:34 +0000)]
Cosmetic:
  alias_cmd -> nat_cmd after a repo-copy

25 years agoFixed bitrot in usage message (-n is now optional).
bde [Wed, 8 Sep 1999 05:46:47 +0000 (05:46 +0000)]
Fixed bitrot in usage message (-n is now optional).

25 years agoProvide another installation option for GNOME so we have the more "classic
jkh [Wed, 8 Sep 1999 04:48:26 +0000 (04:48 +0000)]
Provide another installation option for GNOME so we have the more "classic
GNOME" desktop that Debian does as an option.

25 years agoBump maxusers in installation kernel down to something more low-memory
jkh [Wed, 8 Sep 1999 04:46:35 +0000 (04:46 +0000)]
Bump maxusers in installation kernel down to something more low-memory
friendly.

25 years agoMFS: amd mount disabling and overflow protection.
imp [Tue, 7 Sep 1999 23:07:03 +0000 (23:07 +0000)]
MFS: amd mount disabling and overflow protection.

Reported by: gallatin@freebsd.org

25 years agoAll unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred [Tue, 7 Sep 1999 22:42:38 +0000 (22:42 +0000)]
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
reasonable defaults.

This avoids confusing and ugly casting to eopnotsupp or making dummy functions.
Bogus casting of filesystem sysctls to eopnotsupp() have been removed.

This should make *_vfsops.c more readable and reduce bloat.

Reviewed by: msmith, eivind
Approved by: phk
Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>

25 years agoAllow flags to be passed to patch when using LOCAL_PATCHES
jkh [Tue, 7 Sep 1999 20:47:42 +0000 (20:47 +0000)]
Allow flags to be passed to patch when using LOCAL_PATCHES

25 years agoSave %gs in sigcontext when delivering a signal and restore them upon
luoqi [Tue, 7 Sep 1999 20:02:24 +0000 (20:02 +0000)]
Save %gs in sigcontext when delivering a signal and restore them upon
return (in signal trampoline code). I plan to do the same on -stable,
so that we have a consistent interface to userland applications.

Reviewed by: bde

25 years agoFix comment: RX underrun -> RX overrun.
wpaul [Tue, 7 Sep 1999 17:06:17 +0000 (17:06 +0000)]
Fix comment: RX underrun -> RX overrun.

25 years agoConfig file parser changes:
ru [Tue, 7 Sep 1999 15:34:12 +0000 (15:34 +0000)]
Config file parser changes:

- Trailing spaces and empty lines are ignored.
- A `#' sign will mark the remaining of the line as a comment.

Reviewed by: Ari Suutari <ari@suutari.iki.fi>

25 years agoWe don't need a queue for *CP data - these are IP-only queues.
brian [Tue, 7 Sep 1999 14:34:55 +0000 (14:34 +0000)]
We don't need a queue for *CP data - these are IP-only queues.

25 years agoDoug missed an isa_get_flags().
peter [Tue, 7 Sep 1999 13:08:25 +0000 (13:08 +0000)]
Doug missed an isa_get_flags().

25 years agoMerge from sys/i386/i386/userconfig.c revisions 1.157 & 1.158.
kato [Tue, 7 Sep 1999 12:11:52 +0000 (12:11 +0000)]
Merge from sys/i386/i386/userconfig.c revisions 1.157 & 1.158.

25 years agoCommented out k6_mem.c.
kato [Tue, 7 Sep 1999 12:09:26 +0000 (12:09 +0000)]
Commented out k6_mem.c.

25 years agoChange isa_get/set_flags() to device_get/set_flags().
kato [Tue, 7 Sep 1999 11:17:09 +0000 (11:17 +0000)]
Change isa_get/set_flags() to device_get/set_flags().

Submitted by: dfr

25 years agoAdd FreeBSD 3.3 to the Fx and Os macros.
ru [Tue, 7 Sep 1999 10:33:34 +0000 (10:33 +0000)]
Add FreeBSD 3.3 to the Fx and Os macros.

25 years agoAdd more missing files from the reorganisation.
msmith [Tue, 7 Sep 1999 09:08:09 +0000 (09:08 +0000)]
Add more missing files from the reorganisation.

Submitted by: dfr

25 years agoChange isa_get/set_flags() to device_get/set_flags().
dfr [Tue, 7 Sep 1999 08:42:49 +0000 (08:42 +0000)]
Change isa_get/set_flags() to device_get/set_flags().

25 years agoShow how to prioritize UDP packets
brian [Tue, 7 Sep 1999 07:58:17 +0000 (07:58 +0000)]
Show how to prioritize UDP packets

25 years agoalias -> nat
brian [Tue, 7 Sep 1999 07:56:54 +0000 (07:56 +0000)]
alias -> nat

25 years agoIntroduce a forth IP packet queue. Urgent packets with
brian [Tue, 7 Sep 1999 07:51:11 +0000 (07:51 +0000)]
Introduce a forth IP packet queue.  Urgent packets with
ip_tos == IPTOS_LOWDELAY now get precidence over urgent
packets with ip_tos != IPTOS_LOWDELAY and non-urgent packets
with ip_tos == IPTOS_LOWDELAY.

Enhance the ``set urgent'' syntax to allow for urgent UDP
packets as well as urgent TCP packets.

25 years agoAvoid ambigious if() if() else().
billf [Tue, 7 Sep 1999 06:00:03 +0000 (06:00 +0000)]
Avoid ambigious if() if() else().

25 years agoSpelling fixes.
billf [Tue, 7 Sep 1999 05:28:22 +0000 (05:28 +0000)]
Spelling fixes.

PR: bin/12727
Submitted by: Stephen J. Roznowski <sjr@home.com>
Obtained from: NetBSD && NetBSD PR system

25 years agoAdd mii_load entry to the network drivers section. Also add entries for
wpaul [Tue, 7 Sep 1999 05:03:06 +0000 (05:03 +0000)]
Add mii_load entry to the network drivers section. Also add entries for
a few additional drivers that have recently been module-ized.

25 years agoUpdate the author's address and Global's home page.
simokawa [Tue, 7 Sep 1999 02:46:08 +0000 (02:46 +0000)]
Update the author's address and Global's home page.

PR: misc/13589
Submitted by: Shigio Yamaguchi <shigio@tamacom.com>

25 years agoFix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.
wpaul [Mon, 6 Sep 1999 23:29:50 +0000 (23:29 +0000)]
Fix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.

25 years agoIndicate that we now control quota checking via an rc.conf variable,
mph [Mon, 6 Sep 1999 20:55:28 +0000 (20:55 +0000)]
Indicate that we now control quota checking via an rc.conf variable,
instead of putting it in rc.local.

Submitted by: Alex Perel <veers@disturbed.net>

25 years agoUpdate for newpcm.
dfr [Mon, 6 Sep 1999 20:37:07 +0000 (20:37 +0000)]
Update for newpcm.

25 years agoFix Common Error brokenness.
markm [Mon, 6 Sep 1999 20:22:47 +0000 (20:22 +0000)]
Fix Common Error brokenness.

25 years agoset check_quotas="YES" as the default.
cpiazza [Mon, 6 Sep 1999 20:22:40 +0000 (20:22 +0000)]
set check_quotas="YES" as the default.

PR: 13603
Submitted by: Alex Perel <veers@distributed.net>
Reviewed by: billf

25 years ago-Wall: remove unused variable, initialize variable to avoid gcc stupidity.
billf [Mon, 6 Sep 1999 20:21:19 +0000 (20:21 +0000)]
-Wall: remove unused variable, initialize variable to avoid gcc stupidity.

25 years agoFix more Common Error brokenness.
markm [Mon, 6 Sep 1999 20:18:44 +0000 (20:18 +0000)]
Fix more Common Error brokenness.

25 years agoDon't depend on the fact that variables default to int.
billf [Mon, 6 Sep 1999 20:15:56 +0000 (20:15 +0000)]
Don't depend on the fact that variables default to int.

25 years ago1) s/mod(un)?load/kld$1load/
n_hibma [Mon, 6 Sep 1999 20:11:59 +0000 (20:11 +0000)]
1) s/mod(un)?load/kld$1load/

2) s/MODLOAD/KMODLOAD/ to be consistent with the rest of the variables
(KMOD, KMODOWN, KMODGRP, etc) and definition of MODLOAD/UNLOAD in the
Makefile of the ATAPI module

3) textual fixups

25 years agoMove /var/cron/log to /var/log/cron
n_hibma [Mon, 6 Sep 1999 20:10:27 +0000 (20:10 +0000)]
Move /var/cron/log to /var/log/cron

25 years agoCast pw_change and pw_expire to long and fix the format specifier accordingly.
billf [Mon, 6 Sep 1999 20:07:12 +0000 (20:07 +0000)]
Cast pw_change and pw_expire to long and fix the format specifier accordingly.

25 years agoRemember to re-arm the timeout for the tick routine.
wpaul [Mon, 6 Sep 1999 19:42:02 +0000 (19:42 +0000)]
Remember to re-arm the timeout for the tick routine.

25 years agoFix definitions for RID and RES if we're not using IOSPACE. I copied the
wpaul [Mon, 6 Sep 1999 18:42:27 +0000 (18:42 +0000)]
Fix definitions for RID and RES if we're not using IOSPACE. I copied the
two lines and forgot to change them for the !IOSPACE case. Not a big deal
since PCI memory mapped mode is off by default, but I still feel silly.

25 years agoChange NetBSD/Alpha to FreeBSD/alpha.
dfr [Mon, 6 Sep 1999 18:32:40 +0000 (18:32 +0000)]
Change NetBSD/Alpha to FreeBSD/alpha.

25 years agoAdd entry for NDC Ethernet Instant-Link Credit Card Adapter, a NE2000 clone.
obrien [Mon, 6 Sep 1999 18:29:09 +0000 (18:29 +0000)]
Add entry for NDC Ethernet Instant-Link Credit Card Adapter, a NE2000 clone.
This was tested on a ND5100 rev.A2 card.

25 years agoMake the ``Problem with IP header length'' error a bit more verbose
brian [Mon, 6 Sep 1999 18:20:26 +0000 (18:20 +0000)]
Make the ``Problem with IP header length'' error a bit more verbose

25 years ago$FreeBSD$ -> __DATE__
brian [Mon, 6 Sep 1999 18:11:50 +0000 (18:11 +0000)]
$FreeBSD$ -> __DATE__

This is probably more appropriate that $Date$ anyway

25 years agoUnifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional and
peter [Mon, 6 Sep 1999 17:30:03 +0000 (17:30 +0000)]
Unifdef -DPASSWD_IGNORE_COMMENTS.  This wasn't really optional and
we have enough pseudo-options already.

25 years ago- add reference to siginterrupt(3)
ru [Mon, 6 Sep 1999 15:15:51 +0000 (15:15 +0000)]
- add reference to siginterrupt(3)
- mdoc(7) fixes

25 years agoAdd device_set_desc_copy(9).
dfr [Mon, 6 Sep 1999 15:13:09 +0000 (15:13 +0000)]
Add device_set_desc_copy(9).

25 years agoVERY preliminary versions of these documents for the Alpha. I've
jkh [Mon, 6 Sep 1999 15:10:54 +0000 (15:10 +0000)]
VERY preliminary versions of these documents for the Alpha.  I've
made only the most superficial changes so far to HARDWARE.TXT and
eliminated the stuff I absolutely knew didn't work.  That still leaves
a lot of work to do and this is mostly just a place-holder for now.

25 years agoOnly do dhclient once; it has its own internal retry which is more than
jkh [Mon, 6 Sep 1999 15:06:17 +0000 (15:06 +0000)]
Only do dhclient once; it has its own internal retry which is more than
long enough (and doing it multiple times results in a dialog which waits
AGES to complete).

25 years agoRepo copy isa/sio* to dev/sio/sio* in preperation for extra bus methods
peter [Mon, 6 Sep 1999 14:06:23 +0000 (14:06 +0000)]
Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methods
including pci.
Also, eliminate NSIOTOT and do it dynamically where it matters.

25 years agoMove the #if 0 to catch the card.h include and make sure it's zero.
peter [Mon, 6 Sep 1999 13:30:36 +0000 (13:30 +0000)]
Move the #if 0 to catch the card.h include and make sure it's zero.

25 years agoAdd xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fix
sheldonh [Mon, 6 Sep 1999 13:14:24 +0000 (13:14 +0000)]
Add xrefs to the {f,net,sock}stat.1 manpages.  While I'm in there, fix
the sockstat.1 document title, which still remembers when sockstat was
called lsock.

Reviewed by: mpp

25 years agoAdd id_iosize as used by pccard.
peter [Mon, 6 Sep 1999 11:37:23 +0000 (11:37 +0000)]
Add id_iosize as used by pccard.

25 years agoadd pccard/pccard_nbk.c
peter [Mon, 6 Sep 1999 11:36:25 +0000 (11:36 +0000)]
add pccard/pccard_nbk.c

25 years agoZap $Locker$
peter [Mon, 6 Sep 1999 11:25:35 +0000 (11:25 +0000)]
Zap $Locker$

25 years agoTidy $Log$ debris
peter [Mon, 6 Sep 1999 11:24:52 +0000 (11:24 +0000)]
Tidy $Log$ debris

25 years ago$Id$ -> $FreeBSD$
peter [Mon, 6 Sep 1999 11:23:05 +0000 (11:23 +0000)]
$Id$ -> $FreeBSD$

25 years agoFreeBSD kernel doesn't allow any process to decrease securelevel. So,
kato [Mon, 6 Sep 1999 08:41:32 +0000 (08:41 +0000)]
FreeBSD kernel doesn't allow any process to decrease securelevel. So,
init(8) cannot decrease securelevel.  The manual page explains this
and single_user() doesn't try to downgrade kernel to insecure mode.

Reviewed by: bde (manual page)

25 years agoCommon Alpha loader Makefile, omitted accidentally from the previous set
msmith [Mon, 6 Sep 1999 08:38:10 +0000 (08:38 +0000)]
Common Alpha loader Makefile, omitted accidentally from the previous set
of commits.

25 years agoShow that the -n option is optional
n_hibma [Mon, 6 Sep 1999 08:30:25 +0000 (08:30 +0000)]
Show that the -n option is optional

Suggested by: Bruce Evans <bde@zeta.org.au>
Reviewed by: dfr

25 years agoWhen logging warning messages, there are now three scenarios:
brian [Mon, 6 Sep 1999 08:16:33 +0000 (08:16 +0000)]
When logging warning messages, there are now three scenarios:
o If a prompt is executing the command, only display the warning to
  that prompt
o If a prompt is executing a ``load'' command, display the warning
  to all prompts *and* syslog
o Otherwise, display the warning to all prompts *and* syslog.

25 years agoDon't forget to reset _pw_stepping_yp to 0 before returning. Fixes a bug
des [Mon, 6 Sep 1999 08:04:43 +0000 (08:04 +0000)]
Don't forget to reset _pw_stepping_yp to 0 before returning. Fixes a bug
where getpwent() would ignore wildcard entries that followed a netgroup
entry.

PR: misc/12999
Submitted by: David Hedley <david@inty.net>

25 years agoZap $Source$
peter [Mon, 6 Sep 1999 07:41:34 +0000 (07:41 +0000)]
Zap $Source$

25 years agoZap $Locker$
peter [Mon, 6 Sep 1999 07:40:41 +0000 (07:40 +0000)]
Zap $Locker$

25 years agoTidy up $Log$ debris
peter [Mon, 6 Sep 1999 07:39:30 +0000 (07:39 +0000)]
Tidy up $Log$ debris

25 years ago$Date$ -> $FreeBSD$
peter [Mon, 6 Sep 1999 07:36:44 +0000 (07:36 +0000)]
$Date$ -> $FreeBSD$

25 years agoZap $Source$
peter [Mon, 6 Sep 1999 07:34:27 +0000 (07:34 +0000)]
Zap $Source$

25 years ago$Revision$ -> $FreeBSD$
peter [Mon, 6 Sep 1999 07:33:51 +0000 (07:33 +0000)]
$Revision$ -> $FreeBSD$

25 years agoZap $Revision$
peter [Mon, 6 Sep 1999 07:33:18 +0000 (07:33 +0000)]
Zap $Revision$

25 years agoTidy up $Log$ debris
peter [Mon, 6 Sep 1999 07:32:15 +0000 (07:32 +0000)]
Tidy up $Log$ debris

25 years agoClean $Log$ debris.
peter [Mon, 6 Sep 1999 07:26:52 +0000 (07:26 +0000)]
Clean $Log$ debris.

25 years agoStart to disentangle the isa attachments from other buses. Partially
imp [Mon, 6 Sep 1999 06:45:20 +0000 (06:45 +0000)]
Start to disentangle the isa attachments from other buses.  Partially
rewrite the pccard attachment case.  This is a work in progress, but
doesn't break the isa case.

I left the #if 0...#endif around the pccard stuff, at Peter's request,
so that normal users don't shoot themselves in the foot.

While I was here:
o Indent a comment to the right location
o Spell Unknown with a final 'n'.

Reviewed by: peter

25 years agoAdd pccard child to nexus. A better version would take care of this
imp [Mon, 6 Sep 1999 06:39:17 +0000 (06:39 +0000)]
Add pccard child to nexus.  A better version would take care of this
with an identify method, but that has not been implemented.

Forgotten by: imp

25 years agoKludge together support for the old pccard system with newbus. This
imp [Mon, 6 Sep 1999 06:34:44 +0000 (06:34 +0000)]
Kludge together support for the old pccard system with newbus.  This
will allow newbus based drivers to have pccard attachments.  Also
start printing out probe messages for pccards stating the resources
used and regularize many of the pccard printfs.

Reviewed by: Peter Wemm.

25 years agoAdd common error lib for the Kerberos case.
markm [Mon, 6 Sep 1999 06:32:02 +0000 (06:32 +0000)]
Add common error lib for the Kerberos case.

25 years agoAdd ftpd to the build.
markm [Mon, 6 Sep 1999 06:30:48 +0000 (06:30 +0000)]
Add ftpd to the build.

25 years agoWhups, forgot one $Id$ -> $FreeBSD$ conversion.
wpaul [Mon, 6 Sep 1999 06:19:29 +0000 (06:19 +0000)]
Whups, forgot one $Id$ -> $FreeBSD$ conversion.

25 years agoRecognise the new 82559 chip id as used on the InBusiness 10/100 adapter.
peter [Mon, 6 Sep 1999 06:15:18 +0000 (06:15 +0000)]
Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.
I have an 82559 card with the same id as the other 8255[78] chips, but
that was made with a date code of 0699 (June 99).  The submitter shows
this working with the probe etc, but doesn't actually say it works as
on the ethernet. :-) Assuming it does, this is a RELENG_3 merge candidate.
Submitted by: Steven E Lumos <slumos@sam.ISRI.UNLV.EDU>

25 years agoThis commit adds driver support for PCI fast ethernet NICs based on
wpaul [Mon, 6 Sep 1999 06:14:30 +0000 (06:14 +0000)]
This commit adds driver support for PCI fast ethernet NICs based on
the Davicom DM9100 and DM9102 chipsets, including the Jaton Corporation
XPressNet. Datasheet is available from www.davicom8.com.

The DM910x chips are still more tulip clones. The API is reproduced
pretty faithfully, unfortunately the performance is pretty bad. The
transmitter seems to have a lot of problems DMAing multi-fragment
packets. The only way to make it work reliably is to coalesce transmitted
packets into a single contiguous buffer. The Linux driver (written by
Davicom) actually does something similar to this. I can't recomment this
NIC as anything more than a "connectivity solution."

This driver uses newbus and miibus and is supported on both i386
and alpha platforms.

25 years agoFix problem with manpages which contain ``-'' (dash) symbol in
phantom [Mon, 6 Sep 1999 05:38:47 +0000 (05:38 +0000)]
Fix problem with manpages which contain ``-'' (dash) symbol in
Name Description (.Nm) field.

PR: bin/13456
Reviewed by: mpp, jkh

25 years agoAdd a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,
wpaul [Mon, 6 Sep 1999 05:27:55 +0000 (05:27 +0000)]
Add a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,
this PHY and the Davicom DM9101 have exactly the same register definitions.
One of them is probably a clone of the other. I'm not sure which.

This is needed for the Davicom DM9102 10/100 PCI ethernet driver which
will be committed shortly.

25 years agoFix an old reference to the old docs directories. Looks like
jkh [Mon, 6 Sep 1999 03:30:38 +0000 (03:30 +0000)]
Fix an old reference to the old docs directories.  Looks like
this one went completely uncaught for months!

Caught by: jack <jack@germanium.xtalwind.net>

25 years agoRemove unused variables.
chris [Sun, 5 Sep 1999 23:27:53 +0000 (23:27 +0000)]
Remove unused variables.

25 years agoUpdate to add the July 22, 1999 addendum.
obrien [Sun, 5 Sep 1999 21:33:47 +0000 (21:33 +0000)]
Update to add the July 22, 1999 addendum.
(ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change)

25 years agoMake jdk-1.1.8 work again. It turns out that some code inside
jdp [Sun, 5 Sep 1999 21:12:53 +0000 (21:12 +0000)]
Make jdk-1.1.8 work again.  It turns out that some code inside
libjava peeks into the dynamic linker's private Obj_Entry structures.
My recent changes introduced some new members near the front of
the structures, causing libjava to get the wrong fields.  This commit
moves the new members toward the end of the structure so that the
layout of the portion that is relevant to JDK remains the same as
before.

I will work with the JDK porting team to see if we can come up with
a less fragile way for them to do what they need to do.  I understand
the current approach was necessary in order to work around some
limitations of the dynamic linker.  Maybe it's not necessary any
more.

25 years agoThis commit adds driver support for the Silicon Integrated Systems
wpaul [Sun, 5 Sep 1999 21:01:03 +0000 (21:01 +0000)]
This commit adds driver support for the Silicon Integrated Systems
SiS 900 and SiS 7016 PCI fast ethernet chipsets. Full manuals for the
SiS chips can be found at www.sis.com.tw.

This is a fairly simple chipset. The receiver uses a 128-bit multicast
hash table and single perfect entry for the station address. Transmit and
receive DMA and FIFO thresholds are easily tuneable. Documentation is
pretty decent and performance is not bad, even on my crufty 486. This
driver uses newbus and miibus and is supported on both the i386 and
alpha architectures.

25 years agoSet up FPU state on the AP.
peter [Sun, 5 Sep 1999 20:17:40 +0000 (20:17 +0000)]
Set up FPU state on the AP.

Tested by: phk

25 years ago$Id$ -> $FreeBSD$
peter [Sun, 5 Sep 1999 19:13:04 +0000 (19:13 +0000)]
$Id$ -> $FreeBSD$

25 years ago$Revision$,$Date$ -> $FreeBSD$
peter [Sun, 5 Sep 1999 19:11:41 +0000 (19:11 +0000)]
$Revision$,$Date$ -> $FreeBSD$

25 years ago$Revision$ -> $FreeBSD$ (more cleanup needed here)
peter [Sun, 5 Sep 1999 17:49:11 +0000 (17:49 +0000)]
$Revision$ -> $FreeBSD$  (more cleanup needed here)

25 years agoZap $Revision$
peter [Sun, 5 Sep 1999 17:43:31 +0000 (17:43 +0000)]
Zap $Revision$