diff options
author | 2011-06-28 20:19:18 +0000 | |
---|---|---|
committer | 2011-06-28 20:19:18 +0000 | |
commit | 869ec763b9a9b663bb8f48f011ff5e768758ade2 (patch) | |
tree | 925e91dc62b823b0a8dfc0578ae0a25eff2855eb /sys/dev/isa/files.isa | |
parent | change two function defs with () to (void) (diff) | |
download | wireguard-openbsd-869ec763b9a9b663bb8f48f011ff5e768758ade2.tar.xz wireguard-openbsd-869ec763b9a9b663bb8f48f011ff5e768758ade2.zip |
Remove the ega driver which is not referenced by any GENERIC kernel.
ok tedu@, "I won't mourn it" miod@, "no objection" oga@,
"I won't cry" todd@, "fine, even happy" nick@
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r-- | sys/dev/isa/files.isa | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index d408cde0408..1b407e9d74a 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.109 2011/06/26 23:19:11 tedu Exp $ +# $OpenBSD: files.isa,v 1.110 2011/06/28 20:19:19 matthieu Exp $ # $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $ # # Config file and device description for machine-independent ISA code. @@ -77,11 +77,6 @@ file dev/isa/pckbc_isa.c pckbc_isa needs-flag attach vga at isa with vga_isa file dev/isa/vga_isa.c vga_isa -# Generic EGA -device ega: wsemuldisplaydev, pcdisplayops -attach ega at isa -file dev/isa/ega.c ega needs-flag - # Generic PC graphics adapter (MGA, CGA, ...) device pcdisplay: wsemuldisplaydev, pcdisplayops attach pcdisplay at isa |