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
Jordan K. Hubbard
cee9d0d3b5
Remove wicontrol from the boot floppy - it's not easy to make
...
these things architecture dependent and wpaul says wicontrol is
i386 only.
2000-01-21 19:14:25 +00:00
Wilko Bulte
18cf424096
This is an ugly way to make HARDWARE.TXT live here again (instead of
...
in [i386,alpha]HARDWARE.TXT. This particular file is destined to be
the generic HARDWARE.TXT. In [i386,alpha]HARWDARE.TXT the machdep
information will live from now on. This should fix the make release
failures people were experiencing.
Reviewed by: Peter Wemm
2000-01-21 19:13:46 +00:00
Warner Losh
2a6999d834
Cleanup of the card database:
...
o Make sure every entry has a logger event on insert/delete
o Make sure that the order of loggers is consistant
o Add D-Link DEF-650
o use /sbin/ifconfig consistantly
o Add Elecom Laneed LD-CDE, NTT DoCoMo Paldio 321S and 341S
(from shige@FreeBSD.org )
2000-01-21 16:55:21 +00:00
Yoshihiro Takahashi
450a74c2bb
- Merge from sys/i386/conf/GENERIC rev 1.224, 1.225 and 1.226.
...
- Reorder network interfaces.
2000-01-21 13:22:07 +00:00
Tatsumi Hosokawa
e34ff0ec20
Fixed "NTT DoCoMo PCMCIA DATA/FAX ADAPTER 9600".
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
2000-01-21 12:26:12 +00:00
Nick Hibma
bd7bdb532c
Add ID for the AMD-756 OHCI controller
2000-01-21 10:46:29 +00:00
Nick Hibma
a043eecf95
Group of usb and usb\d+ is now operator and permissions are 0660.
...
Might need to be revisted to make it 0640 and limit the access to usb
and usb\d+ (in sys/dev/usb/usb.c) to 'retrieve info' only for operator.
2000-01-21 09:42:20 +00:00
Tatsumi Hosokawa
ab3aa81372
Added Megahertz X-Jack Ethernet Card. (sorry, Warner, please merge it!)
...
Obtained from: PAO
2000-01-21 09:26:13 +00:00
Tatsumi Hosokawa
eac3536941
Added "attr2" MAC address encoding (used by Megahertz Ethernet Card)
...
support.
Reviewed by: Warner Losh <imp@village.org>
Obtained from: PAO
2000-01-21 09:12:00 +00:00
Tatsumi Hosokawa
de2119c894
Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet Card
...
Reviewed by: Warner Losh <imp@village.org>
2000-01-21 09:05:49 +00:00
Tatsumi Hosokawa
bf005823c4
Added
...
Allied Telesis Ethernet Card
Panasonic KX-PH402D
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
2000-01-21 06:59:19 +00:00
Warner Losh
27e2c03a27
Fix the style bugs in the style bugs fix. The style bug fix made the
...
new function inconsistant with the rest of this file. The spelling
and grammer fixes were good and remain.
2000-01-21 06:57:52 +00:00
Tatsumi Hosokawa
08b8e973fe
s/echo/logger -s/ to insert/remove lines in pccard.conf.
...
Obtained from: PAO
2000-01-21 06:42:49 +00:00
Tatsumi Hosokawa
87ef0a0afb
Propagate MAC address in CIS tupple to dev/ed/ driver.
...
Many ed-based Ethernet PC-cards can't get correct MAC address without
this patch.
Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
Reviewed by: Warner Losh <imp@village.org>
2000-01-21 03:08:46 +00:00
Brian Feldman
bd9079fa6c
Fix style bugs in the last commit.
2000-01-21 02:52:54 +00:00
John Polstra
2621949f6f
If a directory on the command line doesn't exist, warn about it
...
and proceed rather than quitting with a fatal error message.
PR: bin/16056
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
2000-01-21 02:15:27 +00:00
David E. O'Brien
76748474eb
Minor style nits.
2000-01-21 02:09:43 +00:00
Bruce Evans
a7c9f05a71
Oops, The dependency of libcrypt on libmd went away before it was "fixed"
...
here.
Reported by: peter
2000-01-21 02:00:53 +00:00
Archie Cobbs
60347db81d
Document these drivers' support for netgraph(4).
2000-01-21 01:42:55 +00:00
Archie Cobbs
22b6e04be8
Remove definition of the unimplemented "control" hook.
2000-01-21 01:39:40 +00:00
Brian Somers
06b47306d1
Use TUNSIFPID when we change our PID (if it exists).
2000-01-21 00:33:27 +00:00
Brian Somers
bbdecb957c
Add a new TUNSIFPID ioctl to update the tun_pid (recorded in
...
tunopen) with the current pid.
2000-01-21 00:31:43 +00:00