xtraeme
ba517bc7f5
Mention finsio(4).
2008-04-03 22:51:53 +00:00
xtraeme
4889c380c2
Add finsio(4) entry (commented out).
2008-04-03 22:51:09 +00:00
xtraeme
a68cbff5b2
Add the finsio(4) driver. This driver supports the Hardware Monitor
...
device in the Fintek LPC Super I/O chips, this includes the following
list:
- F71805F
- F71806F
- F71862FG
- F71872F
- F71882
- F71883F
This has been adapted from the fins(4) driver available in OpenBSD, which
only supported F71805F.
Tobias Nygren <tnn> and myself added support for the other chips; thanks go
to Tobias for testing the driver with a Fintek F71882 chip.
2008-04-03 22:46:22 +00:00
dyoung
cdb2193bda
Improve error handling. gre(4) is still broken, but it does not
...
any longer cause a page fault trap.
2008-04-03 21:40:59 +00:00
riz
f0643af2a0
Support for Digi International 4 and 8 port boards, from OpenBSD.
...
XXX need to convert the rest of the PCI vendor/product IDs to macros
2008-04-03 20:45:08 +00:00
riz
791e9731ab
Regen.
2008-04-03 20:43:27 +00:00
riz
f40279c0a6
Digi International Neo 4 and 8 port serial boards.
2008-04-03 20:42:15 +00:00
drochner
ed2b61ded7
update for device/softc split, thanks to Risto Sainio for testing
2008-04-03 17:04:40 +00:00
matt
2c2b152b21
Add support for --ignore-unresolved-symbol
2008-04-03 15:40:17 +00:00
drochner
16304febf2
minor fixes for device/softc split, approved by dogcow
...
(not tested on real hardware yet)
2008-04-03 15:12:43 +00:00
drochner
46f8b82348
update for device/softc split,
...
compile-tested by yamt -- could someone please give it a functional test?
2008-04-03 15:08:58 +00:00
drochner
42de29841b
restore error handling in usbopen() (accidentally removed in a recent
...
commit), should fix a crash reported by Arto Huusko
2008-04-03 14:07:01 +00:00
xtraeme
9f5ac6b847
Add ARC_FW_DISK_INITIALIZED flag for device_state and do not treat
...
it as unknown; in this state the disk is correctly working so set it
as online.
Also remove some bogus htole32() for diskinfo->device_state.
This should fix PR kern/38299 by Hiroyuki Bessho.
2008-04-03 13:59:00 +00:00
xtraeme
6cefaaf7eb
Mention support for the SCH5307-NS and SCH5317 Super I/O.
2008-04-03 13:37:20 +00:00
xtraeme
5cc216e9bb
Add support for the SCH5307-NS and SCH5317 Super I/Os. They are
...
compatible with LPC47B397, only the device ID is changed.
Simplify and improve the code, and split device_t/softc.
2008-04-03 13:36:33 +00:00
adrianp
11a00dfcb8
Fix two vulnerabilities in OpenSSH:
...
- X11 forwarding information disclosure (CVE-2008-1483)
- ForceCommand bypass vulnerability
2008-04-03 13:09:14 +00:00
adrianp
3304ed5765
OpenSSH 5.0 is out
2008-04-03 12:44:56 +00:00
nisimura
5d92871af1
revise SDRAM SPD detect attempt for EUMB I2C debugging purpose.
2008-04-03 11:24:02 +00:00
jmmv
53501bc8e0
Improvements and fixes from J. Vicente Carrasco sent by private mail.
2008-04-03 10:47:27 +00:00
nakayama
b1253edf64
Revise cpu_need_resched and cpu_signotify, then make them like x86's ones.
...
This can avoid sending IPI to myself.
2008-04-03 10:34:45 +00:00
jmcneill
8843b0cbbb
Disable machdep.acpi_beep_on_reset by default.
2008-04-03 10:20:18 +00:00
dyoung
b674c86ad6
Fix one of two bugs introduced by the descriptor handling changes
...
(rev 1.125): correct the check for fd_getsock() failure in
gre_socreate().
The second bug is more complicated to fix. Since rev 1.125,
gre_reconf() is using the file descriptor table of the current
process instead of the process 0's (the kernel's).
2008-04-03 07:19:32 +00:00
dyoung
0228252053
Cosmetic: use curlwp everywhere that it is appropriate, instead of
...
using a temporary variable. Remove superflous curly braces. Move
an assignment that shuts up a "variable may be used uninitialized"
warning.
2008-04-03 07:12:16 +00:00
scottr
776597a46f
Factor out ADB spin-wait timeout loop, and use it for synchronous
...
operations to access the PRAM RTC, etc. in the IIsi and Cuda cases.
Thanks to Martin Husemann for pointing out the flaw.
This is a slightly more thorough workaround for the issue Martin found
in PR 37611, as it affected more than just adb_read_date_time().
2008-04-03 05:03:23 +00:00
christos
012e0e0132
make this compile with MPDEBUG. parts missing
2008-04-03 01:02:23 +00:00
manu
1c3bd4b930
fix Linux build
2008-04-02 19:02:50 +00:00
hauke
b1374c3956
Fall-out from splitting device_t and softc for the dp8390 softc.
2008-04-02 18:36:58 +00:00
ad
2940b88b72
sched_tick: only case a preemption if the current thread is hogging the CPU,
...
or if we are idle and should look for new work (matters with per-CPU queues).
2008-04-02 17:40:15 +00:00
ad
42bc09155e
yield: don't drop priority to zero. libpthread doesn't make much use of
...
this any more but applications do and it now pessimizes benchmarks.
2008-04-02 17:38:16 +00:00
xtraeme
c4f793a0d0
Add another address, from Dennis Den Brok.
2008-04-02 16:00:34 +00:00
xtraeme
73f8e0ee49
Mention envstat(8).
2008-04-02 15:09:04 +00:00
xtraeme
317b4b3c04
Remove empty and useless BUGS section.
2008-04-02 15:04:02 +00:00
xtraeme
0ee95516ea
Add MLINKS for the sysmon_envsys_* functions.
2008-04-02 14:49:31 +00:00
xtraeme
9b9479e9c3
Add different configuration lines for all known adresses at
...
which this driver might attach.
2008-04-02 14:35:55 +00:00
xtraeme
979262d0fe
Mention pic16lc(4).
2008-04-02 14:29:45 +00:00
xtraeme
e984f5b1da
Mention cac(4).
2008-04-02 14:17:40 +00:00
xtraeme
42d9037c3c
Mention adt7463c(4) and thinkpad(4) even if the manpages don't exist.
...
This is to have a reference about which drivers are using the envsys
framework.
2008-04-02 14:15:27 +00:00
xtraeme
0c3e66d283
Add itesio1 entry to SYNOPSYS. The address/data port also can be
...
at 0x4e/0x4f.
2008-04-02 14:07:21 +00:00
ad
5e136e1e5d
Add more error reporting to AP startup.
2008-04-02 11:52:54 +00:00
xtraeme
6dcb9dd40c
Initialize and destroy the callout in sme_events_init() and
...
sme_events_destroy() respectively. And don't stop twice the callout
when calling sysmon_envsys_unregister().
2008-04-02 11:19:22 +00:00
xtraeme
247cd610f6
Revert rev 1.126-1.128. The original code was correct and rmind and I
...
didn't look correctly at them.
2008-04-02 10:53:23 +00:00
nisimura
82460723d2
add a prelimary implementation of MPC8245 EUMB I2C.
2008-04-02 06:20:53 +00:00
dyoung
55e31e2b6d
Update set list for isv(4).
2008-04-02 01:54:34 +00:00
dyoung
d3627477d7
Certain misguided people have complained, NetBSD only runs rare or
...
"retro" computers, but NetBSD also runs a growing number of rare
and retro add-on cards. With this patch, NetBSD supports the IDEC
Supervision/16, a black&white image capture board for the 16-bit
ISA bus. Approximate date of manufacture: 1991. Total instances
known to be in use throughout the world: one.
Coming soon; isvctl(8), the utility program for capturing 8-bit,
512x480 images at speeds of up to 6 frames per second.
2008-04-02 01:34:36 +00:00
cegger
3faf8c6fd7
convert to CFATTACH_DECL_NEW
...
OK matt and mrg
2008-04-01 23:44:48 +00:00
cegger
00823ac29b
regen.
2008-04-01 23:17:32 +00:00
cegger
a40879a973
add XenSource and its virtual product - only found on Xen HVM guests
2008-04-01 23:16:16 +00:00
cegger
86a848845f
fix spelling: regenate -> regenerate
...
OK cube
2008-04-01 22:12:38 +00:00
xtraeme
dcf3ee7d3b
When copying l_name and l_wmesg use KI_LNAMELEN and KI_WMESGLEN
...
respectively, so that we don't care if l_name/wmesg is longer
than kl_name/wmesg and the KASSERTs added in previous can go away.
2008-04-01 21:05:37 +00:00
xtraeme
92d36024a5
Fix fallout from device_t/softc split to mpu(4):
...
always pass the mpu_softc to mpu_intr(). Found by Takeshi Nakayama.
2008-04-01 20:44:29 +00:00