| Age | Commit message (Expand) | Author |
| 2010-05-12 | set RI_NO_AUTO then attaching early, clear it otherwise | macallan |
| 2010-05-12 | Use callout_halt() instead of callout_stop() - otherwise gem_detach() might | martin |
| 2010-05-08 | Move "opt_slhci.h" from .h to .c | isaki |
| 2010-05-04 | Make local functions static. | tsutsui |
| 2010-05-02 | Add (missing) newlines to error messages. | jakllsch |
| 2010-04-28 | add byte-swapping so that this works on BE platforms. | chs |
| 2010-04-25 | Fix KASSERTMSG() to be consistent with KASSERT() logic, not inverted. | rmind |
| 2010-04-21 | Don't printf bus_space_tag_t's in a MI driver. | dyoung |
| 2010-04-19 | Add default implementations for bus_space_is_equal(9), | dyoung |
| 2010-04-16 | #include <sys/bus.h> instead of <machine/bus.h>. No functional change | dyoung |
| 2010-04-11 | Fix botched logic in ipkdb part in rev 1.77 (KNF misc). | tsutsui |
| 2010-04-09 | Improve error paths in (e)siop_scsipi_request(): | jakllsch |
| 2010-04-09 | Added 8110SBL support. | nonaka |
| 2010-04-09 | Added PCA9564 I2C Controller driver. | nonaka |
| 2010-04-07 | satafis: | jakllsch |
| 2010-04-06 | Added support RICOH 5C316. | nonaka |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 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 |