diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-11-11 23:30:29 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-11-11 23:30:29 +0000 |
commit | 35d60e19ded1f1ada2b002fcb91346320f69a6e5 (patch) | |
tree | 20db16343db0f956e0f1e3da8868806241991b11 /sys/arch/sparc/include | |
parent | a2709c396de005feb83970a5e50a9fe6b63dc77f (diff) |
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r-- | sys/arch/sparc/include/conf.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/include/conf.h b/sys/arch/sparc/include/conf.h index 0db858ca427..7d63e4f375c 100644 --- a/sys/arch/sparc/include/conf.h +++ b/sys/arch/sparc/include/conf.h @@ -1,4 +1,5 @@ /* $NetBSD: conf.h,v 1.1 1996/03/30 21:17:55 christos Exp $ */ +/* $OpenBSD: conf.h,v 1.3 1996/11/11 23:30:27 kstailey Exp $ */ /* * Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -42,8 +43,6 @@ cdev_decl(mm); cdev_decl(openprom); -cdev_decl(cn); - cdev_decl(zs); bdev_decl(fd); @@ -79,5 +78,3 @@ cdev_decl(xy); bdev_decl(sw); cdev_decl(sw); - -cdev_decl(random); |