From 88b9a9b2e72871a725ef308016f09e1da23ebdbf Mon Sep 17 00:00:00 2001 From: cube Date: Sat, 29 Mar 2008 00:21:01 +0000 Subject: [PATCH] Add and enable lii(4). --- sys/arch/i386/conf/ALL | 5 +++-- sys/arch/i386/conf/GENERIC | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index 7bfc11b1f510..cb0daba35144 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.160 2008/02/09 19:34:58 jmmv Exp $ +# $NetBSD: ALL,v 1.161 2008/03/29 00:21:01 cube 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.160 $" +#ident "ALL-$Revision: 1.161 $" maxusers 32 # estimated number of users @@ -918,6 +918,7 @@ hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100 iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG le* at pci? dev ? function ? # PCnet-PCI Ethernet +lii* at pci? dev ? function ? # Atheros L2 Fast-Ethernet lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet msk* at mskc? # Marvell Yukon 2 Gigabit Ethernet diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 69556c4327a7..da8762a8b070 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.884 2008/03/18 20:48:42 cube Exp $ +# $NetBSD: GENERIC,v 1.885 2008/03/29 00:21:01 cube 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.884 $" +#ident "GENERIC-$Revision: 1.885 $" maxusers 64 # estimated number of users @@ -905,6 +905,7 @@ hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100 iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG le* at pci? dev ? function ? # PCnet-PCI Ethernet +lii* at pci? dev ? function ? # Atheros L2 Fast-Ethernet lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet msk* at mskc? # Marvell Yukon 2 Gigabit Ethernet