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