From 9b54b752dbcf56f7b8c44c7b8ecc9a38e83a71bd Mon Sep 17 00:00:00 2001 From: yongari Date: Tue, 25 Jul 2006 01:06:32 +0000 Subject: Add stge(4) to the list of drivers supported by GENERIC kernel. --- sys/i386/conf/GENERIC | 1 + sys/sparc64/conf/GENERIC | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 910a5d3..f3a925c 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -215,6 +215,7 @@ device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet device ste # Sundance ST201 (D-Link DFE-550TX) +device stge # Sundance/Tamarack TC9021 gigabit Ethernet device ti # Alteon Networks Tigon I/II gigabit Ethernet device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c170 ``EPIC'') diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index cf57f74..9e016d1 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -176,6 +176,7 @@ device rl # RealTek 8129/8139 #device sis # Silicon Integrated Systems SiS 900/SiS 7016 device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet #device ste # Sundance ST201 (D-Link DFE-550TX) +device stge # Sundance/Tamarack TC9021 gigabit Ethernet device ti # Alteon Networks Tigon I/II gigabit Ethernet #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') -- cgit v1.1