summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2009-01-10use new exported constants from net80211.cegger
2009-01-10BCM4328 has MAC rev 12.cegger
2009-01-09Fix previous screwup.macallan
2009-01-09A driver for Broadcom BCM4302 wlan controllers, otherwise known asmacallan
2009-01-03remove extra semicolons.yamt
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-12-13Revert part of previous that reverted part of rev 1.14tsutsui
2008-12-11Doh! What should have happened happens ...alc
2008-12-11Sync ath(4) with the new HAL, mostly based on <jmcneill>'s patches.alc
2008-12-11The wrong sense of the UIP register is used to test for a pending clockkenh
2008-12-09Sync with src/sys/arch/amiga/dev/siop.c rev 1.59:tsutsui
2008-12-08Warn about large struct on stack in comment.pooka
2008-12-08Add support for a 8168C/8111C revisionalc
2008-12-05Wrap long lines.tsutsui
2008-12-04Don't pass uint8_t values to le16toh() in fxp_rx_hwcksum().tsutsui
2008-12-04Add a missed htole32() on the previous ip4csum-tx bug workaround.tsutsui
2008-12-04Sort Tx/Rx macro in previous.tsutsui
2008-12-04PR kern/40099 device_t/softc split broke cac(4)/ld(4): panic: iostat_unbusyad
2008-12-03Fix typo in comment.tsutsui
2008-12-03Add a workaround for hardware ip4csum-tx bug and enable it.tsutsui
2008-12-03Call BUS_DMASYNC_PREREAD more strictly on polling DMA descriptors.tsutsui
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