summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-09-23Disable SPLUSBCHECK for now, as these turn out to be harmful on sparc64.Miod Vallat
2009-09-23Attempt mapping as io as well as mmio; necessary to make this work on a V100.Mark Kettenis
2009-09-23do not attach the AR5416 and AR5418 (AR5416 PCIe) to the ath(4)Damien Bergamini
2009-09-23Restructure watchdog support such that it will work on both LOMlite andMark Kettenis
2009-09-22Add PSU sensor.Mark Kettenis
2009-09-21Explicitly configure the watchdog timer not to reset the machine when weMark Kettenis
2009-09-21Add support for the built-in watchdog. In the default state the watchdog willMark Kettenis
2009-09-21Fix use before init on wu.Marco Peereboom
2009-09-21Properly reference count bpf descriptors when using kqueue.Can Erkin Acar
2009-09-21Document a private ioctl range for wscons drivers (from Miod). ThereforeMarcus Glocker
2009-09-20Update the hostname stored in the LOM based on the hostname set in the kernel.Mark Kettenis
2009-09-20Back out via nano temperature sensor changes.Jonathan Gray
2009-09-20Add fan sensors.Mark Kettenis
2009-09-20Implement a detach function in wpi(4) and iwn(4).Damien Bergamini
2009-09-20Use name provided by the LOM device as description for the temperatureMark Kettenis
2009-09-20Sync dummy_cpu layout with current struct cpu_info.Miod Vallat
2009-09-20add support for VIA Nano cpu core temperature sensorKevin Lo
2009-09-20syncStuart Henderson
2009-09-20Add ATI SB900 IDs, from Brad. Confirmed against Linux diffs submitted by AMD.Stuart Henderson
2009-09-20syncTheo de Raadt
2009-09-20Support the AX88772A model (found while shopping today); tested by mtuTheo de Raadt
2009-09-20Remove XXX content about missing screen repaint when switching to EMULMarcus Glocker
2009-09-20For now just clear the screen when switching to emulation mode (need toMarcus Glocker
2009-09-20Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. ToMarcus Glocker
2009-09-19Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type isMarcus Glocker
2009-09-19Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, andMarcus Glocker
2009-09-19Re-sort function pointer assignments. No functional changes.Marcus Glocker
2009-09-19If UDLIO_DAMAGE fails to queue the damage drawing request, undo theMarcus Glocker
2009-09-19Initial stab at a driver for LOMlite2 as found on the Sun Fire V100, Sun FireMark Kettenis
2009-09-19Add bits for X11 support over the wsdisplay framework (fully HuffmanMarcus Glocker
2009-09-18Make sure we handle all possible ways regions can overlap when EX_CONFLICTOKMark Kettenis
2009-09-18ldt removal missed some. amd64_{get,set}_ldt gone. also removeMartynas Venckus
2009-09-18For some dark reason there's a bit on the VLINK device of this chipsetMark Kettenis
2009-09-18Fix conversion of symbolic IPL level to hardware PSL value in the mutex code.Miod Vallat
2009-09-18Make sure to always initialize the scsi_xfer timeout with timeout_set() earlyMiod Vallat
2009-09-17Use __builtin_va_start instead of __builtin_stdarg_startJonathan Gray
2009-09-17Fail bus_space_map() calls if the flags can't be honoured (such asMiod Vallat
2009-09-17Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repairesMiod Vallat
2009-09-17Remove the comaptibility structures for routing socket version 3.Claudio Jeker
2009-09-17Wrap trunk_enqueue() calls in splnet() since sending out lacp packetsClaudio Jeker
2009-09-17Add an splassert check trunk_enqueue() calling this function at anythingClaudio Jeker
2009-09-16fix ENETRESET handling in run_ioctl() and run_media_change().Damien Bergamini
2009-09-16style: in pf_test_state_other, fix indentation, kill excessive newlines,Henning Brauer
2009-09-16fix copy & paste error from almost a year ago (bad ryan)Henning Brauer
2009-09-15Make sure we block clock interrupts at IPL_CLOCK and higher.Mark Kettenis
2009-09-15TP-LINK TL-WN821NDamien Bergamini
2009-09-15usb id for TP-LINK TL-WN821N (otus(4)).Damien Bergamini
2009-09-15SyncClaudio Jeker
2009-09-15Better product names for the newest Intel cards. Include the productClaudio Jeker
2009-09-15cpu status flag, cpuid added to cpu_info.Takuya ASADA