Browse Source

APM emulation framework and zaurus scoop driver. Not enabled yet.

ok drahn@, deraadt@
OPENBSD_3_7
uwe 20 years ago
parent
commit
1ef288a996
2 changed files with 11 additions and 4 deletions
  1. +8
    -2
      src/etc/etc.zaurus/MAKEDEV
  2. +3
    -2
      src/etc/etc.zaurus/MAKEDEV.md

+ 8
- 2
src/etc/etc.zaurus/MAKEDEV View File

@ -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*)


+ 3
- 2
src/etc/etc.zaurus/MAKEDEV.md View File

@ -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 <todd@OpenBSD.org>
@ -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


Loading…
Cancel
Save