diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-10-06 20:49:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-10-06 20:49:30 +0000 |
commit | 0647d56dd089f299d35587686681e19ad074627d (patch) | |
tree | 0bd77a196ba8c5bf639b51b50f88745e18caeec0 /etc/etc.hp300 | |
parent | a4b88cea1f45014461763fd53d46221663687d94 (diff) |
ccd goes to the attic
discussed with jsing and millert
Diffstat (limited to 'etc/etc.hp300')
-rw-r--r-- | etc/etc.hp300/MAKEDEV.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/etc/etc.hp300/MAKEDEV.md b/etc/etc.hp300/MAKEDEV.md index e8fddd8a325..0646477a8d0 100644 --- a/etc/etc.hp300/MAKEDEV.md +++ b/etc/etc.hp300/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,hp300)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.42 2010/11/19 20:55:48 miod Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.43 2011/10/06 20:49:27 deraadt Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -50,7 +50,6 @@ _DEV(ramdisk) _DEV(std) _DEV(local) _TITLE(dis) -_DEV(ccd, 17, 5) _DEV(cd, 18, 9) _DEV(hd, 9, 2) _DEV(rd, 34, 8) @@ -185,11 +184,10 @@ target(all, sd, 0, 1, 2, 3, 4)dnl target(all, st, 0, 1)dnl target(all, uk, 0)dnl target(all, vnd, 0, 1, 2, 3)dnl -target(all, ccd, 0, 1, 2, 3)dnl -target( all, dca, 0, 1)dnl -target( all, dcm, 0, 1, 2, 3)dnl -target( all, hd, 0, 1, 2)dnl -target( all, ct, 0, 1)dnl +target(all, dca, 0, 1)dnl +target(all, dcm, 0, 1, 2, 3)dnl +target(all, hd, 0, 1, 2)dnl +target(all, ct, 0, 1)dnl target(ramd, ct, 0, 1)dnl target(ramd, hd, 0, 1, 2)dnl target(ramd, pty, 0)dnl |