index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ichwd
/
ichwd.c
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
1
-169
/
+271
*
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
1
-0
/
+3
*
Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.
jfv
2013-07-19
1
-0
/
+1
*
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
1
-0
/
+3
*
Remove use of explicit bus space tags and handles and use methods that
jhb
2012-01-05
1
-20
/
+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
1
-1
/
+33
*
Add missing bit in r221015.
attilio
2011-04-25
1
-1
/
+12
*
Whitespace nit
des
2011-04-25
1
-2
/
+2
*
Support for the new Patsburg PCH chipset:
jfv
2011-02-01
1
-1
/
+3
*
Support for the new DH89xxCC PCH chipset including:
jfv
2011-01-31
1
-0
/
+1
*
Use convenience macro for minimum and maximum value capping when
attilio
2010-12-08
1
-15
/
+8
*
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
1
-0
/
+46
*
ichwd: correct range check for timeout value
avg
2010-07-24
1
-2
/
+2
*
Add support for the NM10 chipset.
remko
2010-01-24
1
-0
/
+1
*
Add H55 ID from Mike Tancsa, with minor rewording from avg@.
emaste
2010-01-22
1
-0
/
+1
*
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
1
-4
/
+13
*
Add support for ICH8M.
des
2008-01-07
1
-0
/
+1
*
Add device IDs for the ICH9 family.
des
2007-12-31
1
-0
/
+4
*
Tabify.
des
2007-12-31
1
-19
/
+19
*
Add PCI device support for Intel S7000FC4UR in usb and ichwd, systems
jfv
2007-11-15
1
-0
/
+1
*
Update to support ICH[678] chipsets (based on a patch by Takeharu KATO)
des
2007-08-13
1
-64
/
+197
*
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
1
-36
/
+47
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
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
1
-0
/
+386