pk
|
967492ee53
|
Replace myetheraddr() by prom_getether().
|
2004-03-15 23:51:11 +00:00 |
pk
|
058057533c
|
prom_getether() now takes a `node' argument in order to support the
"local-mac-address" property.
|
2004-03-15 23:48:21 +00:00 |
pk
|
4bd9e9bb70
|
prom_getether: support the "local-mac-address" property on network nodes.
|
2004-03-15 23:46:40 +00:00 |
uwe
|
9d8bb20eb3
|
Use CONFIG_HOOK_POWERCONTROL_LCD to control turning the LCD on/off
(the _LCDLIGHT hook is apparently meant to control the LCD backlight).
|
2004-03-15 23:38:16 +00:00 |
uwe
|
e9612620ef
|
Now that we can control contrast and brightness of the Jornada 680 LCD
add KS_Cmd_{Contrast,Brightness}{Up,Down} to default keymaps.
|
2004-03-15 23:25:09 +00:00 |
uwe
|
4b44d3c34a
|
Change #if 0 protecting the lines with KS_euro to #ifdef KS_euro, so
that the keymap definitions are forward-compatible.
|
2004-03-15 22:49:07 +00:00 |
bouyer
|
542c876565
|
Extract the code printing the CBD from scsipi_print_sense(), so that it's
usable in other context.
Use the new scsipi_print_cbd() to dump the command in case of timeout
in siop/esiop.
|
2004-03-15 22:43:43 +00:00 |
bouyer
|
285ce8d78e
|
Indent.
|
2004-03-15 22:28:30 +00:00 |
rafal
|
7dc96fa92f
|
Remove references to no-longer-existing options (MIPS3_L2CACHE_PRESENT and
MIPS3_5200).
|
2004-03-15 16:56:55 +00:00 |
yamt
|
c12b63c2e0
|
some comments on cryptic nfsm_ macros.
|
2004-03-15 11:47:52 +00:00 |
augustss
|
26b7762c08
|
Regen.
|
2004-03-15 11:16:43 +00:00 |
augustss
|
ae2960eaf0
|
Add some devices. From FreeBSD.
|
2004-03-15 11:16:23 +00:00 |
augustss
|
92bc86cdb6
|
Add Epson Perfection 1670 scanner
|
2004-03-15 11:09:23 +00:00 |
augustss
|
eaf85ed85e
|
Regen.
|
2004-03-15 11:08:53 +00:00 |
augustss
|
fd28ddd148
|
Add Epson Perfection 1670 scanner
|
2004-03-15 11:08:34 +00:00 |
augustss
|
da2d21f6ee
|
Set the device address before reading the device descriptor.
This makes certain non-conforming devices work.
Suggested by Peter Burnett in kern/24716.
|
2004-03-15 10:35:04 +00:00 |
mason
|
9cc30e773d
|
missed part of identifier on my first pass
|
2004-03-15 09:13:32 +00:00 |
mason
|
387f55ac2e
|
Include year of My Lai massacre, correct spacing in name, and provide slightly
more detail regarding perpetrators.
|
2004-03-15 09:06:27 +00:00 |
minoura
|
88f55c570c
|
Fix typo.
|
2004-03-15 05:31:46 +00:00 |
uwe
|
c900434559
|
Add j6x0lcd(4).
|
2004-03-15 03:49:14 +00:00 |
uwe
|
ef7c82009e
|
Driver that controls power, brightness and contrast of the Jornada 680 LCD.
|
2004-03-15 03:45:50 +00:00 |
uwe
|
9071e10a46
|
Support for WSDISPLAYIO_PARAM_CONTRAST.
|
2004-03-15 03:38:39 +00:00 |
dyoung
|
224491add0
|
Move the ath(4) sysctls to hw.ath from ath.
|
2004-03-15 03:26:04 +00:00 |
dyoung
|
650c1d0895
|
Move the ath(4) HAL sysctls to hw.ath.hal from ath.hal.
|
2004-03-15 03:23:37 +00:00 |
minoura
|
17724e2968
|
Stop the timer explicitly before initialization.
Apparently certain BIOS requires this. Noted by yamt.
|
2004-03-15 01:23:49 +00:00 |
lukem
|
b166f025eb
|
Adjust tstart_volume (volume start time) by the time spent in query(),
similar to the adjustment for tstart_writing made in optr.c rev 1.4.
Should fix PR bin/19711 from matthew green.
|
2004-03-15 01:06:06 +00:00 |
rtr
|
542451dd14
|
use native libz
patch from Krister Walfridsson via pr#24783
|
2004-03-15 00:39:31 +00:00 |
lukem
|
709e718d29
|
fix a typo in a comment, and expand the description of x86_boot_params.
|
2004-03-14 23:05:47 +00:00 |
yamt
|
936455ecbc
|
"Upcall handlers should be registered" -> "An upcall handler ..."
as only one handler can be registered.
|
2004-03-14 23:05:09 +00:00 |
martin
|
31644c5596
|
Add a regression test that (at least on some archs) catches the problem
fixed in usr.bin/sort/fields.c rev. 1.18.
|
2004-03-14 23:01:33 +00:00 |
cube
|
5e6e0e1b39
|
vn_close() expects an unlocked vnode.
|
2004-03-14 22:39:21 +00:00 |
heas
|
2a3d05aa4e
|
Do not step over the edge of the buffer (check for '\0'). This just happens
to not lose on i386 because another buffer appears immediately following.
Regress tests all passed.
|
2004-03-14 21:12:14 +00:00 |
simonb
|
55965d25ad
|
Use "#define<tab>" consistently.
|
2004-03-14 21:12:08 +00:00 |
heas
|
c68b80b9a5
|
remove double initialisation of SINGL_FLD & SEP_FLAG
|
2004-03-14 21:09:30 +00:00 |
simonb
|
de37ce0135
|
Use tabs consistently at the start of lines.
|
2004-03-14 21:08:10 +00:00 |
wiz
|
60f9cb09db
|
Begin sentences with uppercase letters.
|
2004-03-14 20:57:49 +00:00 |
soren
|
3efacde2ee
|
Wow, I was more confused still. The former bsd.endian.mk wasn't actually
using the little/big values.
I wonder how this happened to work..
|
2004-03-14 20:43:20 +00:00 |
wiz
|
4fdf521f76
|
It's extension, not extention. From Miod Vallat (miod at online fr).
|
2004-03-14 20:11:24 +00:00 |
chs
|
cec587ddf6
|
checkpoint of MP work from dennis and myself. includes cross-processor
interrupt framework, a sledgehammer TLB invalidation and misc MP fixes.
doesn't work at all yet.
|
2004-03-14 18:18:54 +00:00 |
matt
|
2781c357ae
|
Only build newport on sgimips.
|
2004-03-14 17:01:10 +00:00 |
matt
|
9c9d9ff61c
|
Bump XF86 version to 4.4.0
|
2004-03-14 17:00:30 +00:00 |
matt
|
f6513452e5
|
Don't use loadable modules for sgimips. XF86 doesn't understand mips
relocs at this time.
|
2004-03-14 16:59:00 +00:00 |
jdolecek
|
43bafa5c97
|
fix typo in comment
|
2004-03-14 16:47:23 +00:00 |
dbj
|
6f51d6ea03
|
update information about the botched superblock messages
|
2004-03-14 14:56:47 +00:00 |
dbj
|
16def41342
|
update information about the botched superblock messages
|
2004-03-14 14:56:00 +00:00 |
minoura
|
d8b2961a5c
|
Add ichlpcib.
|
2004-03-14 14:13:42 +00:00 |
bjh21
|
1f2a1581c0
|
pckbport_machdep_cnattach has replaced pckbc_machdep_cnattach.
|
2004-03-14 13:54:07 +00:00 |
bjh21
|
e972d70350
|
pckbc_machdep_cnattach has been replaced by pckbport_machdep_cnattach, so the
former attribute can be removed.
|
2004-03-14 13:52:12 +00:00 |
simonb
|
899c20a789
|
Remove trailing blank line.
|
2004-03-14 13:06:39 +00:00 |
he
|
99f69b6c5f
|
It appears that <sys/lock.h> requires <sys/types.h>, so include that as well.
|
2004-03-14 12:49:31 +00:00 |