diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-04-15 06:54:45 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-04-15 06:54:45 +0000 |
commit | 0cdf89f5a2a0ba4ee64b0d0ae31238c0f89eee26 (patch) | |
tree | 4eee56f49f24f6ae236083ec52cf002d4006dbff /sys/arch/sparc/conf | |
parent | e3480f441dc92fac69e283a19ab3bef025b1243d (diff) |
Remove en(4) (no manpage present, no none removed), and the midway.c glue code
for it.
It is very unlikely this still compiles, the hardware is dead. It isn't in any
arch's config file. the sparc sbus code is even commented out in files.sparc.
Not to mention that the code is fucking appauling, doesn't even know that sparc
got bus.h ages ago, still uses vtophys(), defines all types of functions to
arch-specific hacks.
I will miss the bitchy comments, though...
As a note to other drivers: this is the fate that awaits you if you screw up my
ctags on commonly used functions.
"you have my ok" claudio@, "zap zap zap" deraadt@
If i've missed any bits, please remove them.
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index 6156bde19d4..6aff30d6fe9 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.81 2008/04/25 14:51:35 jmc Exp $ +# $OpenBSD: files.sparc,v 1.82 2009/04/15 06:54:44 oga Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -259,11 +259,6 @@ device sw: scsi, ncr5380sbc attach sw at obio file arch/sparc/dev/si.c si | sw -# Efficient Networks, Inc. ATM interface -# device declaration in sys/conf/files -#attach en at sbus with en_sbus -#file arch/sparc/dev/if_en_sbus.c en_sbus - # Qlogic ISP 10x0 (SBus) family # device declaration in sys/conf/files attach isp at sbus with isp_sbus |