diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-10-28 12:33:33 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-10-28 12:33:33 +0000 |
commit | 323a978da727296474ba5f55ff4d2cef3cdae2bd (patch) | |
tree | 2b5999ece37505897b55fbecc4c3b95430246015 /sys/arch/i386/conf/GENERIC | |
parent | 812c3d9bada1317588f2b663b04c685b4bf4cff8 (diff) |
tedu FDDI support and the 3 flavors the driver for DEC devices, even
miod@ cannot find two boards using the same media.
With precious punctuation review from guenther@, thanks!
ok deraadt@, henning@
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 07e4e3a1f12..29a848477ea 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.757 2013/10/21 05:52:15 dlg Exp $ +# $OpenBSD: GENERIC,v 1.758 2013/10/28 12:33:32 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -524,7 +524,6 @@ 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 ep* at eisa? # 3C579 ethernet -fea* at eisa? # DEC DEFEA FDDI lmc* at pci? # Lan Media Corp SSI/T3/HSSI san* at pci? # Sangoma PCI AFT card le* at isapnp? @@ -538,7 +537,6 @@ ne* at pcmcia? # PCMCIA based NE2000 ethernet ep* at pcmcia? # PCMCIA based 3C5xx ethernet sm* at pcmcia? # PCMCIA based sm ethernet xe* at pcmcia? # Xircom ethernet -fpa* at pci? # DEC DEFPA FDDI xl* at pci? # 3C9xx ethernet xl* at cardbus? # 3C575/3C656 ethernet rl* at pci? # RealTek 81[23]9 ethernet |