| Age | Commit message (Collapse) | Author |
|
It will pass the MAC address, which is read from Flash ROM, into the kernel.
The kernel creates a "mac-address" device-property, which is used by sk(4),
when given, before reading the MAC from its EEPROM.
|
|
|
|
as well as symbolic identifiers for USB packet IDs.
|
|
|
|
|
|
|
|
for console devices that set the flag during consinit().
|
|
Untested.
|
|
|
|
Fixes silent hang on hpcsh and hpcmips.
XXX: all other rasops based console devices need to set this flag??
|
|
|
|
|
|
|
|
|
|
a byte and crosses a byte boundary, and it always returns a
sign-extended value.
fix this by using the algorithm from libusbhid to read bytes,
and provide a hid_get_udata() function to return unsigned data
values.
while here, const args
|
|
seconds. It is known that there are systems in the field that pass bogus AML
values to the Sleep() operation code, possibly requesting delays that could
be measured in days.
Discussed with jmcneill@.
XXX: While the used mstohz(9) is documented to round to one second if the
passed value is larger than 131072 ms, we may still need to force a
sensible upper limit if this warning starts to appear.
|
|
include all device nodes, regardless of the status of the device.
XXX: It is known that some systems implement the _STA method incorrectly.
If needed in the future, attachment based on the values from this
method may need revisiting. Same goes for ACPI_ACTIVATE_DEV.
|
|
laptop there is a PNP0C0B ("ACPI fan") with the following properties:
_PSC : Power state for D3 (alone).
_PR0 : Power resources for D0.
_PSx : Power state switch for D0 and D3.
Thus, it is impossible to get or set the D3 power state via power resources
alone; there is only a single PowerResource() and it is for D0.
To tackle this:
1. Evaluate the direct _PSC control method if and only if there is no
given _PRx. The order is important; it is known that some other
systems implement the _PSC method (like _STA) incorrectly.
2. If no _PRx is available (and thus no _ON or _OFF), do not error out.
Instead, if we have AE_NOT_FOUND, continue to evaluate the power state
switch method, _PSx, which (on this laptop) should alone suffice for
the D0 -> D3 transition.
|
|
|
|
names as needed. From Sverre Froyen
|
|
be too fast and run callout_destroy() while another cpu is still busy
in the callout.
|
|
test truth of pointers, or compare with 0, but compare with NULL,
instead.
The compiler generated the same assembly language before & after this
change.
|
|
|
|
|
|
|
|
|
|
|
|
initialize it before causing interrupts. Prevents a panic on VAXstation
4000/9x with SPX console.
|
|
M1533.
Follow the fix in rev 1.1004 of pcidevs.
|
|
|
|
|
|
|
|
to avoid link error (multiple definition of _KERNEL_OPT_foo).
|
|
|
|
|
|
|
|
Rename Marvell GT64360 to MV64360.
|
|
|
|
to allocate memory. Use this when calling rasops_reconfig() before it is safe
to call kmem_alloc().
|
|
like dot clock, resolution etc.
|
|
Looks like none of my usual test builds used rasops2.c
|
|
|
|
|
|
|
|
|
|
- device_t-ify
- sanitize debugging #ifdefs
- deal with firmwares setting up modes using other clocks than #0
- get rid of sparc and macppc-specific code, use device properties instead
- while there, use alternate box drawing font if needed
|
|
|
|
into an alternate font pointed at by the recently added mappings in wsfont,
adapt all putchar() methods except the rotated ones to use them
XXX no attempt has been made to make this work with rotation
|
|
characters to something else than whitespaces
|
|
the last 2 digits of the year. Fixes setting the clock and keeps the
DECstation PROM happy and stops it from setting the date to Jan 1, 1972.
|