Add and enable lii(4).
This commit is contained in:
parent
8b01a3db30
commit
88b9a9b2e7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue