From 6e116d9b292eed843242193247f15ceb0c7d6668 Mon Sep 17 00:00:00 2001 From: billf Date: Mon, 11 Sep 2000 21:21:37 +0000 Subject: Add tx to the list of miibus using network drivers. We already build tx in /sys/modules for alpha, and it compiles on beast. --- sys/alpha/conf/GENERIC | 1 + sys/alpha/conf/NOTES | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/alpha') diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 909f7fa..731a583 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -147,6 +147,7 @@ device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN +device tx # SMC 9432TX (83c170 ``EPIC'') device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 909f7fa..731a583 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -147,6 +147,7 @@ device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN +device tx # SMC 9432TX (83c170 ``EPIC'') device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') -- cgit v1.1