| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-04 | Introduce GENASSYM_CPPFLAGS for options during genassym processing. | joerg | |
| Consistently drop assembler flags. | |||
| 2014-03-01 | Some {} are missing. The behavior is thus wrong: the code always jumps to | maxv | |
| out1. Spotted by my code scanner. ok christos@ | |||
| 2014-02-28 | regen | martin | |
| 2014-02-28 | Add moschip 7810 and 7820 usb serial devices | martin | |
| 2014-02-28 | G/C sys/simplelock.h includes | skrll | |
| 2014-02-28 | Use %zu for size_t | matt | |
| 2014-02-27 | Remove impossible checks. | joerg | |
| 2014-02-26 | Regen. | ozaki-r | |
| 2014-02-26 | Add 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-25 | Add 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-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka | |
| 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-24 | Rename NetBSD/hp700 to NetBSD/hppa. | skrll | |
| Unfortunately our VCS isn't very helpful here. | |||
| 2014-02-23 | use aprint. | christos | |
| 2014-02-23 | Update a comment | skrll | |
| 2014-02-21 | Add tsciic (alpha MI). | jdc | |
| 2014-02-21 | PR/48606: Lloyd Parkes: Drivers not using ifp->if_input but using ether_input | christos | |
| directly. | |||
| 2014-02-20 | (Belatedly) add lmenv. | jdc | |
| 2014-02-20 | Call memset in a loop, not loop around doing nothing and calling memset | joerg | |
| once. | |||
| 2014-02-20 | Mark radeonfb_unclip as unused. | joerg | |
| 2014-02-18 | if MMIO is allowed and available, prefer it over PIO | macallan | |
| now my ADPT,2930CU works again | |||
| 2014-02-17 | More delay() for some drives. | kiyohara | |
| 2014-02-17 | Re-establish the default pipe after the initial reading of the device | skrll | |
| 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-17 | Add MARVELL_TAG_DDR3_CS[0-3] for latest SoC. | kiyohara | |
| 2014-02-16 | move default last, add symbolic mask. | christos | |
| 2014-02-16 | whitespace police | christos | |
| 2014-02-16 | Remove duplicated comment. | nonaka | |
| 2014-02-16 | Use INFRA not ADHOC when opmode is M_STA. | nonaka | |
| 2014-02-14 | Regen for GeForce 210 High Definition Audio Controller. | njoly | |
| 2014-02-14 | Add GeForce 210 High Definition Audio Controller. | njoly | |
| 2014-02-14 | regen | christos | |
| 2014-02-14 | Add the 4G part of my modem, no driver yet. | christos | |
| 2014-02-14 | ibss and hostap support from stsp @ openbsd. | christos | |
| 2014-02-09 | Remove a few noisy debug printf. | njoly | |
| 2014-02-07 | s/mesage/message/ | msaitoh | |
| 2014-02-06 | USE 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-31 | fix a problem to set sample rate of AC97 codec. | ryo | |
| 2014-01-28 | Remove an unused variable | martin | |
| 2014-01-28 | Support the OHCI in the NS "SUPERIO" chip as found in hppa machines by | skrll | |
| twiddling the same bits as Linux. | |||
| 2014-01-28 | Initialize a variable earlier, so it is not used unitialized in an | martin | |
| error path. | |||
| 2014-01-28 | Quell maybe-uninitialized false positives from gcc 4.8 | martin | |
| 2014-01-28 | Remove an unused variable | martin | |
| 2014-01-27 | back out 1.35 since it completely breaks the mechanism for wsdisplay drivers | macallan | |
| 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-26 | Complete 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-26 | PUCCN 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-26 | Add some OXPCIe952 devices. | msaitoh | |
| 2014-01-26 | Regen. | msaitoh | |
| 2014-01-26 | Add some OXPCIe952 devices. | msaitoh | |
| 2014-01-25 | fix unused | christos | |
