PR/52887: HITOSHI Osada: wbsio needs sysmon_wdog.
This commit is contained in:
parent
ff1a7c8cc8
commit
9c08206436
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.isa,v 1.168 2017/12/13 00:26:06 knakahara Exp $
|
||||
# $NetBSD: files.isa,v 1.169 2018/01/02 00:25:35 christos Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent ISA code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
|
@ -454,7 +454,7 @@ attach smsc at isa with smsc
|
|||
file dev/isa/smsc.c smsc needs-flag
|
||||
|
||||
# Winbond LPC Super I/O
|
||||
device wbsio { }: gpiobus
|
||||
device wbsio { }: gpiobus, sysmon_wdog
|
||||
attach wbsio at isa
|
||||
file dev/isa/wbsio.c wbsio
|
||||
|
||||
|
|
Loading…
Reference in New Issue