summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Collapse)Author
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-17More delay() for some drives.kiyohara
2014-01-25More alignment spellosskrll
2014-01-22swap16 -> bswap16 swap32 -> bswap32matt
2014-01-22fix unused variable warningschristos
2014-01-20Remove the check for (cmdlen > 0) when writing. When i2cscan sends ajdc
quick_write, the command length is 0, so we were previously returning success for every address in this case.
2014-01-11Do not take data from the controller in interrupt handler if we are polling.jakllsch
2014-01-04__unuse the right functionmacallan
( note to self - don't commit half asleep )
2014-01-03do as joerg requested and mark an unused function __unusedmacallan
2013-12-22Now that cngetc supports -1 as a return value from the cn_getc routine,matt
let cngetc loop until a character is available so it can call the critpoll hooks.
2013-12-16avoid unused variables outside of diag code.mrg
2013-12-16Use #if defined in previous.skrll
2013-12-16Fix build.htodd
2013-12-15lcr is only used when COM_16650 is defined; unbreak the buildmbalmer
2013-12-15Only attempt to set 64byte fifo for 16750 when COM_16750 is defined.skrll
Hi kiyohara. PR/48359 NetBSD/cobalt 6.99.25 GENERIC kernel freeze at initializing com0
2013-12-13Put previous (RTK_HWREV_8168F) in numeric sort order like its neighbors.jakllsch
2013-12-09Fix typo ("then" instead of "than")wiz
2013-12-04Fix RTC going backwards a year when saving time, because dt_mon != dt_year.rkujawa
Patch by Roc Valles.
2013-11-22Put back and properly mark a variable which is used iff ATW_DEBUG.riz
2013-11-15fix unused variable warningnisimura
2013-11-08fix unused variable warningschristos
2013-11-04mark variables __diagusedchristos
2013-11-02Turn the "esiop_intr: I shouldn't be there !" panic into a printfgson
followed by a return from the interrupt handler. The condition is triggered on some KVM virtual hosts, apparently harmlessly, and not panicing makes it possible to boot a NetBSD GENERIC kernel on those hosts. Also make the same change to siop to minimize divergence between siop and esiop. Fixes PR kern/48277.
2013-10-30Fix incorrect function names in panic message strings.gson
2013-10-25Remove unused stuffmartin
2013-10-24Fix a few copy&pastos in an error pathmartin
2013-10-22Avoid "declaration of 'delay' shadows a global declaration" by renamingskrll
the local variable.
2013-10-20fix unused variable warningschristos
2013-10-17- remove unused variableschristos
- move variables inside ifdef sections - ifdef notdef unused code - use __USE for debugging variables
2013-10-13Catch up to recent changes in config_pending_{incr,decr}().riz
2013-10-13make the driver able to send scsi commands; now the disks are found.christos
it was converted incorrectly to device_t.
2013-10-12- add 64 bit fifo supportchristos
- handle fibrilation better
2013-10-09support WSDISPLAYIO_GET_FBINFOmacallan
2013-10-04Move an assert to the point where the referenced variable is initialized.joerg
2013-10-03Revirt 'Move the Marvell extension to com_mv.c' at Sun Sep 1 04:51:24 UTC 2013.kiyohara
build test only.
2013-10-03Remove incorrect KASSERT.skrll
2013-10-02LOCKDEBUG doesn't imply DIAGNOSTIC. duh.skrll
2013-10-02Fix a KASSERT - how did that sneak in?skrll
2013-10-02Remove harmless paste error.skrll
2013-10-02Modernise slhci. Many thanks to rkujawa@ for testing.skrll
2013-09-23KNF a comment.skrll
2013-09-23Typoskrll
2013-09-22Removed duplicated lines introduced in version 1.36.adam
2013-09-22Remove all trailing whitespaceskrll
2013-09-22Remove trailing whitespace.skrll
2013-09-15Remove unused variablemartin
2013-09-15Mark a potentially unused variablemartin