| Age | Commit message (Expand) | Author |
| 2010-03-19 | Replace some magic numbers with macro. Tested on SMC_TT on atari. | tsutsui |
| 2010-03-19 | Misc KNF. | tsutsui |
| 2010-03-19 | No need to override mem_ring value in ne2000_ipkdb_attach() | tsutsui |
| 2010-03-19 | Don't pick up the network-interface, ethernet, and 802.11-related | dyoung |
| 2010-03-19 | Don't pick up the <sys/sysctl.h> definitions by chance, | dyoung |
| 2010-03-15 | Make this compile on sparc64: | dyoung |
| 2010-03-14 | Use device_suspensor_t instead of struct device_suspensor. | dyoung |
| 2010-03-14 | Remove setting of edata->monitor since that member no longer exists. | pgoyette |
| 2010-03-13 | - make local functions static | tsutsui |
| 2010-03-13 | u_int8_t -> uint8_t | tsutsui |
| 2010-03-13 | Misc KNF. | tsutsui |
| 2010-03-12 | ata(4) expects IDENTIFY data to be in host endianess. | jakllsch |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2010-03-10 | ahcisata_core.c 1.23 cause long drive probe (31s, reported by | bouyer |
| 2010-03-03 | Put several fixes to ne(4) driver for better 8 bit mode support, | tsutsui |
| 2010-02-28 | Update pcf8584 driver from OpenBSD | martin |
| 2010-02-27 | KNF, misc cosmetics. | tsutsui |
| 2010-02-27 | Always call device dependent functions via pointers rather than | tsutsui |
| 2010-02-27 | Also fix a wrong mem_ring calculation in dp8390_ipkdb_attach(). | tsutsui |
| 2010-02-25 | Make fxp at cardbus detach during shutdown. | dyoung |
| 2010-02-25 | retire our private definitions for the scan1/3/5/7/9 DEC graphics | drochner |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-24 | map some more punctuation to more or less good replacements in the IBM | drochner |
| 2010-02-24 | Use roundup2() in <sys/param.h> rather than a conditional. | tsutsui |
| 2010-02-24 | Now dp8390_config() calculates mem_ring correctly so | tsutsui |
| 2010-02-24 | Fix a wrong calculation bug around RX ring buffer memory address | tsutsui |
| 2010-02-23 | Move ahci_channel_start() after BSY has cleared (what seems to matter | bouyer |
| 2010-02-13 | Explicitly mark voltage readings as valid in Winbond voltage refresh functions. | jakllsch |
| 2010-02-12 | Make ESIOP_DEBUG compile (on some platforms? depends on bus definitions...) | dholland |
| 2010-02-10 | add some more mappings from punctuation and accented characters to | drochner |
| 2010-02-09 | Kill extra semi-column. | njoly |
| 2010-02-09 | Correct setting of bits in the "generic thermistor" mode. Cut&paste | pgoyette |
| 2010-02-09 | Add newer cars supports. Tested on MegaRAID SAS 9260-8i. | msaitoh |
| 2010-02-08 | Fix a bug that the system which has no logical volume panics in shutdown | msaitoh |
| 2010-02-08 | After reviewing the datasheets, most of the supported Winbond chips can | pgoyette |
| 2010-02-08 | Add temp-sensor type selection (via autoconfig flags). Currently only | pgoyette |
| 2010-01-31 | Add the missing newline to a verbose autoconf message. | dyoung |
| 2010-01-30 | Sprinkle __KERNEL_RCSID() into siisata(4). | jakllsch |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-19 | bio(4) is MP-safe but mfi(4) is not. So get the kernel_lock at | bouyer |
| 2010-01-18 | Nuke "ummmm" quality macro. It's outside __NetBSD__, so not | pooka |
| 2010-01-17 | Forward declare struct bpf_if and use that as the type for bpf_if | pooka |
| 2010-01-15 | Amazingly, we've been freeing a handle and then using that which it referred | mjacob |
| 2010-01-14 | set a delta value on the master channel and move it to the outputs class so | macallan |
| 2010-01-11 | Mask out (disable) gem interrupts on detach. | jdc |
| 2010-01-11 | Keep track of what appear to be live Fibre Channel disks and store up the | mjacob |
| 2010-01-10 | Add a missing closing parenthesis in a few places. From Henning Petersen | snj |
| 2010-01-09 | To print bus_addr_t value, cast it to u_long rather than size_t. | tsutsui |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2010-01-05 | Remove extra semicolons. | mbalmer |