diff options
author | 2009-08-13 15:13:11 +0000 | |
---|---|---|
committer | 2009-08-13 15:13:11 +0000 | |
commit | 2b8ce74fccce33e6c8edb8803b93167929f3575e (patch) | |
tree | b1e4540c9b43ac1c62683ed30e37a1577965dcb0 | |
parent | sync (diff) | |
download | wireguard-openbsd-2b8ce74fccce33e6c8edb8803b93167929f3575e.tar.xz wireguard-openbsd-2b8ce74fccce33e6c8edb8803b93167929f3575e.zip |
- remove the ef(4) chunk, it's unused now and the ioc ethernet driver
won't be called ef(4) anyway.
ok miod@
-rw-r--r-- | sys/arch/sgi/conf/files.sgi | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sgi/conf/files.sgi b/sys/arch/sgi/conf/files.sgi index cc554952376..6137604eb2a 100644 --- a/sys/arch/sgi/conf/files.sgi +++ b/sys/arch/sgi/conf/files.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: files.sgi,v 1.30 2009/07/21 21:25:17 miod Exp $ +# $OpenBSD: files.sgi,v 1.31 2009/08/13 15:13:11 jasper Exp $ # # maxpartitions must be first item in files.${ARCH} # @@ -122,11 +122,6 @@ file arch/sgi/dev/gbe.c gbe needs-flag attach com at macebus with com_macebus file arch/sgi/localbus/com_lbus.c com_macebus -# IOC Ethernet -device ef: ether, ifnet, ifmedia, mii -attach ef at ioc -file arch/sgi/dev/if_ef.c ef - # MACE MAC-110 ethernet device mec: ether, ifnet, ifmedia, mii attach mec at macebus |