summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-12-10When attaching a PCI bus, the pci chipset is not optional.matt
2010-12-09PR/41415: IdOp: Implement save and restore palette for vga.christos
2010-11-24Improve debug output.skrll
2010-11-23split if_wichristos
2010-11-15Socket ioctl definitions need sys/sockio.h.uebayasi
2010-11-14This actually uses only PAGE_SIZE, remove uvm/uvm_extern.h again.uebayasi
2010-11-14Yet another hidden uvmexp user.uebayasi
2010-11-14Directly include sys/pmf.h because this uses it.uebayasi
2010-11-13Some missing sys/device.h dependencies.uebayasi
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-11-13Include sys/proc.h for tsleep, wakeup.uebayasi
2010-11-13Include sys/proc.h for curproc.uebayasi
2010-11-09Update sti(4) from OpenBSD bringing across support for sti @ pci.skrll
2010-11-05Pave the way for detachment of pciide(4)-family ATA controllers.jakllsch
2010-11-01u_intNN_t -> uintNN_tskrll
2010-10-31RCSId police.skrll
2010-10-19If PCDISPLAY_SOFTCURSOR is defined, disable the hardware cursor on resume.jmcneill
2010-10-19When disabling the hardware cursor, use the 'cursor disable' bit in thejmcneill
2010-10-07Support change Open-drain/Push-pull by bus_rod().kiyohara
2010-10-06Fix vcore readings in some cases on W83627THF by being mindful of the VRM9 mode.jakllsch
2010-09-27Add some IDs. (9210/9211/9220/9221)kiyohara
2010-09-20Multiple channel devices *should* be working. Remove the debug codemjacob
2010-09-10remove debug leftoverahoka
2010-09-09Allow e?siop_dump_script() to work with on-chip RAM. Prefixjakllsch
2010-09-08Driver for Davicom DM9000 ethernet chips.ahoka
2010-09-07Fix a performance problem with the ciss(4) driver. NetBSD does commonmhitch
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