| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify ichwd(4) attachment messages in dmesg. | mav | 2016-03-24 | 1 | -8/+6 |
* | Add ichwd TCO version 3 support (Bay Trail / Rangeley...) | fabient | 2015-08-18 | 2 | -170/+335 |
* | Actually recognize all Intel Lynx Point devices we have device IDs for. | brueffer | 2015-07-16 | 1 | -0/+29 |
* | Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets. | mav | 2014-11-26 | 2 | -0/+6 |
* | Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices. | jfv | 2013-07-19 | 2 | -0/+2 |
* | Don't log a message when the watchdog is reloaded. It's not useful to do so | markj | 2013-03-09 | 1 | -2/+0 |
* | Add support for new Intel Lynx Point PCH - Watchdog Timer Device IDs | jfv | 2013-01-02 | 2 | -0/+35 |
* | Remove use of explicit bus space tags and handles and use methods that | jhb | 2012-01-05 | 2 | -26/+10 |
* | Fix a bug in ichwd(4) which prevents it from beig enabled if the new | delphij | 2011-09-02 | 1 | -4/+3 |
* | Chipset support for the new Intel Panther Point PCH, thanks | jfv | 2011-05-11 | 2 | -1/+65 |
* | Add missing bit in r221015. | attilio | 2011-04-25 | 1 | -1/+12 |
* | Don't assume that SMI are enabled when attaching ichwd and then do | attilio | 2011-04-25 | 1 | -0/+1 |
* | Whitespace nit | des | 2011-04-25 | 1 | -2/+2 |
* | Add some more bit definitions: | attilio | 2011-04-21 | 1 | -2/+8 |
* | Support for the new Patsburg PCH chipset: | jfv | 2011-02-01 | 2 | -1/+5 |
* | Support for the new DH89xxCC PCH chipset including: | jfv | 2011-01-31 | 2 | -0/+2 |
* | Use convenience macro for minimum and maximum value capping when | attilio | 2010-12-08 | 2 | -15/+19 |
* | Add a comment to clarify that some BIOSes may clear the hw watchdog | emaste | 2010-12-07 | 1 | -2/+3 |
* | Fix build by correcting function name. Pointed out by dougb. | emaste | 2010-11-27 | 1 | -1/+1 |
* | - Advertise when the reboot came from a watchdog-induced reset. | attilio | 2010-11-26 | 1 | -8/+9 |
* | Add Intel Cougar Point PCH LPC Controller Device IDs | jfv | 2010-08-28 | 2 | -0/+92 |
* | ichwd: correct range check for timeout value | avg | 2010-07-24 | 1 | -2/+2 |
* | Add support for the NM10 chipset. | remko | 2010-01-24 | 2 | -0/+2 |
* | Add H55 ID from Mike Tancsa, with minor rewording from avg@. | emaste | 2010-01-22 | 2 | -0/+2 |
* | ichwd: don't attach to isa pnp device(s) by accident | avg | 2009-11-07 | 1 | -1/+4 |
* | Don't print out a message on loading a module. 'kldload -v' and 'kldstat | n_hibma | 2009-09-10 | 1 | -21/+2 |
* | Rename two functions to make their purpose clearer. Add tons of comments. | des | 2009-03-19 | 1 | -7/+56 |
* | ichwd: correct range check for timeout value | avg | 2009-03-03 | 1 | -2/+2 |
* | Add more PCI IDs including those for ICH10. | jhb | 2008-08-25 | 2 | -5/+23 |
* | Add support for ICH8M. | des | 2008-01-07 | 2 | -0/+2 |
* | Add device IDs for the ICH9 family. | des | 2007-12-31 | 2 | -0/+8 |
* | Tabify. | des | 2007-12-31 | 2 | -20/+20 |
* | Add PCI device support for Intel S7000FC4UR in usb and ichwd, systems | jfv | 2007-11-15 | 2 | -0/+2 |
* | Update to support ICH[678] chipsets (based on a patch by Takeharu KATO) | des | 2007-08-13 | 2 | -76/+229 |
* | Revisit the watchdogs: Resetting the error to EINVAL after failing to set the | n_hibma | 2007-03-27 | 1 | -2/+0 |
* | In one of the previous commits I accidentally removed the enabling of the | n_hibma | 2007-03-13 | 1 | -1/+4 |
* | Align the interfaces for the various watchdogs and make the interface | n_hibma | 2006-12-15 | 1 | -30/+12 |
* | Re-work the bus attachment somewhat. Make the rids unique for | ambrisko | 2006-02-17 | 2 | -37/+51 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 2 | -2/+2 |
* | make code less broken, only try to create unit 0 since there can only | jmg | 2004-06-13 | 1 | -2/+4 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Remove some debugging printf()s and a pointless device_set_desc() call. | des | 2004-05-15 | 1 | -12/+7 |
* | Add a driver for the watchdog timer function present on the LPC interface | des | 2004-05-11 | 2 | -0/+505 |