Commit Graph

40861 Commits

Author SHA1 Message Date
peter
ed54cd1bc5 Tidy up $Log$ debris 1999-09-06 07:39:30 +00:00
peter
0fbc009ad8 $Date$ -> $FreeBSD$ 1999-09-06 07:36:44 +00:00
peter
9df4c440df Zap $Source$ 1999-09-06 07:34:27 +00:00
peter
683cb74ccb $Revision$ -> $FreeBSD$ 1999-09-06 07:33:51 +00:00
peter
f476dc9030 Zap $Revision$ 1999-09-06 07:33:18 +00:00
peter
65239f7e66 Tidy up $Log$ debris 1999-09-06 07:32:15 +00:00
peter
e4fdf3e022 Clean $Log$ debris. 1999-09-06 07:26:52 +00:00
imp
bf2422fbbf 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
1999-09-06 06:45:20 +00:00
imp
c98dba8737 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
1999-09-06 06:39:17 +00:00
imp
1ba0a9839f 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.
1999-09-06 06:34:44 +00:00
markm
e67a6313e8 Add common error lib for the Kerberos case. 1999-09-06 06:32:02 +00:00
markm
bdef963a13 Add ftpd to the build. 1999-09-06 06:30:48 +00:00
wpaul
5964fa7ba9 Whups, forgot one $Id$ -> $FreeBSD$ conversion. 1999-09-06 06:19:29 +00:00
peter
8c0b275217 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>
1999-09-06 06:15:18 +00:00
wpaul
4417a656b0 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.
1999-09-06 06:14:30 +00:00
phantom
efb458847a Fix problem with manpages which contain ``-'' (dash) symbol in
Name Description (.Nm) field.

PR:		bin/13456
Reviewed by:	mpp, jkh
1999-09-06 05:38:47 +00:00
wpaul
94d5da224b 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.
1999-09-06 05:27:55 +00:00
jkh
caabec9299 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>
1999-09-06 03:30:38 +00:00
chris
612c9cfa36 Remove unused variables. 1999-09-05 23:27:53 +00:00
obrien
7daa6ad354 Update to add the July 22, 1999 addendum.
(ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change)
1999-09-05 21:33:47 +00:00
jdp
cc0f9ff2f5 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.
1999-09-05 21:12:53 +00:00
wpaul
69fcbc16fc 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.
1999-09-05 21:01:03 +00:00
peter
d97ddb9219 Set up FPU state on the AP.
Tested by:	phk
1999-09-05 20:17:40 +00:00
peter
765f4f2b8d $Id$ -> $FreeBSD$ 1999-09-05 19:13:04 +00:00
peter
c9e3014312 $Revision$,$Date$ -> $FreeBSD$ 1999-09-05 19:11:41 +00:00
peter
c9d45f4eda $Revision$ -> $FreeBSD$ (more cleanup needed here) 1999-09-05 17:49:11 +00:00
peter
553509c9cd Zap $Revision$ 1999-09-05 17:43:31 +00:00
peter
342c138a4f Tidy up $Log$ debris. 1999-09-05 17:42:45 +00:00
peter
77a0970c71 $Source$,$Revision$ -> $FreeBSD$ 1999-09-05 17:35:31 +00:00
peter
f5ff1ff314 Clean up some $Log$ debris, including some real messes. 1999-09-05 17:31:55 +00:00
peter
28549e3811 $Id$ -> $FreeBSD$ 1999-09-05 17:27:05 +00:00
peter
9b25dcecd2 Temporarily disable k6_mem (k6 write combining) at Brian's request since
it appears to be causing problems under XFree3.9.16.
1999-09-05 16:55:44 +00:00
green
6aadb3d446 M_WAITOK->M_NOWAIT 1999-09-05 15:45:57 +00:00
phk
bedf452d2d nullclose, not noclose of course. 1999-09-05 15:41:09 +00:00
peter
225758a297 $Id$ -> $FreeBSD$ 1999-09-05 15:21:05 +00:00
peter
a648fdcd4b $Revision$ -> $FreeBSD$ 1999-09-05 15:15:07 +00:00
peter
24ebe0b209 $Header$ cookies 1999-09-05 15:12:48 +00:00
phk
c2068cfa32 add missing : 1999-09-05 14:57:24 +00:00
markm
75a365430a Fix for new Common Error system. 1999-09-05 14:07:40 +00:00
peter
0815849d42 Only install backwards compat symlink for <machine/soundcard.h> if using
the default SHARED=copies, otherwise the kernel source tree gets modified
if /usr/include/machine is a symlink to the source tree (which is not the
case by default).  Nothing in our src tree uses <machine/soundcard.h>.

Pointed out by:	bde
1999-09-05 07:58:28 +00:00
peter
7fb1d222ad Connect libform/libpanel/libmenu. 1999-09-05 07:55:37 +00:00
phantom
f48ac5572f Some style and "look" fixes
Reviewed by:	mpp
1999-09-05 07:02:22 +00:00
phantom
29c16ff764 Name Description (.Nd macro) added.
Style and punctuation errors fixes.
ERRORS section included to RETURN VALUES because it's
describing return values instead of errors and their handling.

Reviewed by:	mpp
1999-09-05 06:59:34 +00:00
phantom
7beddbc46d mdoc(7) style fix.
Correct RB_* values list bounds.

Reviewed by:	mpp
1999-09-05 06:50:49 +00:00
phantom
6cb67753a8 mdoc(7) style fix: FreeBSD -> .Fx
Reviewed by:	mpp
1999-09-05 06:47:01 +00:00
phantom
8771d44bf8 Remove useless .Fn macro suffix
Reviewed by:	mpp
1999-09-05 06:41:49 +00:00
phantom
0a84e99910 mdoc style fix.
Reviewed by:	mpp
1999-09-05 06:39:22 +00:00
phantom
a51cd5fee4 mdoc(7) style fixes
Reviewed by:	mpp
1999-09-05 06:37:01 +00:00
grog
8b0b33482c struct rqgroup: put 0-length array at the end. Make mental note not
to write such crap again.

Spotted-by:	Parag Patel <parag@cgt.com>
1999-09-05 06:32:20 +00:00
phantom
d0a87ba929 mdoc(7) style fixes.
PR:		docs/13408
Reviewed by:	mpp
1999-09-05 06:02:03 +00:00