diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-31 16:22:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-31 16:22:27 +0000 |
commit | 4d298384bbeb0ddbaf45d1ececd54291a3e88796 (patch) | |
tree | 420e49a0c2503740d5e24b978af838fd3bb95124 /etc/MAKEDEV.mi | |
parent | bc1b5cc7c78583b03a080f033c0140dbce5dce30 (diff) |
Prepare for the removal of amiga and sun3 platforms from the tree.
There has not been enough activity and interest towards these platform
to keep them lying in the tree.
Diffstat (limited to 'etc/MAKEDEV.mi')
-rw-r--r-- | etc/MAKEDEV.mi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi index 8e9909b8d9e..0b6c3825974 100644 --- a/etc/MAKEDEV.mi +++ b/etc/MAKEDEV.mi @@ -1,6 +1,6 @@ include(MAKEDEV.sub)dnl dnl -vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.53 2002/12/05 04:30:21 kjc Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.54 2002/12/31 16:22:25 miod Exp $-})dnl dnl divert(1)dnl {-#-} @@ -196,7 +196,6 @@ twrget(all, ceg, cgeight, 0)dnl twrget(all, cfo, cgfourteen, 0)dnl target(all, tcx, 0)dnl twrget(all, grf_mac, grf, 0, 1, 2, 3)dnl -twrget(all, grf_amiga, grf, 0, 1, 2, 3, 4, 5, 6)dnl target(all, par, 0)dnl twrget(all, amouse, mouse, 0, 1)dnl twrget(all, akbd, kbd)dnl @@ -513,7 +512,6 @@ __devitem(arm_tty, tty*, {-alias for PC COM ports{-,-} this is what the system r __devitem(tty0, tty00, standard serial port)dnl __devitem(mac_tty0, tty00, standard serial port)dnl __devitem(ttyA, ttyA*, mfc serial ports)dnl -__devitem(attyB, ttyB*, ISA COM ports)dnl amiga __devitem(ttyz, tty[a-d], onboard zs serial ports)dnl __devitem(cuaz, cua[a-d], onboard zs serial ports)dnl __devitem(ttyB, ttyB?, DEC 3000 ZS8530 ("scc") serial ports)dnl @@ -560,7 +558,6 @@ __devtitle(graph, Graphics devices)dnl __devitem(grf_mac, grf*, {-custom chip (grf0){-,-} Retina Z2/Z3 (grf1/grf2){-,-} {-#-} Cirrus boards (grf3){-,-} A2410 (grf4) video or {-#-} CyberVision 64 (grf5)-})dnl -__devitem(grf_amiga, grf*, {-Motherboard bitmapped video.-})dnl __devitem(ite, ite*, terminal emulator interface to HP300 graphics devices)dnl __devitem({-hil-}, {-hil-}, HP300 HIL input devices)dnl __devitem(oppr, openprom)dnl |