From 12de420234bb043cbc2a4c689ff548a71deae895 Mon Sep 17 00:00:00 2001 From: blymn Date: Fri, 1 Jun 2007 14:26:36 +0000 Subject: [PATCH] Add smsc device --- sys/arch/i386/conf/ALL | 7 +++++-- sys/arch/i386/conf/GENERIC | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index 374329ecf8ef..37de680195a6 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.101 2007/05/29 21:37:07 christos Exp $ +# $NetBSD: ALL,v 1.102 2007/06/01 14:26:36 blymn Exp $ # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp # # ALL machine description file @@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.101 $" +#ident "ALL-$Revision: 1.102 $" maxusers 32 # estimated number of users @@ -623,6 +623,9 @@ it0 at isa? port 0x290 # other ports: 0xc00, 0xd00 # LM7[89] and compatible hardware monitors lm0 at isa? port 0x290 # other common: 0x280, 0x310 +# SMSC LPC47B397 hardware monitor functions +smsc0 at isa? port 0x02e + # PC87366 hardware monitor nsclpcsio* at isa? gpio* at nsclpcsio? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index dc1671812034..ab7f539195dd 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.829 2007/05/29 21:37:07 christos Exp $ +# $NetBSD: GENERIC,v 1.830 2007/06/01 14:26:36 blymn Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.829 $" +#ident "GENERIC-$Revision: 1.830 $" maxusers 32 # estimated number of users @@ -624,6 +624,9 @@ iic* at piixpm? # SMBus on PIIX4 # LM7[89] and compatible hardware monitors #lm0 at isa? port 0x290 # other common: 0x280, 0x310 +# SMSC LPC47B397 hardware monitor functions +#smsc0 at isa? port 0x02e + # PC87366 hardware monitor #nsclpcsio* at isa? #gpio* at nsclpcsio?