From e3464869a70cf46fb7531183e88b59c4935b4dcc Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sun, 14 Sep 1997 07:02:06 +0000 Subject: Add cd9660 support. OpenBSD/hp300 boots from SCSI CD-ROM now. --- sys/arch/hp300/stand/include/samachdep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/hp300/stand/include') 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[]; -- cgit v1.2.3