| Age | Commit message (Expand) | Author |
| 2008-11-16 | cpu_intr_p() doesn't account for software interrupts (e.g. callouts) so | bouyer |
| 2008-11-12 | Added missing #include <net/if_ether.h> for ether_ioctl(). | phx |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-25 | Simplify NOERS case. Revert most changes back to 1.283. | matt |
| 2008-10-25 | Fix a botch in an FIFO check for 16650. | tsutsui |
| 2008-10-25 | Replace a "type" with "sc->sc_type" to make this build again for cobalt | he |
| 2008-10-24 | Add support for 16550 chips without an Enhanced Register Set. | matt |
| 2008-10-23 | Change mfi_mgmt() to take a mfi_ccb and scsipi_xfer as argument, as | bouyer |
| 2008-10-19 | Calculate maxdispoffset rather than hard-coding it. Fixes scrolling in | jmcneill |
| 2008-10-19 | vga_cnattach: calling wsdisplay_screentype_pick with a NULL type will | jmcneill |
| 2008-10-18 | kern/39757 from mishka@: | bouyer |
| 2008-10-13 | Fix up the bus-independant probe code. Patch from njoly@ | pgoyette |
| 2008-10-12 | Add an i2c attachment for the LM78 family of temp sensor/fan control | pgoyette |
| 2008-10-03 | Make sure the adapter is ready to accept FISs before bringing the PHY up. | bouyer |
| 2008-10-02 | Kill ATACH_TH_RUN and use cpu_intr_p() instead. | bouyer |
| 2008-10-02 | Add support for >2TB arrays and implement raw I/O mode which is a | sborrill |
| 2008-09-15 | Read the correct error status register on SBus cards. | jdc |
| 2008-09-15 | Minor corrections to the SBus definitions, from the `Sbus GEM Specification': | jdc |
| 2008-09-14 | A few cleanups for siisata(4) | jakllsch |
| 2008-09-09 | Complete device_t/softc split for the ld(4) attachments. This should | tron |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-09-04 | Adopt a fix from OpenBSD, revision 1.30 in their CVS repository. | he |
| 2008-09-04 | Limit the number of luns to 1, since the SCSI device ciss(4) presents | mhitch |
| 2008-09-03 | Make it work again for platforms that can do single byte operations. | rjs |
| 2008-08-27 | device_t changes, pmf, minor knf. | christos |
| 2008-08-23 | Fix typo in comment. | tsutsui |
| 2008-08-23 | Add support for the Realtek 8102E/8102EL PCIe 10/100 Ethernet devices. | tnn |
| 2008-08-11 | Add a flags argument to the ld(4) flush handlers, and call these with a | simonb |
| 2008-08-01 | Increase delay after channel reset from 100ms to 500ms, suggested by bouyer. | dillo |
| 2008-07-31 | Calling fxp_init within the interrupt handler results in | ws |
| 2008-07-15 | Use more timespecs internally. From Alexander Shishkin and me. | christos |
| 2008-07-14 | Remove OMAP gunk in com_activate, it's not needed. | matt |
| 2008-07-09 | - device/softc split | joerg |
| 2008-07-09 | - device/softc split for ath(4) | joerg |
| 2008-07-09 | - device/softc split | joerg |
| 2008-07-09 | - device/softc split for fxp(4) | joerg |
| 2008-07-06 | Split device_t/softc with misc cosmetic changes. | tsutsui |
| 2008-07-06 | Split device_t/softc with misc cosmetic changes. | tsutsui |
| 2008-07-03 | split device/softc (tested with an@pcmcia) | drochner |
| 2008-07-02 | change licence of my old code to two-clause BSD licence | plunky |
| 2008-06-30 | __FUNCTION__ -> __func__ | perry |
| 2008-06-24 | Array range designated initializers are a gcc extension. Replace with | gmcgarry |
| 2008-06-24 | Rearrange pdq_boolean_t, pdq_type_t and pdq_state_t so that enums are defined | gmcgarry |
| 2008-06-24 | Change gcc variadic macros to c99 variadic macros. | gmcgarry |
| 2008-06-24 | status is unsigned. | gmcgarry |
| 2008-06-24 | Fix prototype of ahd_send_async(). Pull in dev/ic/aic7xxx_cam.h to get ac_code. | gmcgarry |
| 2008-06-17 | Typo correction to restore buildability. | he |
| 2008-06-17 | Repair a discrepancy between the 802.11 standard and ath(4) operation | dyoung |
| 2008-06-15 | fix compile failure. | nonaka |