diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-03-27 20:23:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-03-27 20:23:53 +0000 |
commit | 0f68bc5de7b903baf3f5d6328570c93485d7a3b3 (patch) | |
tree | 214579d10bcd77c3e466e2ea825a794605d7597e /sys/arch/i386 | |
parent | 02a48cc181fd7a32a9701ee21aa4784fbbc5e338 (diff) |
Remove commented out tr(4) stanzas, since support for them has been removed
almost 6 years ago; Alexey Suslikov
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 8cd8ca28ffd..861396e29d6 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.744 2013/03/15 09:10:52 ratchov Exp $ +# $OpenBSD: GENERIC,v 1.745 2013/03/27 20:23:52 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -524,9 +524,6 @@ lc1 at isa? port 0x280 # DEC EtherWorks le0 at isa? port 0x360 irq 15 drq 6 # IsoLan, NE2100, and DEPCA ex0 at isa? port 0x320 irq 5 # Intel EtherExpress PRO/10 sm0 at isa? port 0x300 irq 10 # SMC 91cxx-based ethernet -#tr0 at isa? port 0xa20 iomem 0xd8000 # IBM TROPIC based Token-Ring -#tr1 at isa? port 0xa24 iomem 0xd0000 # IBM TROPIC based Token-Ring -#tr* at isa? # 3COM TROPIC based Token-Ring ep* at eisa? # 3C579 ethernet fea* at eisa? # DEC DEFEA FDDI lmc* at pci? # Lan Media Corp SSI/T3/HSSI |