hubertf
d96ae1b974
Add entry for Juniper Networks Experimental Clock Version 0
...
Fixes PR kern/42742
2010-02-09 23:13:09 +00:00
jym
8301717a0c
Use CR0_PE (enable protected mode) instead of hardcoding constant.
2010-02-09 23:09:47 +00:00
wiz
65b4cc1cbf
Fix typo.
2010-02-09 23:07:13 +00:00
wiz
8e35c759e7
Fix typo in comment.
2010-02-09 23:05:16 +00:00
njoly
b7a0ac57a9
Kill extra semi-column.
2010-02-09 23:04:15 +00:00
wiz
ac80d62156
Add another comma in Nd, noted by dogcow.
2010-02-09 22:59:41 +00:00
jym
753d396585
Fix typos in comments.
2010-02-09 22:51:13 +00:00
tonio
88a63eed07
Fix typo in comment
2010-02-09 22:44:43 +00:00
tonio
b8d0856cd9
Add TEMPer and TERMPerHUM driver
2010-02-09 22:38:32 +00:00
roy
64c4b99ad2
We should always generate terminfo.5 to save human error syncing.
2010-02-09 22:16:12 +00:00
pooka
93256256ef
add cd@scsi and cd@atapi (untested. if you have a usb cd drive, let me know)
2010-02-09 19:02:19 +00:00
pooka
84e94fc428
Now that there is a working bus.h for all architectures, move rump
...
bus dma out of a wip place and into rumpdev where it belongs.
2010-02-09 18:57:03 +00:00
pooka
bd6771a8d0
* UR_CBI_ADSC ctrl req fails with EIO sometime for unknown reasons.
...
Let it instead of panicking. Doesn't seem to affect functionality.
* process pipe queue only until it is empty
2010-02-09 18:27:17 +00:00
phx
3055d8c0e9
Moved the macros amiga_cpu_sync() and amiga_membarrier() from amiga/device.h
...
to the MD include/cpu.h.
Also make sure that grf_cvreg.h includes cpu.h as it is needed by Xamiga
in xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/amigaCV.h.
2010-02-09 18:13:09 +00:00
pooka
cefcf2133f
Add a bus.h blanket header which forces definition of bus space /
...
bus dma interfaces as functions and therefore makes it possible to
use rump on archs which suffer from macro maladies, i.e. everything
except i386 and amd64.
(build-tested on sparc64 and vax, which are usually the two extremes
of weirdness in these cases)
2010-02-09 17:33:31 +00:00
pooka
2f3605b79c
Store l_name for kernel threads.
2010-02-09 16:53:13 +00:00
njoly
db6e663a4c
Small typo in comment.
2010-02-09 16:46:07 +00:00
pooka
a1e25c6e46
IOCONFIG comes from .CURDIR
2010-02-09 16:16:26 +00:00
sborrill
204adc86e7
Tweak comment about keyboard mapping.
2010-02-09 16:01:17 +00:00
wiz
91440662bd
Bump date for previous.
2010-02-09 14:25:39 +00:00
pgoyette
771fd72c7e
Document what 'flags 0x0' does, since that's what is used in the
...
config file samples.
Tnx, njoly@
2010-02-09 14:10:08 +00:00
drochner
ec10ab0177
remove agitation that od(1) was deprecated -- it is still POSIX
2010-02-09 14:06:37 +00:00
pgoyette
b3ab12f08e
Correct setting of bits in the "generic thermistor" mode. Cut&paste
...
error pointed out by njoly@
2010-02-09 13:59:01 +00:00
wiz
2fe91b84e5
Bump date for previous.
2010-02-09 08:31:34 +00:00
cnst
8f9778c2a9
fix the example code to be closer to compilation and update for aibs(4)
2010-02-09 07:32:09 +00:00
wiz
a396677e8f
Bump date for aibs.
2010-02-09 06:49:41 +00:00
wiz
0b34cdad55
Bump date for previous.
2010-02-09 06:48:28 +00:00
wiz
891914a165
Nd argument does not need quotes (groff handles more than 9 arguments nicely);
...
add some commas.
2010-02-09 06:47:52 +00:00
cnst
66a7dbba76
use the latest envstat in the example output for aibs(4)
2010-02-09 05:37:25 +00:00
cnst
0854bc43a8
fix a typo resulting in warn-max being shown in two columns (one time instead of crit-min); ok pgoyette
2010-02-09 05:32:51 +00:00
msaitoh
992a078917
regen.
2010-02-09 04:40:52 +00:00
msaitoh
f957ef5b6e
Make some bge's name close to the real product names.
2010-02-09 04:40:21 +00:00
cnst
4f3a148428
* s/misformed/malformed/;
...
* don't change .status to anything other than SVALID and SINVALID in refresh();
suggested by <pgoyette>
2010-02-09 03:32:57 +00:00
cnst
8ea42bc9e8
use ACPI_INTEGER and PRIx64, and check success of sensor_attach; suggested by jruoho (Jukka Ruohonen)
2010-02-09 03:26:44 +00:00
cnst
1c23afa3cb
New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
...
with limit support.
http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654
Reviewed by <pgoyette>, <jruoho> and <tech-kern>.
2010-02-09 03:19:50 +00:00
msaitoh
2a0550e685
mention about mfi(4)'s GEN2 support.
2010-02-09 01:48:29 +00:00
msaitoh
0c975d7cab
Update the manual for mfi GEN2.
2010-02-09 00:21:27 +00:00
msaitoh
38a7bbf82a
Add newer cars supports. Tested on MegaRAID SAS 9260-8i.
...
- Add MFI gen2 support from OpenBSD.
- Add entry for MegaRAID SAS 9260-8i
2010-02-09 00:05:18 +00:00
msaitoh
40b88c199a
regen.
2010-02-08 23:59:09 +00:00
msaitoh
7d9d71b76c
Add some MegaRAID Entries
2010-02-08 23:58:38 +00:00
msaitoh
8b946f18cd
Fix a bug that the system which has no logical volume panics in shutdown
...
hook. Without any logical volume, sysmon_envsys_register() fails. On such
case, sc->sc_sme must be NULL for the detach. Reviewed by dyoung and bouyer.
2010-02-08 23:54:33 +00:00
pgoyette
daefdf6156
After reviewing the datasheets, most of the supported Winbond chips can
...
handles the new flags for selecting sensor type. Update code and man
page accordingly.
2010-02-08 23:10:35 +00:00
joerg
1476e7a45a
Handle rump like the direct mapping case.
2010-02-08 22:55:36 +00:00
wiz
df435c8ccb
Remove trailing whitespace.
2010-02-08 21:47:20 +00:00
pgoyette
b6f86abdfe
Add flags to all instances of lm(4), add a reference to man page
2010-02-08 21:45:31 +00:00
pgoyette
87726766a7
Document flags option for selecting temp sensor type
2010-02-08 21:42:41 +00:00
pgoyette
fe173e0687
Add temp-sensor type selection (via autoconfig flags). Currently only
...
enabled for W83627HF but easily extended to others if appropriate.
Fixes PR kern-42758
2010-02-08 21:42:01 +00:00
hubertf
fed6262c88
When a password is set for the bootloader ("installboot -o password=..."),
...
it currently complains about an unknown command and prints a usage if the
password is entered wrong:
...
Choose an option; RETURN for default; SPACE to stop countdown.
Option 1 will be chosen in 0 seconds.
Password: *
Password: *
Password: *
unknown command
commands are:
boot [xdNx:][filename] [-12acdqsvxz]
(ex. "hd0a:netbsd.old -s"
ls [path]
dev xd[N[x]]:
consdev {pc|com[0123]|com[0123]kbd|auto}
modules {enabled|disabled}
load {path_to_module}
multiboot [xdNx:][filename] [<args>]
help|?
quit
Choose an option; RETURN for default; SPACE to stop countdown.
Option 1 will be chosen in 0 seconds.
...
This is confusing, plus someone may use it to determine bits of
information about the system. What should happen instead is that the user
is informed that the password is wrong:
...
Choose an option; RETURN for default; SPACE to stop countdown.
Option 1 will be chosen in 0 seconds.
Password: ****
Password: ****
Password: ****
Wrong password.
Choose an option; RETURN for default; SPACE to stop countdown.
...
Implement the latter behaviour.
2010-02-08 21:25:32 +00:00
snj
b2cd31c11a
Add ZTE MF626. From Marc Vertes in PR kern/41667.
2010-02-08 20:45:43 +00:00
roy
a017e721b1
Fix an off-by-one error.
...
Thanks to Matthias Drochner.
2010-02-08 20:45:22 +00:00