bjh21
cca742d0dd
Add "the RiscBSD kernel team" for sys/arch/arm32/vidc/console/*.
2001-02-27 11:03:45 +00:00
itojun
5e57143c4a
remove obsolete #if 0'ed section
...
(IPsec and DF bit interaction - the code was incorrect anyways)
2001-02-27 10:32:03 +00:00
leo
94175783bd
And yes, ahdilabel has a manpage too....
2001-02-27 09:14:57 +00:00
leo
772ce07b94
Add ahdilabel (Argh! this should have been done _long_ ago!)
2001-02-27 09:07:29 +00:00
sato
b8e5bc569c
* add WSDISPLAYIO_PARAM_BACKLIGHT, WSDISPLAYIO_PARAM_CONTRAST,
...
WSDISPLAYIO_PARAM_BRIGHTNESS supports.
2001-02-27 08:54:17 +00:00
sato
269197a956
add vrc4172pwm for MC/R530A, MC-R700.
2001-02-27 08:51:06 +00:00
sato
66261e817a
* update copyright year.
...
* some machines(MC-R700 etc) have pre-vrc4172 asic.
they don's work as vrc4172 specification, so skip some probe sequence.
- add platid related parameter.
- add VRC4172PWM_BROKEN_PROBE code.
* add MC-R700,700A parameters (tested on MC-R700).
* add contrast parameters.(but no one use yet).
* turn some message in probing to VPRINTF().
* enlarge VRC2_PWM_N_BRIGHTNESS.
2001-02-27 08:48:38 +00:00
matt
702b27ec2c
Back out change to print irq.
2001-02-27 07:34:15 +00:00
matt
2184b08f72
Enable a fix so that PowerBook(FireWire) keyboards work. This
...
should also work on iBooks and PowerBook(WallStreet). And if
we're really lucky, on the new G4 laptops.
2001-02-27 07:33:17 +00:00
matt
f209f0ea1a
Add Apple_FWDRIVER.
2001-02-27 06:16:06 +00:00
lukem
de1c2690b6
convert to ANSI KNF
2001-02-27 05:19:13 +00:00
matt
c09a88dca3
Be a bit more defensive.
2001-02-27 05:16:33 +00:00
matt
22d63778fc
Add a gpio device to handle the gpio device & extint-gpio1
...
interrupt. (think ibook/powerbook)
2001-02-27 05:15:03 +00:00
lukem
1fa336cced
oops; accidentally dropped an initialisation in pollscan() in previous.
...
called poll() to fail in interesting ways. noted by chs/nathanw
2001-02-27 04:44:51 +00:00
chs
060e70db41
min() -> MIN(), max() -> MAX().
...
fixes more problems with file offsets > 4GB.
2001-02-27 04:37:44 +00:00
itojun
d65f44a1a5
correct typecast mistake.
...
http://www.openbsd.org/errata.html#libwrap
2001-02-27 04:13:13 +00:00
matt
25b977c685
print out irq on unconf devices.
2001-02-27 03:47:02 +00:00
chs
f87a22a66b
distinguish between a file's in-memory EOF (which marks the offset at
...
which we disallow creation of page cache pages) and its on-disk EOF
(which marks the offset at which there is not (yet) data on disk that
we need to read when creating pages). for requests with PGO_PASTEOF,
the in-memory EOF maybe be much larger than the on-disk EOF.
2001-02-27 02:57:02 +00:00
chs
dfd2654fd2
min() -> MIN(), max() -> MAX().
...
fixes more problems with file offsets > 4GB.
2001-02-27 02:55:40 +00:00
nisimura
8e3f2f7c65
Change to exclude TC identification string PMAGD-AA because 8bpp can not
...
be handled with current implementation. sfbplus.c should be capable of
doing the right things for multiple depths by ultilizing SFB+ design.
2001-02-27 02:11:36 +00:00
eeh
aa63020001
Combine SVR4 options in one file.
2001-02-27 00:29:36 +00:00
reinoud
38fb2a9227
Due to changes in ../sys/proc.h ``cpu_wait(p)'' is now a function due to the
...
prototype defined it in ... added it to arm/vm_machdep.c since all ARM machines
are still single processor anyway
2001-02-27 00:16:48 +00:00
itojun
9dae69c026
mention that ssh/sshd require rnd(4).
2001-02-26 23:02:56 +00:00
fvdl
b72e6ca276
Add quirks for VMware emulated disks, for NetBSD as a guest OS.
2001-02-26 22:31:27 +00:00
lukem
602451ac6e
convert to ANSI KNF
2001-02-26 21:58:30 +00:00
lukem
4637391f86
minor KNF
2001-02-26 21:09:57 +00:00
wiz
0a4ef18ab8
add handling for the input channel selection/volume (no recording yet,
...
just the mixer interface)
2001-02-26 21:07:51 +00:00
soren
d9c93ee62a
Regen.
2001-02-26 20:54:39 +00:00
soren
3ed46572f7
Add M-Systems DiskOnKey.
2001-02-26 20:53:43 +00:00
lukem
735e1dcaa8
convert to ANSI KNF
2001-02-26 20:43:25 +00:00
fvdl
418264a670
Some bugfixes from rev 1.33 and 1.34 of this file in FreeBSD (some
...
in effect cosmetic). Original FreeBSD commit messages:
==
date: 2000/03/15 07:18:15; author: mckusick; state: Exp; lines: +4 -4
Bug fixes for currently harmless bugs that could rise to bite
the unwary if the code were called in slightly different ways.
[...]
2) In ufs_lookup() there is an off-by-one error in the test that checks
if dp->i_diroff is outside the range of the the current directory size.
This is completely harmless, since the following while-loop condition
'dp->i_offset < endsearch' is never met, so the code immediately
does a second pass starting at dp->i_offset = 0.
3) Again in ufs_lookup(), the condition in a sanity check is wrong
for directories that are longer than one block. This bug means that
the sanity check is only effective for small directories.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
==
date: 2000/03/09 18:54:59; author: dillon; state: Exp; lines: +2 -2
branches: 1.33.2;
In the 'found' case for ufs_lookup() the underlying bp's data was
being accessed after the bp had been releaed. A simple move of the
brelse() solves the problem.
Approved by: jkh
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
==
2001-02-26 20:25:11 +00:00
lukem
7fee352603
convert to ANSI KNF
2001-02-26 20:24:30 +00:00
lukem
5694890732
convert to ANSI KNF
2001-02-26 18:09:20 +00:00
lukem
8aaa117469
remove `ingres' user & group; we have never shipped with ingres in the
...
base distribution, and packages that need a specific user & group can
create it.
2001-02-26 17:25:28 +00:00
lukem
ae86fc2df2
some KNF
2001-02-26 17:12:08 +00:00
bjh21
f983a837ed
Add multiple-include protection, and include <machine/cpus.h> here (where
...
it was actually needed).
2001-02-26 16:40:00 +00:00
lukem
7c6fe71392
convert to ANSI KNF
2001-02-26 16:35:41 +00:00
bjh21
6584a7e79d
This file doesn't need <machine/cpus.h>.
2001-02-26 16:33:10 +00:00
abs
ef51389957
Update the pleasemountroot message to indicate which root needs to be
...
mounted, and what needs to be done.
2001-02-26 16:32:53 +00:00
lukem
799d6eb9da
convert to ANSI KNF
2001-02-26 16:24:02 +00:00
is
9af33798b8
pack the structure to avoid aligning contraint problems with ELF compiler
2001-02-26 16:07:58 +00:00
is
19d69802f3
fix comment
2001-02-26 16:07:19 +00:00
bjh21
5a5316cafe
Nothing in this file needs <sys/param.h>, so stop including it.
2001-02-26 16:04:22 +00:00
bjh21
d666817eff
Remove unnecessary #include <machine/cpus.h>.
2001-02-26 15:59:54 +00:00
is
025d7c7815
use ENTRY_NOPROFILE and _C_LABEL, where appropriate.
2001-02-26 14:58:36 +00:00
briggs
a3ee43a4e6
Remove dump stuff that is now in powerpc_machdep.
2001-02-26 14:55:05 +00:00
bjh21
51a131dac3
The cpu_local and cpu_cd elements of struct _cpu were utterly unused. Remove
...
them.
2001-02-26 14:52:11 +00:00
bjh21
2ff5d800ab
Fix up indentation, and remove a spurious set of braces. Should be no
...
semantic change from the last revision.
2001-02-26 14:01:58 +00:00
bjh21
03737e3e40
fpe-sp, and the associated "options FPE", was deleted in 1997. G/C references
...
to it.
2001-02-26 13:45:07 +00:00
bjh21
66094acb2a
opt_cputypes.h is now provided by files.arm.
2001-02-26 13:26:14 +00:00