Age | Commit message (Collapse) | Author |
|
problem before: with this, we are no longer using the address family as
array index directly, since only 3 of 31 address fanilies actually attach
a table, but we're using an address family to array index translation (just
another array). there, 0 meant "does not attach a table", thus rt_gettable
has to return a null pointer. unfortunately we were using array index 0 for
whatever af attaches first, and since the list is backwards,, that used to
be ipsec - execpt on ipsec-less ramdisks, where it was inet6, and since
route show blindly iterates over all address families, and all those
without a table pointed to index 0, we got 28 or 29 copies of the v6 table.
i had that right initally, and then i borked it later... re-spotted by
claudio.
ok norby hshoexer claudio
|
|
|
|
say, a 10x clock work.
|
|
|
|
(ie sgi). Diff and request to commit from otto@
|
|
diagnostic type printf spew that is useful into #ifdef CHANGER_DEBUG,
removes some that is pretty much useless, and changes one instance
of using kernel printf to indicate the truncation of a result due to the
provided buffer being too small into a return of EINVAL back to the caller.
tested by me and mbalmer@
ok krw@ mbalmer@
|
|
control MSR was written successfully.
ok tedu@
|
|
|
|
henning@ claudio@ ok
|
|
for clarity.
henning@ claudio@ ok
|
|
henning@ claudio@ ok
|
|
devices yet.
|
|
|
|
|
|
|
|
|
|
RAID support and bio. "go at it" dlg
|
|
to diagnose field issues. Talked through with dlg.
|
|
matched a model.
Found in a dmesg from Craig Barraclough craigba AT creative.com.au.
ok deraadt@
|
|
|
|
modem support.
- Print the name of the STAC9220 codec.
From kent NetBSD
ok jason@
|
|
ok tedu, pedro
|
|
|
|
Loosely based on dragonfly code. ok deraadt@
|
|
a good idea to actually call the init function, this was lost it was part of
the diff ok toby@, mickey@
|
|
rename them like azalia_mixer_foo() to azalia_generic_mixer_foo()
* enable codec-specific code to hook any mixer operations such
as creating mixer items, or special handling for a specific
item.
* provide a custom mixer table specific to ALC260
* provide a custom mixer table specific to Fujitsu LOOX
From kent NetBSD
ok jason@
|
|
with non-ERP STAs. some bits are missing in net80211 though, so this
code won't be triggered yet.
|
|
From NetBSD
|
|
ok damien@
|
|
|
|
|
|
Problem report (PR5149), and debugging by jj.roh at thurnherr dot ch
ok marco@
|
|
|
|
remove a useless define while there.
|
|
ok deraadt
|
|
|
|
requested by deraadt@
|
|
wrong, likely clocking); tested to not break older machines by dlg & djm
|
|
register write was successful.
|
|
a simpler function that splits the nmea sentence into fields, verifies the
checksum and eventually decodes the data (if it's a GPRMC sentence).
Ignore Loran-C for the moment, no one has such a receiver. Loran-C can
easily be added later if we have a receiver to test with.
|
|
ok mickey@, toby@
|
|
lots of help at c2k6 and after from toby@,
ok toby@, mickey@
|
|
as well as the request itself, so we need to sync the memory in both
directions for dma.
|
|
but it seems Jumbo support is broken, so disable Jumbos for now.
issue reported by jolan@
|
|
frequency remains unaltered. Remove the unecessary call to update_cpuspeed(),
and add check the sucess of the operation, returing EIO in the event of
failure.
ok tedu@
|
|
adjust frequency from 1 (EPERM) to EIO.
Suggested by and ok tedu@
|
|
recalculating them whenever i want to use them? shorten code a bit by using
the stored values.
|
|
|
|
- when the sgl grew too large it became bigger than the maximum frame size
that the ioc would deal with, and then it would just stop doing io. i was
using the wrong field from iocfacts to figure out how large an sgl should
be.
- chained sgls were broken cos i was including the current chain element in
the calculation of the offset to the next chain element.
big ok from marco@
|
|
- If an unknown EST CPU is encountered, use the known highest and lowest
(and if different, the current) power state to generate a fake power
state table on the fly. Thanks to canacar for the idea.
- Calculate system bus clock speed before calling est_init(); it is
needed to display proper MHz values from MSR values.
- Also use the bus clock to identify EST CPU's, which is needed to
differentiate e.g. Pentium M 715 and 760, which unfortunately have
exactly the same MSR values.
- Store power states directly as MSR values.
Tested by many, "so when does it go in?" deraadt@
|