diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-07-25 17:02:39 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-07-25 17:02:39 +0000 |
commit | a784ffda915fdf21b177914a1f31b737007f39c6 (patch) | |
tree | 9c6d340a21cc17074248ecc86193a60bdd6b5241 /sys | |
parent | 5b06cd2920f3dc238550cf8d6079fd62ba4d7cf0 (diff) |
add ti*
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7bbd48a4db2..7e6e9266473 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.117 1999/07/25 10:22:17 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.118 1999/07/25 17:02:38 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -211,6 +211,7 @@ mx* at pci? dev ? function ? # Macronix PMAC ethernet vr* at pci? dev ? function ? # VIA Rhine ethernet pn* at pci? dev ? function ? # Lite-On PNIC ethernet wb* at pci? dev ? function ? # Winbond W89C840F ethernet +ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs |