diff --git a/src/etc/etc.zaurus/MAKEDEV b/src/etc/etc.zaurus/MAKEDEV index e0cd707d..3c4b0268 100644 --- a/src/etc/etc.zaurus/MAKEDEV +++ b/src/etc/etc.zaurus/MAKEDEV @@ -62,6 +62,7 @@ # usb* Bus control devices used by usbd for attach/detach # uscanner* Scanners # Special purpose devices: +# apm Power management device # audio* Audio devices # hotplug devices hot plugging # bktr* Video frame grabbers @@ -319,6 +320,11 @@ audio*) MKlist="$MKlist;[ -e audioctl ] || ln -s audioctl$U audioctl" ;; +apm*) + M apm c 34 0 644 + M apmctl c 34 8 644 + ;; + uscanner*) M uscanner$U c 69 $U 660 ;; @@ -468,8 +474,8 @@ all) R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 ss1 ch0 hotplug ptm R local wscons pci iop0 iop1 uall tuner0 radio0 audio0 uk0 - R random lkm tty00 tty01 tty02 tty03 crypto pf systrace wd0 - R wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd + R random lkm tty00 tty01 tty02 tty03 apm crypto pf systrace + R wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd ;; wd*|sd*|raid*|ccd*) diff --git a/src/etc/etc.zaurus/MAKEDEV.md b/src/etc/etc.zaurus/MAKEDEV.md index dbc06f22..4fbd4acb 100644 --- a/src/etc/etc.zaurus/MAKEDEV.md +++ b/src/etc/etc.zaurus/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.2 2005/01/18 16:32:19 drahn Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.3 2005/01/19 02:02:34 uwe Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries @@ -65,6 +65,7 @@ _DEV(urio, 67) _DEV(usb, 64) _DEV(uscan, 69) _TITLE(spec) +_DEV(apm, 34) _DEV(au, 36) _DEV(hotplug, 37) _DEV(bktr, 75) @@ -91,7 +92,7 @@ _std(1, 2, 8, 3, 6) M reload c 2 20 640 kmem ;; dnl -dnl *** cats specific targets +dnl *** zaurus specific targets dnl target(all, ses, 0)dnl target(all, ch, 0)dnl