summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/include
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-09-14 07:02:06 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-09-14 07:02:06 +0000
commite3464869a70cf46fb7531183e88b59c4935b4dcc (patch)
treed6ac95b78856f4664ba5d81a59dcf61555f4289d /sys/arch/hp300/stand/include
parente3d492b3f7f5c906c1ab2842bbf4088bfef35b8b (diff)
Add cd9660 support. OpenBSD/hp300 boots from SCSI CD-ROM now.
Diffstat (limited to 'sys/arch/hp300/stand/include')
-rw-r--r--sys/arch/hp300/stand/include/samachdep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/include/samachdep.h b/sys/arch/hp300/stand/include/samachdep.h
index 19522c79d1c..2baca599694 100644
--- a/sys/arch/hp300/stand/include/samachdep.h
+++ b/sys/arch/hp300/stand/include/samachdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: samachdep.h,v 1.1 1997/07/14 08:14:38 downsj Exp $ */
+/* $OpenBSD: samachdep.h,v 1.2 1997/09/14 07:02:03 downsj Exp $ */
/* $NetBSD: samachdep.h,v 1.3 1997/05/12 07:54:45 thorpej Exp $ */
/*
@@ -96,3 +96,4 @@ extern int ndevs_general;
extern struct fs_ops file_system_rawfs[];
extern struct fs_ops file_system_ufs[];
extern struct fs_ops file_system_nfs[];
+extern struct fs_ops file_system_cd9660[];