diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2006-04-15 18:19:13 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2006-04-15 18:19:13 +0000 |
commit | 0085c112c783b66e2b9d70f63c9c66f4cda248fe (patch) | |
tree | 4828fa492039e6828e48f6c5b9f3cf57ac79ea67 /etc/MAKEDEV.common | |
parent | 683c9d24563ef73fc4f75fedbe464c3569d3754c (diff) |
add 'com' serial port as a common ramdisk device
Diffstat (limited to 'etc/MAKEDEV.common')
-rw-r--r-- | etc/MAKEDEV.common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common index eada47ded54..e1dd307849d 100644 --- a/etc/MAKEDEV.common +++ b/etc/MAKEDEV.common @@ -1,4 +1,4 @@ -vers(a, {-$OpenBSD: MAKEDEV.common,v 1.24 2006/04/15 18:17:11 todd Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.common,v 1.25 2006/04/15 18:19:12 todd Exp $-})dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> dnl @@ -244,12 +244,15 @@ _mkdev(ss, ss*, {-M ss$U c major_ss_c Mult($U,16) 640 operator MKlist[${#MKlist[*]}]=";umask 77;ln -s ss$U scan$U"-})dnl dnl XXX see ramdisk above __devitem(ramd, ramdisk, Ramdisk kernel devices,nothing)dnl +dnl _mkdev(ramd, ramdisk, {-dnl show_target(ramd)dnl -})dnl +dnl target(ramd, std)dnl -target(ramd, random)dnl target(ramd, bpf, 0)dnl +twrget(ramd, com, tty0, 0, 1)dnl +dnl __devitem(rd, {-rd*-}, quote(rd)pseudo-disks)dnl _mkdev(rd, rd*, {-dodisk2 rd $U major_rd_b major_rd_c $U 0{--}ifstep(rd)-})dnl __devitem(xd, xd*, Xylogic 753/7053 disks)dnl |