summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichwd/ichwd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 286890:Renato Botelho2015-11-231-185/+288
* MFC: r285628brueffer2015-07-231-0/+29
* MFC r275101:mav2014-12-031-0/+3
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.jfv2013-07-191-0/+1
* Don't log a message when the watchdog is reloaded. It's not useful to do somarkj2013-03-091-2/+0
* Add support for new Intel Lynx Point PCH - Watchdog Timer Device IDsjfv2013-01-021-0/+3
* Remove use of explicit bus space tags and handles and use methods thatjhb2012-01-051-20/+10
* Fix a bug in ichwd(4) which prevents it from beig enabled if the newdelphij2011-09-021-4/+3
* Chipset support for the new Intel Panther Point PCH, thanksjfv2011-05-111-1/+33
* Add missing bit in r221015.attilio2011-04-251-1/+12
* Whitespace nitdes2011-04-251-2/+2
* Support for the new Patsburg PCH chipset:jfv2011-02-011-1/+3
* Support for the new DH89xxCC PCH chipset including:jfv2011-01-311-0/+1
* Use convenience macro for minimum and maximum value capping whenattilio2010-12-081-15/+8
* Add a comment to clarify that some BIOSes may clear the hw watchdogemaste2010-12-071-2/+3
* Fix build by correcting function name. Pointed out by dougb.emaste2010-11-271-1/+1
* - Advertise when the reboot came from a watchdog-induced reset.attilio2010-11-261-8/+9
* Add Intel Cougar Point PCH LPC Controller Device IDsjfv2010-08-281-0/+46
* ichwd: correct range check for timeout valueavg2010-07-241-2/+2
* Add support for the NM10 chipset.remko2010-01-241-0/+1
* Add H55 ID from Mike Tancsa, with minor rewording from avg@.emaste2010-01-221-0/+1
* ichwd: don't attach to isa pnp device(s) by accidentavg2009-11-071-1/+4
* Don't print out a message on loading a module. 'kldload -v' and 'kldstatn_hibma2009-09-101-21/+2
* Rename two functions to make their purpose clearer. Add tons of comments.des2009-03-191-7/+56
* ichwd: correct range check for timeout valueavg2009-03-031-2/+2
* Add more PCI IDs including those for ICH10.jhb2008-08-251-4/+13
* Add support for ICH8M.des2008-01-071-0/+1
* Add device IDs for the ICH9 family.des2007-12-311-0/+4
* Tabify.des2007-12-311-19/+19
* Add PCI device support for Intel S7000FC4UR in usb and ichwd, systemsjfv2007-11-151-0/+1
* Update to support ICH[678] chipsets (based on a patch by Takeharu KATO)des2007-08-131-64/+197
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-271-2/+0
* In one of the previous commits I accidentally removed the enabling of then_hibma2007-03-131-1/+4
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-30/+12
* Re-work the bus attachment somewhat. Make the rids unique forambrisko2006-02-171-36/+47
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* make code less broken, only try to create unit 0 since there can onlyjmg2004-06-131-2/+4
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Remove some debugging printf()s and a pointless device_set_desc() call.des2004-05-151-12/+7
* Add a driver for the watchdog timer function present on the LPC interfacedes2004-05-111-0/+386
OpenPOWER on IntegriCloud