imp
37f300d8c3
Fix warnings:
...
o Add break; to default: label
o Cast args to clnt_call to be xdrproc_t type.
2003-04-27 07:09:33 +00:00
dougb
43e4f3c796
Add a dire warning about the impending demise of the old rc system.
...
Suggested by: scottl
2003-04-27 07:08:07 +00:00
imp
3810f2ae1b
Add back # accidentally deleted in 1.54
2003-04-27 06:16:52 +00:00
imp
184a869ac1
OBE
2003-04-27 05:51:12 +00:00
imp
8f15fb18ae
xten isn't needed after tw is gone.
...
Approved by: re@ (scottl)
2003-04-27 05:49:53 +00:00
imp
f37508e69a
xten user no longer needed.
2003-04-27 05:45:29 +00:00
imp
702c286b5b
This is no longer needed after tw is gone.
...
Approved by: re@ (scottl)
2003-04-27 05:43:42 +00:00
alc
7780721e61
Various changes to vm_object_shadow(): (1) update the vm_object locking,
...
(2) remove a pointless assertion, and (3) make a trivial change to a
comment.
2003-04-27 05:43:03 +00:00
imp
f6da04c0f5
These are no longer needed after tw is gone.
...
Approved by: re@ (scottl)
2003-04-27 05:42:07 +00:00
imp
323e67d39c
Update to reflect tw removal.
...
Approved by: re@ (scottl)
2003-04-27 05:40:53 +00:00
imp
f13dfd335f
Update to reflect removal of tw.
...
Approved by: re@ (scottl)
2003-04-27 05:39:10 +00:00
imp
dcb468fc8c
Update to reflect tw removal.
2003-04-27 05:35:10 +00:00
imp
78daea18e2
After careful review of this driver, I'm pretty sure it would take a
...
lot of work to make this driver work under current. In the past when
people wanted to remove xten, I was the only one in the way. After
talking to fsmp@ (last person to make real changes to this driver)
about this, I'm convinced it is better left in the dust-bin of history
Approved by: re@ (scottl)
2003-04-27 05:30:52 +00:00
davidxu
f7240c2496
unlock sched_lock at right time.
2003-04-27 04:32:40 +00:00
sam
15a33e0eb1
recognize the Sun Crypto 5821 and Crypto 1K cards;
...
they both use the Broadcom 5821
Submitted by: Panagiotis Astithas
MFC after: 1 day
2003-04-27 04:26:22 +00:00
imp
e83aed82ce
Add generic OEM1 PRISM3 card.
...
Submitted by: mwlucas
2003-04-27 03:34:05 +00:00
imp
556c7bf778
Sync to 1.50
2003-04-27 03:32:09 +00:00
imp
152d1245bf
Mystery OEM #1 : A really no-name prism3 card that wi supports.
...
Submitted by: mwlucas
2003-04-27 03:31:47 +00:00
jake
cef184114a
Remove some debug options that are no longer needed.
2003-04-27 01:52:32 +00:00
dougb
54acfe8b8b
Add .Xr's to mdmfs(8).
...
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2003-04-27 01:46:56 +00:00
dougb
90be04facb
Also MLINK the man page for mount_mfs.
2003-04-27 01:40:45 +00:00
dougb
a0206dd151
Forced commit to indicate that what is installed is a hard link,
...
not a symbolic one.
2003-04-27 01:23:11 +00:00
dougb
f07134d08f
Install a mount_mfs symlink so that you can specify something like this
...
in /etc/fstab to get a memory disk:
md /tmp mfs rw,-s8m,noatime 2 2
Back when mdmfs was created, there was vague discussion about doing this, but
it never materialized.
Reminded by: Ralf S. Engelschall <rse@engelschall.com>
2003-04-27 01:18:36 +00:00
imp
abb7f4039a
Sync to 1.49
2003-04-27 00:26:19 +00:00
alc
f13b362035
Various changes to vm_object_page_remove():
...
- Eliminate an odd, special-case feature:
if start == end == 0 then all pages are removed. Only one caller
used this feature and that caller can trivially pass the object's
size.
- Assert that the vm_object is locked on entry; don't bother testing
for a NULL vm_object.
- Style: Fix lines that are longer than 80 characters.
2003-04-26 23:41:30 +00:00
imp
e2b366f939
MF-p4:
...
"Ian gave me this patch" I assume this is iadowse@.
Also, pull in a few devices NetBSD's table. More are there, but I need
to properly move them to pccarddev before including them here.
2003-04-26 22:19:02 +00:00
imp
16917c69c7
Add a generic cdrom.
2003-04-26 22:13:51 +00:00
phk
3c0716f4d6
Bail as soon as the first write request has failed, there is no point
...
in trying the second write if the first one went nowhere.
2003-04-26 21:40:26 +00:00
phk
616b6da176
Appearantly UFS no longer issues BIO_DELETE requests correctly, and
...
consequently trashes data. Disable BIO_DELETE handling in gbde for now.
2003-04-26 21:39:33 +00:00
imp
912138f780
Create a new C++ header file called devd.hh which has all the class
...
definitions in it. Begin to document the classes that we use, and how
they interrelate (using comments that I can use with doxygen to
automatically generate docs with).
2003-04-26 20:59:04 +00:00
obrien
ec25c6b550
I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland.
...
Restore the bits and remove them from asmacros.h. *.S will now be asm.h
consumers.
Approved by: jake
2003-04-26 20:54:45 +00:00
imp
562f7a033d
Update to use is_id_char() in the last patch. I should have done this
...
before the last commit.
2003-04-26 20:25:40 +00:00
obrien
7ed3355e10
We're changing the platform name from x86[_-]86 to amd64.
2003-04-26 20:04:38 +00:00
hrs
104d000ba6
Merge the following from the English version:
...
1.136 -> 1.143 hardware/common/dev.sgml
1.5 -> 1.9 hardware/i386/proc-i386.sgml
2003-04-26 19:48:15 +00:00
imp
12d3a8ac15
Make better use of the string type when parsing things. This switches
...
expand one from using a fixed buffer to using a string which
dynamically allocates these things.
Submitted by: green@ (against an earlier version of devd)
Ignored for too long by: imp
2003-04-26 19:44:45 +00:00
alc
1f77f7ac4e
- Lock the vm_object on entry to vm_object_terminate().
2003-04-26 19:36:19 +00:00
hrs
f4caf6d593
Merge the following from the English version:
...
1.33 -> 1.36 errata/article.sgml
2003-04-26 19:20:59 +00:00
obrien
756399b229
Fix the LINK_SPEC. Our i386 32-bit emulation name changed.
...
We also need to look in the proper directory for 32-bit libs.
2003-04-26 19:20:25 +00:00
obrien
d208e9b116
Remove the last vestiges (I hope) of the mixed ELF/a.out support.
...
As a plus we can use the stock CC1_SPEC and ASM_SPEC for AMD64.
2003-04-26 19:16:54 +00:00
hrs
1b3a665da5
Merge the following from the English version:
...
1.524 -> 1.553 relnotes/common/new.sgml
2003-04-26 19:13:00 +00:00
hrs
2b6cd02d1e
Add a missing </para>.
2003-04-26 19:07:33 +00:00
alc
7eb5d8e497
- Convert vm_object_pip_wait() from using tsleep() to msleep().
...
- Make vm_object_pip_sleep() static.
- Lock the vm_object when performing vm_object_pip_wait().
2003-04-26 18:33:18 +00:00
ps
d308e08772
Update the mbuf watermark settings to match the latest documentation
...
from Broadcom. These values are strongly encouraged for proper operation.
MFC after: 3 days
2003-04-26 18:26:29 +00:00
obrien
eba4815dac
The ENTRY bits were in two places. Remove the one not used (asm.h), but
...
presurve the nice comment by adding it to asmacros.h.
2003-04-26 17:17:45 +00:00
obrien
cd70fd73e3
Two tokens that don't together form a vaid preprocssor token cannot be
...
pasted together using ANSI-C token concatinatation. GCC's cpp, at least,
produces the desired result w/o using "##".
2003-04-26 17:00:10 +00:00
simokawa
aef6708071
Use fwcrom.c in /sys/dev/firewire.
2003-04-26 16:46:59 +00:00
simokawa
df824918c2
- Improve configuration ROM parser for multiple unit directory.
...
- Remove getcsrdata().
- Don't print device type, this can be obtained by fwcontrol.
Tested with: Maxtor 5000XT
Tested by: Daniel O'Connor <doconnor@gsoft.com.au>
2003-04-26 16:45:40 +00:00
trhodes
eb0ba4ec65
Xref sytle.Makefile(5).
...
PR: 51183
2003-04-26 15:37:39 +00:00
schweikh
6b965e03c0
Fix typos in comments; some style(9) fixes; no code changes.
...
PR: misc/50979
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-04-26 15:22:29 +00:00
trhodes
712c3ac50c
Last commit had incorrect information. The real PR was:
...
PR: 50769
Duh Point for: trhodes
2003-04-26 15:18:27 +00:00