summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-08-19add suspend/resume supportjmcneill
2010-08-08white space -> tab.isaki
2010-07-28The ETHERCAP_VLAN_HWTAGGING flag is not a member of if_cap but ec_cap,msaitoh
2010-07-27Support detachment of ahcisata(4).jakllsch
2010-07-27Make the Realtek PCI network interfaces detachable.jakllsch
2010-07-27Make debugging code compile on LP64.jakllsch
2010-07-27Use bus_addr_t for physical addresses.jakllsch
2010-07-27Rework debug printf invocation to not fail on LP64 so easily.jakllsch
2010-07-27Print size_t with 'z' in debug code.jakllsch
2010-07-27printf() size_t with 'z' format modifier in debug code.jakllsch
2010-07-27Make it compile againmartin
2010-07-26Add PAE to ALL kernel, so that most paddr_t format string errors get caughtjym
2010-07-26Store information for bus_dmamem_unmap() and bus_dmamem_free()jakllsch
2010-07-23Finish cleaning up pchb from recent change.jakllsch
2010-07-20Prepare ahcisata(4) to work with 64-bit bus_dma_tag_t.jakllsch
2010-07-20Convert ahcisata(4) to C99 exact-width integer types.jakllsch
2010-07-20Add support for 16650's prescaler from Frank Wille. Tested withjklos
2010-07-13Fix wrong ifdef.kiyohara
2010-07-13Move to pci/mvsata_pci.c (marvell/mvsata_mv.c) splitting mvsata_products[].kiyohara
2010-06-29Fix logic error in detecting length of DDR3 SPD covered by CRC check.pgoyette
2010-06-24register definitions for Brooktree Bt461 and Bt462 RAMDACs, used on CG12 andmacallan
2010-06-13No need to include PCI header files in bus independent code.tsutsui
2010-05-12set RI_NO_AUTO then attaching early, clear it otherwisemacallan
2010-05-12Use callout_halt() instead of callout_stop() - otherwise gem_detach() mightmartin
2010-05-08Move "opt_slhci.h" from .h to .cisaki
2010-05-04Make local functions static.tsutsui
2010-05-02Add (missing) newlines to error messages.jakllsch
2010-04-28add byte-swapping so that this works on BE platforms.chs
2010-04-25Fix KASSERTMSG() to be consistent with KASSERT() logic, not inverted.rmind
2010-04-21Don't printf bus_space_tag_t's in a MI driver.dyoung
2010-04-19Add default implementations for bus_space_is_equal(9),dyoung
2010-04-16#include <sys/bus.h> instead of <machine/bus.h>. No functional changedyoung
2010-04-11Fix botched logic in ipkdb part in rev 1.77 (KNF misc).tsutsui
2010-04-09Improve error paths in (e)siop_scsipi_request():jakllsch
2010-04-09Added 8110SBL support.nonaka
2010-04-09Added PCA9564 I2C Controller driver.nonaka
2010-04-07satafis:jakllsch
2010-04-06Added support RICOH 5C316.nonaka
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-03-31remove a now useless bus_space_barrier()macallan
2010-03-31Do as OpenSolaris does and read the status register after each write.macallan
2010-03-29Don't warn about DMA timeout during probe.tsutsui
2010-03-28Spell "enough" properly.snj
2010-03-26Synchronize with other platforms:mjacob
2010-03-24sys/dev/ic/videomode.h is almost identical to sys/dev/videomode/videomode.htnn
2010-03-24Split spdmem driver into a bus attachment and a common back-endpgoyette
2010-03-23Add some missing aprint_naive calls.njoly
2010-03-22pckbc.c, vga.c: It doesn't appear to be helpful to compare twodyoung
2010-03-22ex_softc.ex_bustype is written but never read. Just get rid of it.dyoung
2010-03-22sc_csr_memmapped is true iff the device registers are memory-mapped.dyoung