diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-24 22:13:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-24 22:13:01 +0000 |
commit | 03f39480df7d26567f5999855c32c014def2430d (patch) | |
tree | 8bba8080a88fbc6db0fe09cfa625ddf9e36efe25 | |
parent | 838cea8f527477bfa9da6ebf31a68190a00d4ae2 (diff) |
enable txp(4)
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b2e0b87d64d..ea8c8089836 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.255 2001/04/19 04:35:47 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.256 2001/04/24 22:13:00 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -324,6 +324,7 @@ ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet skc* at pci? dev ? function ? # SysKonnect GEnesis 984x sk* at skc? # each port of above wx* at pci? dev ? function ? # Intel Pro/1000 ethernet +txp* at pci? dev ? function ? # 3com 3CR990 # Wireless network cards wi* at pcmcia? function ? # WaveLAN IEEE 802.11DS diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 68aa7a3c3fa..d25b135a2ed 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.42 2001/04/19 04:35:47 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.43 2001/04/24 22:13:00 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -285,6 +285,7 @@ ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet skc* at pci? dev ? function ? # SysKonnect GEnesis 984x sk* at skc? # each port of above wx* at pci? dev ? function ? # Intel Pro/1000 ethernet +txp* at pci? dev ? function ? # 3com 3CR990 # Wireless network cards wi* at pcmcia? function ? # WaveLAN IEEE 802.11DS |