| Age | Commit message (Collapse) | Author |
|
values on temp limits. The actual ranges for temp limits varies if the
chip is running in "extended temperature" mode, so we need to handle this
difference, too.
Verified on my home machine which runs in extended-temp mode and by
njoly@ on a machine which does runs in the older 2s-complement mode.
|
|
|
|
|
|
|
|
since a wrong calculation in dp8390_ipkdb_attach() was fixed.
|
|
http://mail-index.netbsd.org/tech-kern/2010/03/06/msg007458.html
Reviewed by <pgoyette>, <cegger>, <jruoho>, <tech-kern>.
|
|
exported to device drivers, so rename it and move the declaration to
<dev/sysmon/sysmonvar.h>
|
|
lm(4) as W83627DHG (0xc1)
|
|
|
|
Get rid of a (short) staircase in ex_cardbus_detach().
|
|
definitions by chance (or by the bus-specific front-end #including them!).
#include them here, instead.
|
|
but #include here.
|
|
sme_events_worker().
Provide a wrapper that can be called from sensor drivers' interrupt
routines to find and deliver a specific event.
XXX Actually updating sensor drivers (and their parent devices) to
XXX have interrupts is a future enhancement. This is simply an
XXX enabler.
|
|
conditional compilation.
Simplify interrupt (dis)establishment by two source transformations:
- cardbus_intr_disestablish(cc, cf, ih);
+ Cardbus_intr_disestablish(ct, ih);
- ih = cardbus_intr_establish(cc, cf, ...);
+ ih = Cardbus_intr_establish(ct, ...);
The identical change to a few other CardBus NICs has not caused any
problems, as expected, so I'm going to commit this rather safe change
and get on with the work.
Testers have been enlisted. I will revisit this change if I get any
negative responses.
|
|
- cardbus_intr_disestablish(cc, cf, ih);
+ Cardbus_intr_disestablish(ct, ih);
- ih = cardbus_intr_establish(cc, cf, ...);
+ ih = Cardbus_intr_establish(ct, ...);
The identical change to a few other CardBus NICs has not caused any
problems, as expected, so I'm going to commit this rather safe change
and get on with the work.
Testers have been enlisted. I will revisit this change if I get any
negative responses.
|
|
conditional compilation.
Simplify interrupt (dis)establishment by two source transformations:
- cardbus_intr_disestablish(cc, cf, ih);
+ Cardbus_intr_disestablish(ct, ih);
- ih = cardbus_intr_establish(cc, cf, ...);
+ ih = Cardbus_intr_establish(ct, ...);
The identical change to a few other CardBus NICs has not caused any
problems, as expected, so I'm going to commit this rather safe change
and get on with the work.
Testers have been enlisted. I will revisit this change if I get any
negative responses.
|
|
(This was too verbose even for ACPI_DEBUG.) Also fit the status messages to
one line during boot by using aprint_verbose() for extra information.
|
|
These refer to the smallest increment in capacity that the battery is
capable of measuring.
|
|
in an improved output when the battery information changes (i.e. device
attachment or battery removal/insertion).
|
|
trust that the sysmon_envsys(9)'s polling is functioning properly. Discussed
with drochner@, jmcneill@, and pgoyette@.
|
|
|
|
by sysmon_envsys(9).
|
|
anymore. Also do some cleanup, remove no longer relevant debugging code etc.
|
|
represent, but the cd driver carefully crafted including session data).
This makes it possible to just mount cd0a as cd9660fs on a sparc* install
CD. Solution suggested by <mlelstv>.
|
|
|
|
information as ACPI_DEVICE_INFO::Type, obtained later by AcpiGetObjectInfo().
|
|
|
|
information related to ACPI device nodes: (a) introduce a generic scan
function for ACPI device driver "capabilities", and (b) eliminate local data
structures from ACPI wake-devices. Discussed with jmcneill@.
|
|
1 s/next_tick/next_tint/ because next_tick shadows a global on sparc64.
2 Fix the bus-barrier helper routines, which had the tag & handle
swapped (!!). Move the helpers from rtwreg.h to rtwvar.h, and
change RTW_BARRIER() into an inline subroutine called rtw_barrier().
|
|
|
|
|
|
|
|
cardbus_devfunc.
|
|
|
|
Pointed out by <db@db.net> in #NetBSD-code.
|
|
|
|
never have a parity map, make the parity map ioctls fail with EINVAL.
This makes `raidctl -m` print a scary-looking error on such sets, which
is an improvement over the previous behavior of falsely claiming that
the parity map would be enabled on the next configuration.
|
|
|
|
one place, and functioned as a logical OR of the ENVSYS_FMON* flag bits.
|
|
|
|
|
|
|
|
http://mail-index.netbsd.org/current-users/2010/02/20/msg012654.html
Add a comment in struct ucom_methods to explain usage of 'ptr' and 'count'
in the ucom_read handler.
|
|
|
|
- remove unused macro
|
|
- const'ify
|
|
|
|
|
|
It tested on OpenBlockS600. (coming soon ;-)
And reorder.
|
|
|