summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-04-01Permit creation of an event-monitor for alarm limits even if the limitspgoyette
2010-04-01Cosmetic: join a couple of lines. Stop storing the value of a BAR in adyoung
2010-04-01don't divide by zero. ever.macallan
2010-04-01add some more ADM1031 support:macallan
2010-04-01Add support for Domex 536 PCI SCSI controller to nca(4).jakllsch
2010-04-01Fix the code for 5822 B0 errata. Use pci_conf_read() and access atmsaitoh
2010-03-31remove a now useless bus_space_barrier()macallan
2010-03-31Add preliminary support for the ADM1031 found in the Sun Blade 2500 and similarmacallan
2010-03-31Do as OpenSolaris does and read the status register after each write.macallan
2010-03-30yinterrupt -> interrupttnn
2010-03-29Attach acpiecdt with acpibus_attach_args. Sverre Froyen reports thatdyoung
2010-03-29Don't warn about DMA timeout during probe.tsutsui
2010-03-29Remove more my debugging code.kiyohara
2010-03-29Remove debugging process.kiyohara
2010-03-29Remove obsolete file.kiyohara
2010-03-29Bye-bye fw_port.h.kiyohara
2010-03-28Spell "enough" properly.snj
2010-03-28Update acpiapm_get_powstat() to adjust for the recent changes topgoyette
2010-03-27Constify the args to sysmon_envsys_foreach_sensor()'s callback function.pgoyette
2010-03-27Fix the locking protocol in sysmon_envsys_foreach_sensor(), and add anpgoyette
2010-03-27Added sdhc at cardbus support.nonaka
2010-03-26Make this work the way the preceeding comment blocks says it works, andpgoyette
2010-03-26Synchronize with other platforms:mjacob
2010-03-26Add a routine to iterate over all the sensors on the system. This willpgoyette
2010-03-26Catch up with cosmetic changes to output from config(1)pooka
2010-03-26Fix build of i386 ALL kernel with patch from Greg A. Woods in PR/43056.jakllsch
2010-03-26Export the sensor device's class.pgoyette
2010-03-26Convert to config_init/fini_component.pooka
2010-03-24sys/dev/ic/videomode.h is almost identical to sys/dev/videomode/videomode.htnn
2010-03-24Fix ENVSYS_DEBUG build.njoly
2010-03-24In sysmon_envsys_sensor_event(), permit delivery of all events for thepgoyette
2010-03-24Set the SME_INIT_REFRESH flag so that the sensors' values (includingpgoyette
2010-03-24Do the initial refresh before creating the event monitors, in case thepgoyette
2010-03-24Only set the APM_BATT_FLAG_NO_SYSTEM_BATTERY if _all_ batteries arepgoyette
2010-03-24Do not use unitialized bus_space_tag_t's. Use the tag(s) from thedyoung
2010-03-24first stab at a driver for the cg12 / matrox cg3macallan
2010-03-24Split spdmem driver into a bus attachment and a common back-endpgoyette
2010-03-23In the #definition of PCI_HME_BASEADDR, use PCI_BAR(0) instead of thedyoung
2010-03-23Put back PCI_HME_BASEADDR.dyoung
2010-03-23Use the PCI BAR type to decide which I/O enables to set.dyoung
2010-03-23Properly convert values according to block size differences between themartin
2010-03-23If we find a device in non-2048 byte/block mode and manage to switchmartin
2010-03-23Additional info in DPRINTF to help debugging effortspgoyette
2010-03-23Rework module/builtin code so it works in both cases.jakllsch
2010-03-23Make cdclose() silent, if we only have the raw partition open (e.g. whenmartin
2010-03-23Add some missing aprint_naive calls.njoly
2010-03-23only apply the satalink 3112 rev 0.1 and earlier to actual 3112 basedmrg
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-22Set/test sc_csr_memmapped instead of comparing bus_space_tag_t's.dyoung