diff options
author | 2004-01-22 21:41:14 +0000 | |
---|---|---|
committer | 2004-01-22 21:41:14 +0000 | |
commit | 956dcc97d475d68f61c0516625574f8344edd2c0 (patch) | |
tree | bc69d80aad7b1c8b11225b4f0d649340edee8ac3 | |
parent | dlfcn.h removal (diff) | |
download | wireguard-openbsd-956dcc97d475d68f61c0516625574f8344edd2c0.tar.xz wireguard-openbsd-956dcc97d475d68f61c0516625574f8344edd2c0.zip |
Remove macppc-only devices.
-rw-r--r-- | sys/arch/pegasos/include/conf.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/pegasos/include/conf.h b/sys/arch/pegasos/include/conf.h index 35edf3fc520..2e60ef5c849 100644 --- a/sys/arch/pegasos/include/conf.h +++ b/sys/arch/pegasos/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.1 2003/10/31 03:54:33 drahn Exp $ */ +/* $OpenBSD: conf.h,v 1.2 2004/01/22 21:41:14 miod Exp $ */ /* $NetBSD: conf.h,v 1.2 1996/05/05 19:28:34 christos Exp $ */ /* @@ -35,14 +35,3 @@ #define mmread mmrw #define mmwrite mmrw cdev_decl(mm); - -/* open, close, write, ioctl, kqueue */ -#define cdev_apm_init(c,n) { \ - dev_init(c,n,open), dev_init(c,n,close), (dev_type_read((*))) enodev, \ - (dev_type_write((*))) enodev, dev_init(c,n,ioctl), \ - (dev_type_stop((*))) enodev, 0, (dev_type_poll((*))) enodev, \ - (dev_type_mmap((*))) enodev, D_KQFILTER, dev_init(c,n,kqfilter) } - -cdev_decl(aed); -cdev_decl(apm); -cdev_decl(zs); |