summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2014-03-04Introduce GENASSYM_CPPFLAGS for options during genassym processing.joerg
Consistently drop assembler flags.
2014-03-01Some {} are missing. The behavior is thus wrong: the code always jumps tomaxv
out1. Spotted by my code scanner. ok christos@
2014-02-28regenmartin
2014-02-28Add moschip 7810 and 7820 usb serial devicesmartin
2014-02-28G/C sys/simplelock.h includesskrll
2014-02-28Use %zu for size_tmatt
2014-02-27Remove impossible checks.joerg
2014-02-26Regen.ozaki-r
2014-02-26Add Micrel PHY (KSZ9021RN)ozaki-r
The new driver micphy is almost same as ukphy except that micphy has a fixup for cpsw; a PHY with cpsw has to adjust RGMII signal timing. Reviewed by christos@
2014-02-25Add preliminary driver for Microchip MCP48x1 family of DACs.rkujawa
Needs more testing and an appropriate API for such (non-audio) DACs. For now one can set the output value using sysctl node. Also sysmon(4) will conveniently report the voltage on Vout pin of the DAC. Note that this is not an actual measured voltage, but merely calculated using equation from datasheet. Real voltage might be different and depend on analog circuitry attached to the DAC.
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code.
2014-02-24- Only enable AHCI mode if it is not already enabled.jmcneill
- Add support for capturing initial CAP/CAP2/PI regs before reset (and restoring them afterwords) - Add optional callbacks for channel_start / channel_stop.
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
Unfortunately our VCS isn't very helpful here.
2014-02-23use aprint.christos
2014-02-23Update a commentskrll
2014-02-21Add tsciic (alpha MI).jdc
2014-02-21PR/48606: Lloyd Parkes: Drivers not using ifp->if_input but using ether_inputchristos
directly.
2014-02-20(Belatedly) add lmenv.jdc
2014-02-20Call memset in a loop, not loop around doing nothing and calling memsetjoerg
once.
2014-02-20Mark radeonfb_unclip as unused.joerg
2014-02-18if MMIO is allowed and available, prefer it over PIOmacallan
now my ADPT,2930CU works again
2014-02-17More delay() for some drives.kiyohara
2014-02-17Re-establish the default pipe after the initial reading of the deviceskrll
descriptor. This fixes usbd_new_device so that there is no really need to touch QHs/EDs in [eo]hci_device_request. KASSERT the address and maximum packet length now.
2014-02-17Add MARVELL_TAG_DDR3_CS[0-3] for latest SoC.kiyohara
2014-02-16move default last, add symbolic mask.christos
2014-02-16whitespace policechristos
2014-02-16Remove duplicated comment.nonaka
2014-02-16Use INFRA not ADHOC when opmode is M_STA.nonaka
2014-02-14Regen for GeForce 210 High Definition Audio Controller.njoly
2014-02-14Add GeForce 210 High Definition Audio Controller.njoly
2014-02-14regenchristos
2014-02-14Add the 4G part of my modem, no driver yet.christos
2014-02-14ibss and hostap support from stsp @ openbsd.christos
2014-02-09Remove a few noisy debug printf.njoly
2014-02-07s/mesage/message/msaitoh
2014-02-06USE PCI_BAR[0-5]. Part of PR#48016.msaitoh
2014-02-03 Carefully set IFF_OACTIVE in mvgbe_start(). Even if mvgbe_encap()msaitoh
returns other than 0, the TX ring might not full. Check whether the TX ring has one or more packets. If the ring is empty, dont' set IFF_OACTIVE because an TX complete interrupt never occur and IFF_OACTIVE flags is left. The interface's timer isn't reset, so a device timeout desn't occur. Fixes a bug that IFF_OACTIVE flag is left on heavy load. Part of PR#48568.
2014-01-31fix a problem to set sample rate of AC97 codec.ryo
2014-01-28Remove an unused variablemartin
2014-01-28Support the OHCI in the NS "SUPERIO" chip as found in hppa machines byskrll
twiddling the same bits as Linux.
2014-01-28Initialize a variable earlier, so it is not used unitialized in anmartin
error path.
2014-01-28Quell maybe-uninitialized false positives from gcc 4.8martin
2014-01-28Remove an unused variablemartin
2014-01-27back out 1.35 since it completely breaks the mechanism for wsdisplay driversmacallan
to determine wether to become console or not. See http://mail-index.netbsd.org/tech-kern/2014/01/15/msg016421.html for fixing this properly.
2014-01-26Complete WSDISPLAYIO_SMODE/WSDISPLAYIO_GMODE support.bouyer
In sisfb_mmap(), allow mapping the framebuffer and mmio and io registers when in WSDISPLAYIO_MODE_MAPPED mode. This can be used by X11.
2014-01-26PUCCN improvements:msaitoh
- Fix a bug that the puc cn mechanism doesn't use the UART's frequency in pucdata.c's table. - Add a new option PUC_CNAUTO. If this option is set, consinit() in x86/x86/consinit.c checks puc com device to use it as console. Without this option, the behavior is the same as before. - Add a new config parameter PUC_CNBUS. The old code scans bus #0 only. If PUC_CNBUS is set, the specified number's bus will be scanned. - Rename comcnprobe() to puc_cnprobe() to make it clear. - Rename comcninit() to puc_cninit() to make it clear. - Add code for a device that a device's com register is MMIO (#if0 ed).
2014-01-26Add some OXPCIe952 devices.msaitoh
2014-01-26Regen.msaitoh
2014-01-26Add some OXPCIe952 devices.msaitoh
2014-01-25fix unusedchristos