dsl
48046920d6
Fix copyright - it got mangled earlier.
...
Added a mention of Wolfgang Solfrank - there are probably only comments left
from the much older mbr.S that he contributed.
(Wolfgang pointed out the mangled copyright, but doesn't object to the removal
of the Tools GmbH one.)
2003-07-02 14:35:51 +00:00
yamt
3f84a2d3a1
a comment.
2003-07-02 14:07:16 +00:00
ichiro
c2cac1cbd8
add sdram configration register
2003-07-02 14:03:52 +00:00
itojun
d8976f36ac
typo. found by markus@openbsd
2003-07-02 13:55:13 +00:00
simonb
c71be29ffd
Use the terminal width to choose the default number of drives listed.
...
Suggested by matt green and (indirectly) enami tsugutomo.
2003-07-02 13:47:57 +00:00
yamt
eb4e09d59f
use queue.h macros.
2003-07-02 13:43:02 +00:00
yamt
82659031f4
use VFSTOUFS macro.
2003-07-02 13:41:38 +00:00
yamt
102c8a6a74
- add a new functions, lfs_writer_enter/leave, and use them instead of
...
duplicated code fragments.
- add an assertion.
2003-07-02 13:40:51 +00:00
yamt
f3506a9599
drain dirops before aqcuiring seglock. otherwise it might deadlocks.
...
PR/20676 (Karl Knutsson)
2003-07-02 13:39:03 +00:00
wiz
978d7b8991
Fix some typos, reported by Juha Hyttinen in PR 22035.
2003-07-02 13:26:26 +00:00
simonb
329fb18071
Pinch code from vmstat to get the number of lines of the terminal, and
...
show the header once per screen instead of fixed at every 22 lines.
2003-07-02 13:20:14 +00:00
kanaoka
63ffb11606
- Cleanup usage of ACPI_ALLOCATE_BUFFER/AcpiOsFree combination.
...
Patch from kochi.
2003-07-02 13:18:17 +00:00
simonb
c595e9c78e
No need to cast the third argument of ioctl() to "char *".
2003-07-02 12:47:00 +00:00
kochi
7a37dbe54d
cleanup usage of ACPI_ALLOCATE_BUFFER/AcpiOsFree combination
2003-07-02 12:23:25 +00:00
kochi
735150f269
print ACPI CA version
2003-07-02 11:54:43 +00:00
kochi
68dae3c110
Implement AcpiOsDerivePciId
2003-07-02 11:45:08 +00:00
taca
8a80588627
postfix 2.0.13 is out.
2003-07-02 11:04:21 +00:00
ichiro
38e0b1c5c5
use struct pmap_devmap
2003-07-02 11:02:28 +00:00
ichiro
25096a1afe
backout to recent changes w/o lwp changes
2003-07-02 10:40:46 +00:00
simonb
2f35689ef7
Bump the width of the MB/s and t/s fields and show only 3 drives by
...
default. The default display now fits in 80 columns, and looks much
better on modern systems.
2003-07-02 08:35:48 +00:00
wiz
422ac6bdd7
Match example code with example comment; multiple selectors should be
...
separated by semicolons (in BUGS section); from jmc@openbsd.
While here, use more macros.
2003-07-02 08:33:22 +00:00
wiz
19008f6e3a
No reason to mark up i.e. nor e.g. Noted by jmc@openbsd.
2003-07-02 08:20:39 +00:00
simonb
dc90e8e0f5
Document the new "count" argument to the dmesg command.
2003-07-02 07:06:07 +00:00
simonb
c9bc6f3a9a
Allow the dmesg command to show the last N bytes of the kernel message
...
buffer.
2003-07-02 07:05:29 +00:00
oster
1121191d31
Actually toss the comment I said I was tossing in the last commit.
2003-07-01 23:53:48 +00:00
oster
556d051c14
- toss a comment that is no longer relevant.
...
- alist_mutex is a holdover from the simulator days, and it
wasn't even used back then. Toss the variable and init/destroy calls.
2003-07-01 23:50:54 +00:00
oster
111c14e12c
Minor cleanup. No functional changes.
2003-07-01 23:36:01 +00:00
msaitoh
74b3acef2e
- last commit (rev. 1.36) add a entry to keep model number of the PHY in
...
mii_softc. There are some situations to want to check model number.
- add comment
2003-07-01 22:58:48 +00:00
msaitoh
d8a4a08a24
- last commit (rev. 1.32) fixes icsphy_reset()'s problem. ICSphys don't
...
restart auto negotiation, so it kick.
- add comment in icsphy_reset()
2003-07-01 22:51:13 +00:00
msaitoh
5af1b6934b
Add ICS1889 and 1892
2003-07-01 22:46:08 +00:00
oster
ead7b02a99
Toss experimental versions of some functions that were already #if 0'ed.
2003-07-01 22:43:59 +00:00
oster
971e957065
UpdateNodeHdrPtr() isn't used anywhere. Turf.
2003-07-01 22:05:39 +00:00
kanaoka
88acff6621
- Remove unneed include file.
2003-07-01 20:24:46 +00:00
drochner
f2d5c0b3e3
VERY quick and VERY dirty port of the OpenBSD "txp" driver for
...
3Com 3C(R)990 cards. No TCP/UDP nor IPSEC offloading for now.
The ifmedia part needs some work, but I only have a 100-FX card;
hopefully someone will clean this up.
2003-07-01 20:08:51 +00:00
manu
0229e10bf3
Added a IOFBSETCOLORCONVERTTABLE method in ioframebuffer driver.
...
Added sanity check for user provided offsets in messages.
2003-07-01 19:15:47 +00:00
kochi
862f80594c
Bugfix from FreeBSD tree:
...
>Fix a bug in register access. This should fix warning messages of:
> ACPI-0340: *** Error: Could not release ACPI Global Lock, AE_BAD_PARAMETER
Thanks for jhb@freebsd to find out this problem.
2003-07-01 17:49:57 +00:00
kochi
df07caea7b
ACPI CA 20030619 is already out.
2003-07-01 17:35:44 +00:00
christos
9dd592469e
Avoid code duplication by factoring out the open/map open/write/unmap functions.
2003-07-01 16:44:48 +00:00
lukem
b96069c077
Always compile in support for attempting to obtain the major device
...
number of the console from sysctl("machdep.console_device"), rather
than making in optional on the (unused) #ifdef DEBUG.
Certain platforms do not have the console at makedev(0,0) (including
many arm32 and some sh3 platforms), so the "mfs MAKEDEV" hack would
have failed on those.
Noted in private discussion with Quentin Barnes.
2003-07-01 15:24:22 +00:00
skrll
3605f02195
Remove reference to dlinfo - it doesn't exist in NetBSD.
2003-07-01 15:02:01 +00:00
marcus
9b73f39949
Generate proper PIC code for libc_pic.a.
2003-07-01 14:35:44 +00:00
wiz
3377068dd2
Add missing .endif. Noted by Juan RP.
2003-07-01 13:58:37 +00:00
wiz
689ab69cfe
Remove traces of psroff (obsoleted during groff-1.16 import)
2003-07-01 13:49:29 +00:00
wiz
22f5bf9166
Remove some unused code.
2003-07-01 13:48:24 +00:00
agc
36175775de
Make this work for unprivileged installation, too. With thanks to wiz, mrg
...
and simonb.
2003-07-01 13:45:45 +00:00
simonb
ad51219ae3
Make this work without a populated destdir:
...
machine and x86 symlinks.
Include from right places.
Don't depend on LIBCRT0,etc.
Also for the bootxx programs, keep the ELF object during the build
process.
2003-07-01 13:36:59 +00:00
wiz
7f9ffda65e
Remove 1.5K (pfil(9) changed).
2003-07-01 13:04:32 +00:00
wiz
363b64a47d
Remove .Nx before 1.5K.
2003-07-01 13:04:06 +00:00
mrg
7651047e58
give lex.cpp expclit dependancies for generated files so that "make all" as
...
well as "make dependall" works.
2003-07-01 12:38:09 +00:00
mrg
314a2bbe7a
add .WAIT after libs...
2003-07-01 12:29:08 +00:00