summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-05-16Make netboot generate a BTINFO_NET bootinfo node for the Synology sk(4) NIC.phx
2010-05-15Add register information for the EHCI 1.0 Appendix C Debug Port.jakllsch
2010-05-15Add Debug Descriptor structures and constants,jakllsch
2010-05-15Regen.jakllsch
2010-05-15Add NetChip (now PLX) vendor ID, as well as NET228[02] device IDs.jakllsch
2010-05-15Add mutex.h.kiyohara
2010-05-15Clear RI_NO_AUTO in actual attach functions during autoconf(9)tsutsui
2010-05-15Set RI_NO_AUTO in ri_flg if *fb_common_init() is invoked from cnattach.tsutsui
2010-05-15Set RI_NO_AUTO in rip->ri_flg if tga_init() is invoked from cnattach.tsutsui
2010-05-15Set RI_NO_AUTO in ri->ri_flg if hpcfb_init() is invoked from cnattach.tsutsui
2010-05-14update DPRINTF to reflect actual function nameplunky
2010-05-14May be easy to understand 'pay_len > 0' more than 'paylaod != NULL'.kiyohara
2010-05-14Use kmem(9) instead of malloc(9).kiyohara
2010-05-12set RI_NO_AUTO then attaching early, clear it otherwisemacallan
2010-05-12hid_get_data() does not work if the size of data is less thanplunky
2010-05-12Print a warning if AcpiOsSleep() is called with a value larger than twojruoho
2010-05-12When scanning the device "capabilities" (power, wake-up, etc.),jruoho
2010-05-12Initial pass for issues observed by dyoung@ on HP Pavilion N3270. In thisjruoho
2010-05-12regenchristos
2010-05-12Use device names from the OpenBSD iwn driver, adding and modifying devicechristos
2010-05-12Use callout_halt() instead of callout_stop() - otherwise gem_detach() mightmartin
2010-05-11Cosmetic: remove superfluous parentheses from return statements. Don'tdyoung
2010-05-11Fix some typos in comments.njoly
2010-05-10Make this compile on sparc64.tsutsui
2010-05-10Use kmem(9) instead of malloc(9).kiyohara
2010-05-10Regen.matt
2010-05-10Add MARVELL 88SB2211 PCIe-PCI bridgematt
2010-05-09The interrupt handler uses the softc, so it's probably a good idea tohans
2010-05-08PCI-ISA Bridge paired with M5229 UDMA IDE Controller rev. 0xC3 isnakayama
2010-05-08Recognize additional SMBus controllers. From FreeBSD.pgoyette
2010-05-08Regenpgoyette
2010-05-08Add a couple more SMBus controllers. From FreeBSD.pgoyette
2010-05-08Move "opt_slhci.h" from .h to .cisaki
2010-05-07Enable gtidmac.kiyohara
2010-05-07Use macro PCI_PRODUCT_MARVELL_MV64[34]60.kiyohara
2010-05-07Regen.kiyohara
2010-05-07Add Marvell MV64460.kiyohara
2010-05-07SUN X4140's version of this board. From FreeBSD.is
2010-05-06Introduce a new flag for rasops_info to keep rasops_reconfig() from tryingmacallan
2010-05-04add a bunch of small utility functions to pick video modes based on thingsmacallan
2010-05-04remove now redundant ri = ... lines in putchar() methodsmacallan
2010-05-04Make local functions static.tsutsui
2010-05-04fix compile failure.nonaka
2010-05-04use box drawing font if neededmacallan
2010-05-04add some PLL-specific register definitionsmacallan
2010-05-04this has been sitting in my tree too long:macallan
2010-05-04use alternate font if available ( for autogenerated box drawing characters )macallan
2010-05-04autogenerate box drawing characters for fonts that don't have them, put themmacallan
2010-05-04add translation tables for ISO fonts in order to map unicode box drawingmacallan
2010-05-03Fix error introduced with timecounters - RTC clock register only usesmhitch