Seigo Tanimura
8f7076b8ff
The pointer of the serial FIFO in the DSP seems to make an error
...
upon starting/stopping the DSP. Correct the pointer in addition
to clearing the FIFO.
2000-01-23 07:04:02 +00:00
Tatsumi Hosokawa
f8d951c30f
Added Banksia CardModem 56.
...
Submitted by: Rice <benno@netizen.com.au>
2000-01-23 05:26:15 +00:00
Warner Losh
f0e4bd3f99
Add the two wireless pccard nics.
2000-01-23 04:29:17 +00:00
Boris Popov
5d94d71cd9
Allow if_ef driver to be compiled into kernel.
2000-01-23 03:35:11 +00:00
Matt Jacob
1d575e0fd3
Correctly put the place to mark EOP where we actually do the packet
...
transmission- this handles the odd and rare case of a list terminating
with a zero length mbuf.
2000-01-23 03:19:49 +00:00
Matt Jacob
1c3c868623
add PREVIOUS index macro for transmit side
2000-01-23 03:18:14 +00:00
Michael Haro
127432d7e2
fix cp -vi bug
...
Submitted by: Dan Papasian (bugg_ on irc)
2000-01-23 03:04:49 +00:00
Tatsumi Hosokawa
30bf72233e
Fixed name of CyQ've Ethernet Card.
2000-01-23 03:01:26 +00:00
Tatsumi Hosokawa
faf10645db
Added IC-CARD+ Ethernet card.
2000-01-23 03:00:04 +00:00
Mike Pritchard
bb2c7cbb5b
Fix various man pages to stop abusing the .Bx macro to generate the
...
string "FreeBSD". Use the .Fx macro instead.
2000-01-23 02:18:19 +00:00
Mike Pritchard
14201ae6dc
Fix various man pages to stop abusing the .Bx macro to generate
...
the string "FreeBSD". Use the .Fx macro instead.
2000-01-23 02:10:01 +00:00
Matt Jacob
4931a540da
Remove some debugging code, replace one line that had spaces with tabs,
...
and fix a silly botch for reinit.
2000-01-23 02:07:31 +00:00
Matt Jacob
6d918197cd
Get rid of the WX_XMIT_SMALL code- we've fixed that problem. Restructure
...
the receive code so that it correctly chains receive descriptors together
and handles the case that only a part of a packet is done at the time
we get here.
2000-01-23 01:49:11 +00:00
Brian Somers
3a7b6d76a7
Handle the availability of TUNSIFHEAD. If it's there, use it.
...
For the moment this is just overhead, but it'll be used for INET6
support later.
2000-01-23 01:48:19 +00:00
Mike Pritchard
f3c2973db7
Fxi various man pages to stop abusing the .Bx macro to generate
...
the string "FreeBSD". Use the .Fx macro instead. Also did some
minor re-wording/formatting to work around a deficiency with
the .Fx macro when it comes to puncuation characters other than
periods and commas.
2000-01-23 01:48:16 +00:00
Brian Somers
971cfa82fe
Support INET6, NETATALK and IPX as well as INET.
2000-01-23 01:47:59 +00:00
Brian Somers
43e8def200
Implement TUN[GS]IFHEAD ioctls. Passing a non-zero int to TUNSIFHEAD
...
tells that tun unit to prepend a four byte address family to packets
queued for tunread() and to expect a four byte address family at the
front of data received by tunwrite().
We queue any protocol received from the interface for tunread(), but
only accept INET, INET6, IPX and NETATALK from tunwrite(). There is
support for Xerox's NS stuff, but AFAICT config(8) doesn't ever
define NS.
2000-01-23 01:47:12 +00:00
Matt Jacob
c792f629d8
Add a pointer in the softc that will point to partially received packet.
...
Set up index increments for receive descriptors based on whether
the PADDED_CELL define is set.
2000-01-23 01:41:17 +00:00
Matt Jacob
e2e6935a6f
Add in a define for the optimal cache line size.
2000-01-23 01:39:13 +00:00
Mike Pritchard
f050f700ad
Fix various man pages to stop abusing the .Bx macro to generate
...
the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro
instead.
2000-01-23 01:30:05 +00:00
Wolfram Schneider
dc42ee8a71
Added NetBSD -current, OpenBSD -current and Added NetBSD 1.4.1
...
Update/Fix release date for NetBSD 1.3, 1.3.1, 1.4, 1.4.1
2000-01-22 22:22:45 +00:00
John Polstra
924d965ba0
Allow files in LD_PRELOAD to be separated by white space, like Solaris
...
and Linux.
2000-01-22 22:20:05 +00:00
Mike Pritchard
38b555fb1f
Fix minor mdoc style bug made by previous commit.
2000-01-22 21:24:36 +00:00
Tatsumi Hosokawa
9a136fa3d3
Added Planex FNW-3600-T 16bit FastEthernet.
2000-01-22 19:02:47 +00:00
Wilko Bulte
3796b7ab91
Include email feedback on EISA bus.
2000-01-22 18:51:16 +00:00
Wilko Bulte
10c6fb3dd8
Check if the various .TXT files exist before trying to copy them.
...
Oh why did I select a first project that needed to touch release/Makefile..
The fact that my release-building Alpha panics on me does not help either :(
2000-01-22 18:33:24 +00:00
Jeroen Ruigrok van der Werven
d7f9c2f27a
Import the apmconf function descriptions as per modified patch
...
from green.
2000-01-22 18:28:23 +00:00
Brian Feldman
295e0cdaed
Cleanups, new options, and syntax changes w.r.t. the -e fiag I had just
...
added. This completes the addition of apmconf(8) features into apm(8),
and will be followed shortly by asmodai with a manpage commit.
2000-01-22 18:11:58 +00:00
Jeroen Ruigrok van der Werven
8b5abc41bf
Remove alpm.4 from being made, since it was removed.
...
Forgotten by: nsouch
2000-01-22 17:55:05 +00:00
Tatsumi Hosokawa
19fdaeba95
Don't execute MAC address initialization for non-pccard sn devices.
2000-01-22 17:24:16 +00:00
Tatsumi Hosokawa
2a090474ae
Added tag (pccard:$device) for insert/remove event log.
...
Submitted by: Warner Losh <imp@village.org>
2000-01-22 17:13:20 +00:00
David E. O'Brien
089736c2bd
I wanted to preserve this analysis of the bug fixed by the previous commit.
...
From "Alexander N. Kabaev" <ak03@gte.com>:
The problem is that default builtin_setjmp implementation does not restore
any registers except for stack pointers when doing nonlocal jump. This
means, that every platform, that needs to store/restore some other state
between jumps, has to provide appropriate definitions for
builtin_setjmp_setup and builtin_setjmp_receiver RTL expansions.
Every plaftorm which needs to do some additional processing at setjmp
receive point, such as restoring additional information previously saved by
builtin_setjmp_setup, can provide definition for builtin_setjmp_receiver
RTL expansion. [That is what the previous commit does.] The i386 code
compiled with -fpic option requires the value of the PIC register (EBX) to
be restored in order to function properly. One should not provide
expansion for builtin_setjmp_setup because GCC documentation explicitly
states that values should be recalculated if possibe, rather than stored in
setjmp buffer and proper value for EBX can easlity be determined from the
current EIP contents.
2000-01-22 16:31:39 +00:00
Nick Hibma
db55dadd24
Update USB entries
2000-01-22 16:26:20 +00:00
Nick Hibma
a6c2f65f6c
Add reference to AMD-756
2000-01-22 16:13:26 +00:00
David E. O'Brien
f3fe9ba024
Merge in fixes from the GCC anoncvs tree.
2000-01-22 16:05:33 +00:00
David E. O'Brien
f402e7674c
Merge in the restore pic register fix from the vendor branch.
...
PR: 3441
Submitted by: Mark Diekhans <markd@Grizzly.COM>
2000-01-22 16:04:30 +00:00
Tatsumi Hosokawa
24cbe0e859
Added Corega Ether PCC-T.
...
PR: conf/14297
Submitted by: sanpei@sanpei.org
2000-01-22 15:58:04 +00:00
Nicolas Souchu
ae411d7e93
Various manpage cleanups after newbus port of ppbus.
...
Remove alpm.4 from machine independant manpages set.
2000-01-22 10:49:41 +00:00
Jason Evans
0c5d1a3361
Fix millisecond to nanosecond conversion.
...
PR: misc/16245
2000-01-22 09:15:15 +00:00
David E. O'Brien
aaaa7e3448
This commit was generated by cvs2svn to compensate for changes in r56385,
...
which included commits to RCS files with non-trunk default branches.
2000-01-22 02:59:08 +00:00
David E. O'Brien
cbab320528
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
...
branch on Jan 20th, 2000.
2000-01-22 02:59:08 +00:00
Matt Jacob
68a9f39184
Do some intptr_t casting for alpha.
...
Reviewed by: ken@freebsd.org
2000-01-21 23:19:30 +00:00
Matt Jacob
cfe090e1fa
Specify the system directory for which we put in our include path
...
as a separate line so we can override it on the command line if
we need to.
Reviewed by: ken@freebsd.org
2000-01-21 23:18:08 +00:00
Matt Jacob
090fbb8802
Clean up some of the SAF-TE matching code. Add
...
a few missing newlines in printouts.
2000-01-21 21:14:42 +00:00
Matt Jacob
997f6ab3d7
There seems to be some problems, particularly on alpha, with
...
FAST POSTING enabled for parallel SCSI. Be sure about things
and disable it for now.
2000-01-21 20:54:22 +00:00
Wilko Bulte
d632bd993b
update table to reflect move from wd to ata driver
2000-01-21 20:33:43 +00:00
Wilko Bulte
29429dde38
updated comments
2000-01-21 20:19:18 +00:00
Matthew Dillon
ff359f84c9
Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. The
...
invalidation code cannot wait for paging to complete while holding a
vnode lock, so we don't wait. Instead we simply allow the lower level
code to simply block on any busy pages it encounters. I think Yahoo
may be the only entity in the entire world that actually uses this
msync feature :-).
Bug reported by: Paul Saab <paul@mu.org>
2000-01-21 20:17:01 +00:00
Matt Jacob
5461ac5c7d
Specify the system directory for which we put in our include path
...
as a separate line so we can override it on the command line if
we need to.
2000-01-21 20:11:40 +00:00
Wilko Bulte
3190e369c1
This file has gone away. It's contents have become the starting point for the
...
GENERIC HARDWARE.TXT now located one directory level up. This saves
people from duplicating all updates in i386 that are in fact generic.
2000-01-21 19:24:33 +00:00