plunky
6f9cc4f169
add some LOG_DEBUG
2010-03-07 10:58:40 +00:00
msaitoh
71e3d68d0e
Fix the type of sc_ss. That is not bus_space_handle_t but bus_size_t.
...
Reported by jdc.
2010-03-07 10:11:04 +00:00
plunky
04e2ab6ae6
add uhso(4) device where appropriate
...
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels
2010-03-07 09:39:42 +00:00
kiyohara
1067f44885
Reorder included headers.
2010-03-07 09:29:26 +00:00
kiyohara
edd541011a
Add options GUMSTIX_NETBSD_ARGS_CONSOLE and GUMSTIX_NETBSD_ARGS_BUSHEADER.
...
Can specify arg 'console='(*new*) and 'busheader=' from u-boot. These args
use dynamically configuration.
Also change function name. s/_line/_liner/.
2010-03-07 09:18:51 +00:00
msaitoh
b15cf397d8
- Add code for WOL, ASF, IPMI and Intel AMT.
...
- wm_enable_wakeup() is disabled by default. If you want to use WOL with
the Magic Packet, define WM_WOL.
- Add the following flags:
WM_F_ASF_FIRMWARE_PRESENT
WM_F_ARC_SUBSYSTEM_VALID
WM_F_HAS_AMT
WM_F_HAS_MANAGE
WM_F_WOL
- Add wm_suspend() and wm_resume(). Give/get the control to/from the
firmware.
- Need more work for PCH. See wm_enable_phy_wakeup().
- Enable wm_get_hw_control() for 82574 and 82583.
- Add Yet another workaround for ICH8.
- Add wm_igp3_phy_powerdown_workaround_ich8lan() for power down problem
on D3.
2010-03-07 09:05:19 +00:00
skrll
a00ee37509
Shut astro up if DEBUG defined.
2010-03-07 08:56:07 +00:00
skrll
552862ce56
Whitespace.
2010-03-07 08:44:28 +00:00
msaitoh
c70d45b7a4
Add two workarounds for ICH8 with igp3.
...
- Workaround for 82566 Kumeran PCS lock loss.
- WOL from S5 stops working.
2010-03-07 07:53:37 +00:00
kiyohara
ef3d09f0de
Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.
2010-03-07 07:33:29 +00:00
msaitoh
51ecd033ec
Add the detach code.
2010-03-07 07:09:00 +00:00
jruoho
547239adc3
Use .Bx to write 4.4BSD.
2010-03-07 05:37:25 +00:00
mrg
34df0cc276
need _ALIGN in locore.h as well, for DEBUG kernels.
2010-03-07 01:52:44 +00:00
mrg
5de4293bf6
gas has supported SPARC ".empty" for a long while; get rid of an
...
ancient workaround.
2010-03-07 00:42:08 +00:00
plunky
c269ebf72f
use a MI major number for uhso(4) driver
...
(requested by mrg)
2010-03-06 23:45:38 +00:00
mrg
bc1d221669
move the memcpy/memset implementations out into their own file, with the
...
block copy versions as well. move some of the definitions in locore.s
into a new locore.h.
locore.s is almost 2000 lines shorter with this change.
2010-03-06 23:26:10 +00:00
wiz
bee10f32c6
Fix typos and sort SEE ALSO.
2010-03-06 22:02:31 +00:00
wiz
3978d01fed
Fix Xr and sort SEE ALSO.
2010-03-06 22:02:15 +00:00
wiz
669cac3f87
Sort list of supported hardware.
2010-03-06 22:00:22 +00:00
plunky
cb3859a13e
include ttyHS0 in usbs target [for uhso(4)]
2010-03-06 21:33:20 +00:00
plunky
4677f8289f
add major device for usho(4) driver
2010-03-06 21:31:50 +00:00
skrll
ea38704829
Add #include "opt_cputype.h" where necessary.
2010-03-06 21:22:42 +00:00
plunky
54b713d6df
add uhso(4) driver for Option N.V. Wireless WAN modems
2010-03-06 21:15:17 +00:00
plunky
5876a3efee
add uhso(4)
2010-03-06 21:12:04 +00:00
plunky
7b914145cb
add UHSO_DEBUG for uhso(4) driver
2010-03-06 21:07:47 +00:00
plunky
800cedea24
Add uhso(4) driver and manpage for Option N.V. Wireless WAN modems
2010-03-06 21:05:36 +00:00
plunky
7a23a88ab7
regen for uhso(4) driver
2010-03-06 21:00:07 +00:00
plunky
74dbcf4d6f
add details of Option N.V. Wireless WAN modems for uhso(4) driver
2010-03-06 20:59:07 +00:00
cnst
2c266eb533
make the acpi resource management paragraph more accurate
2010-03-06 19:53:33 +00:00
skrll
6098d4a478
Fix cputype test.
2010-03-06 19:36:33 +00:00
skrll
d77a107024
Improved version detection/reporting. From OpenBSD.
2010-03-06 16:57:00 +00:00
dsieger
9347a4aa25
Since someone (hi ahoka) added a reference to non-existant sched_m2(9),
...
add at least a stub now.
2010-03-06 16:42:55 +00:00
mlelstv
bc76b1d5b0
When clearing a log on failure, not only ask the kernel to ignore an
...
existing log but to remove it on next mount.
2010-03-06 11:31:40 +00:00
mrg
fbca096a2d
clean up a bunch of MULTIPROCESSOR:
...
- always include ci_ipi_evcnt[] in cpuinfo
- #define sparc_ncpus 1 for !MULTIPROCESSOR
- make struct pmap::pm_list an pm_ctx always be an array, and simplify
several functions and lookups to always be the same
tested on U60 and SB2500 before and after with one and two cpus in an
MP kernel, and UP kernels, and i can't find anything besides noise for
benchmark issues. (infact, i can't really tell the difference between
GENERIC and GENERIC.MP on these systems...)
2010-03-06 08:08:29 +00:00
jruoho
e5ea8c401d
Refer to sysctl(8) instead of sysctl(7) when appropriate.
2010-03-06 06:25:51 +00:00
cnst
a305e1eede
add acpismbus(4), aibs(4), uthum(4) and wbsio(4) to DEVNAMES
2010-03-06 05:58:56 +00:00
cnst
4080cb1121
fix the relative humidity sensor
2010-03-06 04:39:16 +00:00
cnst
1c5aa5c757
no reason to be excluding aibs(4) from i386 XEN3_DOM0 if we include it in amd64; ok pgoyette
2010-03-06 04:33:24 +00:00
cnst
213f4eaf44
remove aiboost(4) from GENERICs, since it cannot win in autoconf(9) over aibs(4); ok pgoyette
2010-03-06 04:28:53 +00:00
christos
c6af1de885
- use warn/err properly
...
- wrap long lines
2010-03-06 00:30:54 +00:00
dsieger
f9c180d112
Minor wording correction.
2010-03-05 23:08:18 +00:00
njoly
3a3fc358b3
Use 'a && b && ...' contructs for running multiple commands on a single line
...
in Makefiles, to properly detect/report failures.
2010-03-05 23:06:49 +00:00
dyoung
6d8bb433d1
Remove dead code (it is commented out).
...
Delete the detach routine, it's obviously not finished.
2010-03-05 22:47:03 +00:00
pettai
40e5bde73e
Added myself
2010-03-05 22:18:33 +00:00
jruoho
553e4c3582
Add the _COMPONENT definition and missing prototypes. Some related cosmetics.
2010-03-05 22:00:11 +00:00
jruoho
c38f7a7cda
Preparing a device for wakeup involves:
...
(a) turning on all power resources required by the device; and
(b) executing _DSW (or _PSW) control method.
This implements (b). Ok jmcneill@.
2010-03-05 21:01:44 +00:00
pooka
effc302a58
Make module_{lookup,enqueue}() static now that it's possible again
...
(effectively reverts my kern_module rev. 1.53 from some months ago)
2010-03-05 20:10:05 +00:00
agc
d9a9c03c7b
Changes to 1.99.21/20100305
...
+ clean up some lint
+ the obligatory ''build on mac os x fixes'' - <inttypes.h> header file
2010-03-05 19:58:38 +00:00
pooka
04e9fbfc62
Remove no longer used -DNFS.
2010-03-05 19:53:37 +00:00
pooka
696ffdd08a
note module changes
2010-03-05 18:51:22 +00:00