aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichwd
Commit message (Expand)AuthorAgeFilesLines
* MFC r359279:Justin Hibbits2020-03-272-0/+2
* MFC r342193: ichwd: add a few assertions about tco_versionAndriy Gapon2018-12-281-0/+7
* MFC r342073: ichwd: add Sunrise Point-LP IDAndriy Gapon2018-12-282-0/+2
* MFC r342072: ichwd: add support for clearing No Reboot bit in TCOv4Andriy Gapon2018-12-282-4/+76
* MFC r339591: ichwd: add support for TCO watchdog timer in Lewisburg PCH (C620)Andriy Gapon2018-11-062-16/+153
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Fix typo, TC0->TCO.Konstantin Belousov2017-09-101-1/+1
* Add definitions of (new) bits for TCO registers from theKonstantin Belousov2017-09-101-8/+38
* Style: tab after #define.Konstantin Belousov2017-09-101-259/+259
* Add explicit check for PCI bus to r321720.Alexander Motin2017-08-011-1/+4
* Attach ichwd(4) only to ISA bus of the LPC bridge.Alexander Motin2017-07-301-19/+20
* Fixed TCO v3 tick convertWarner Losh2017-03-012-2/+10
* Unify ichwd(4) attachment messages in dmesg.Alexander Motin2016-03-241-8/+6
* Add ichwd TCO version 3 support (Bay Trail / Rangeley...)Fabien Thomas2015-08-182-170/+335
* Actually recognize all Intel Lynx Point devices we have device IDs for.Christian Brueffer2015-07-161-0/+29
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin2014-11-262-0/+6
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.Jack F Vogel2013-07-192-0/+2
* Don't log a message when the watchdog is reloaded. It's not useful to do soMark Johnston2013-03-091-2/+0
* Add support for new Intel Lynx Point PCH - Watchdog Timer Device IDsJack F Vogel2013-01-022-0/+35
* Remove use of explicit bus space tags and handles and use methods thatJohn Baldwin2012-01-052-26/+10
* Fix a bug in ichwd(4) which prevents it from beig enabled if the newXin LI2011-09-021-4/+3
* Chipset support for the new Intel Panther Point PCH, thanksJack F Vogel2011-05-112-1/+65
* Add missing bit in r221015.Attilio Rao2011-04-251-1/+12
* Don't assume that SMI are enabled when attaching ichwd and then doAttilio Rao2011-04-251-0/+1
* Whitespace nitDag-Erling Smørgrav2011-04-251-2/+2
* Add some more bit definitions:Attilio Rao2011-04-211-2/+8
* Support for the new Patsburg PCH chipset:Jack F Vogel2011-02-012-1/+5
* Support for the new DH89xxCC PCH chipset including:Jack F Vogel2011-01-312-0/+2
* Use convenience macro for minimum and maximum value capping whenAttilio Rao2010-12-082-15/+19
* Add a comment to clarify that some BIOSes may clear the hw watchdogEd Maste2010-12-071-2/+3
* Fix build by correcting function name. Pointed out by dougb.Ed Maste2010-11-271-1/+1
* - Advertise when the reboot came from a watchdog-induced reset.Attilio Rao2010-11-261-8/+9
* Add Intel Cougar Point PCH LPC Controller Device IDsJack F Vogel2010-08-282-0/+92
* ichwd: correct range check for timeout valueAndriy Gapon2010-07-241-2/+2
* Add support for the NM10 chipset.Remko Lodder2010-01-242-0/+2
* Add H55 ID from Mike Tancsa, with minor rewording from avg@.Ed Maste2010-01-222-0/+2
* ichwd: don't attach to isa pnp device(s) by accidentAndriy Gapon2009-11-071-1/+4
* Don't print out a message on loading a module. 'kldload -v' and 'kldstatNick Hibma2009-09-101-21/+2
* Rename two functions to make their purpose clearer. Add tons of comments.Dag-Erling Smørgrav2009-03-191-7/+56
* ichwd: correct range check for timeout valueAndriy Gapon2009-03-031-2/+2
* Add more PCI IDs including those for ICH10.John Baldwin2008-08-252-5/+23
* Add support for ICH8M.Dag-Erling Smørgrav2008-01-072-0/+2
* Add device IDs for the ICH9 family.Dag-Erling Smørgrav2007-12-312-0/+8
* Tabify.Dag-Erling Smørgrav2007-12-312-20/+20
* Add PCI device support for Intel S7000FC4UR in usb and ichwd, systemsJack F Vogel2007-11-152-0/+2
* Update to support ICH[678] chipsets (based on a patch by Takeharu KATO)Dag-Erling Smørgrav2007-08-132-76/+229
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set theNick Hibma2007-03-271-2/+0
* In one of the previous commits I accidentally removed the enabling of theNick Hibma2007-03-131-1/+4
* Align the interfaces for the various watchdogs and make the interfaceNick Hibma2006-12-151-30/+12
* Re-work the bus attachment somewhat. Make the rids unique forDoug Ambrisko2006-02-172-37/+51