| Age | Commit message (Expand) | Author |
| 2010-03-31 | remove a now useless bus_space_barrier() | macallan |
| 2010-03-31 | Do as OpenSolaris does and read the status register after each write. | macallan |
| 2010-03-29 | Don't warn about DMA timeout during probe. | tsutsui |
| 2010-03-28 | Spell "enough" properly. | snj |
| 2010-03-26 | Synchronize with other platforms: | mjacob |
| 2010-03-24 | sys/dev/ic/videomode.h is almost identical to sys/dev/videomode/videomode.h | tnn |
| 2010-03-24 | Split spdmem driver into a bus attachment and a common back-end | pgoyette |
| 2010-03-23 | Add some missing aprint_naive calls. | njoly |
| 2010-03-22 | pckbc.c, vga.c: It doesn't appear to be helpful to compare two | dyoung |
| 2010-03-22 | ex_softc.ex_bustype is written but never read. Just get rid of it. | dyoung |
| 2010-03-22 | sc_csr_memmapped is true iff the device registers are memory-mapped. | dyoung |
| 2010-03-22 | MI code should not compare bus_space_tag_t! Introduce tags_are_equal() | dyoung |
| 2010-03-22 | #if 0 some diagnostic code that compares two bus_space_tag_t's. MI code | dyoung |
| 2010-03-22 | Check whether the fxp(4) actually attached before calling fxp_stop(). | dyoung |
| 2010-03-22 | Add a self-suspensor. It's not used, yet. | dyoung |
| 2010-03-22 | In fxp_detach(), fxp_stop(), first. fxp_stop() stops the callout. | dyoung |
| 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 |