summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2008-04-07snprintf "%s" -> strlcpyOleg Safiullin
2008-04-07fix snprintf usageOleg Safiullin
2008-04-07In _dmamem_map(), be sure to convert the address from the device view toMiod Vallat
a real physical address in the single-segment short-circuit code.
2008-04-07Don't grab the kernel biglock for syscalls marked SY_NOLOCK;Thordur I. Bjornsson
make the amd64 code a bit nicer and make the sparc64 match that. tested by a few; OK toby@, dlg@, kettenis@ (for the sparc64 part).
2008-04-07regenDavid Gwynne
2008-04-07neptuneDavid Gwynne
2008-04-07more cosmetic changesOleg Safiullin
2008-04-07some cosmetic changesOleg Safiullin
2008-04-07syncOleg Safiullin
2008-04-07add D-Link KVM-221Oleg Safiullin
ok deraadt
2008-04-07sdtemp* devices could occur on these machinesTheo de Raadt
2008-04-07New sensor driver for JDEC JC-42.4 standard dimm temperature sensorsTheo de Raadt
(still extremely rare devices.. so rare I had to wire up a chip myself)
2008-04-07Identify two chips which follow the JDEC JC-42.4 standard dimm temperatureTheo de Raadt
probe -- NPX SE98 and ADT 7408
2008-04-06SH is not ARM.Dale Rahn
2008-04-06In sendit(), len should be size_t, not int. Could cause it to returnStefan Kempf
wrong values on 64-bit machines otherwise. ok millert@, deraadt@
2008-04-06regenBrad Smith
2008-04-06- Add the Intel ICH8/9 Thermal sensors.Brad Smith
- Add the Intel 3210 secondary PCIe bridge. - Add the ITExpress IT8213F IDE controller.
2008-04-05fix comment for it(4)Oleg Safiullin
2008-04-04ratecheck(9) only seems to be used to limit things to very coarse intervalsDavid Gwynne
like .25 seconds or 5 seconds. the accuracy of microuptime is not really needed then, so switch it to getmicrouptime. ok henning@ art@
2008-04-04tht is cool cos it generates interrupts when the link state change.David Gwynne
however, tht is uncool cos it generates these interrupts spuriously (up to 8000 times a second). this rate limits the reading of the link state off the hardware to 100 times a second. less bus_space reads is a good thing. tested by and ok thib@
2008-04-04if full-duplex is being turned on, also set the oprtational mode toJacob Meuser
for both recording and playback. ok ratchov
2008-04-03Use atomic operations to invalidate TSB entries.Mark Kettenis
2008-04-03Clean up the DMA read/write control register setup code and add someBrad Smith
comments. Tested by a number of users with a variety of chipsets. From FreeBSD ok kettenis@
2008-04-03Add missing half duplex flags for the media status.Brad Smith
ok kettenis@
2008-04-03Switch it(4) back to PnP config mode. Avoid possibleOleg Safiullin
conflicts with SMSC or similar chips.
2008-04-03Make ebus(4) work on sun4v.Mark Kettenis
2008-04-03Some cosmetic changes.Mark Kettenis
2008-04-03Ensure that we wrap around to the start of the TXD buffer when incrementingJoel Sing
the TXD pointer beyond the end. Fixes PR5786.
2008-04-02Add nsgphy(4).Mark Kettenis
2008-04-02Add support for the National Semiconductor Saturn (which really is a SunMark Kettenis
Cassini MAC integrated with a National Semiconductor DP83865 PHY).
2008-04-02Add support for the DP83865.Mark Kettenis
ok brad@
2008-04-02regenMark Kettenis
2008-04-02Add the National Semiconductor DP83865 Gigabit PHY.Mark Kettenis
2008-04-02Rewrite the startup code for the mvme88k bootblocks, once again. Some ofMiod Vallat
them (especially the netboot ones) will now self-relocate, which makes BUG configuration much simpler. WARNING: for disk-based systems, you need to update bootxx and bootsd at the same time. New bootsd will not run when loaded from an older bootxx. This doesn't matter much since you need both with installboot.
2008-04-02fix bad printf if metadata clearing failedMartin Reindl
from Rainer Giedat ok marco@
2008-04-02regenBrad Smith
2008-04-02Add the Cicada CS8204 quad port PHY.Brad Smith
From FreeBSD ok sthen@
2008-04-02For some reason using the ASI_SCRATCHPAD register at offset 0x08 makes theMark Kettenis
t1k freak out upon reboot/halt/powerdown. Use the register at offset 0x10 instead.
2008-04-02Return right away for unknown media types instead of fallingBrad Smith
through and setting the half duplex flag. ok jsg@
2008-04-02repair code which blocks passing fd's for block devices orTheo de Raadt
dir-outside-chroot-directory into a chroot jail ok markus
2008-04-02syncTheo de Raadt
2008-04-02intel host bridgeTheo de Raadt
2008-04-02attach the ZTE CMDMA MSM modem from qualcomm.Felix Kronlage
from freebsd, ok jsg@
2008-04-02regenFelix Kronlage
2008-04-02add another vendor id for Qualcomm as well as one of their modems.Felix Kronlage
from freebsd. ok jsg@
2008-04-02Correct error message printing and add a missing errorBrad Smith
message for bus_dmamap_load() failure in bce_attach(). ok dlg@
2008-04-01typoMiod Vallat
2008-04-01Add Corega CG-WLUSB2GPX.Jonathan Gray
From FreeBSD.
2008-04-01regenJonathan Gray
2008-04-01Corega CG-WLUSB2GPXJonathan Gray