Get scdreg.h from new location.

This commit is contained in:
Jordan K. Hubbard 1995-02-14 04:05:04 +00:00
parent bf4bd9bd9b
commit 3268f6b644
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6352

View File

@ -33,7 +33,7 @@
*/
/* $Id: scd.c,v 1.6 1995/02/06 22:35:06 jkh Exp $ */
/* $Id: scd.c,v 1.7 1995/02/09 11:30:07 jkh Exp $ */
/* Please send any comments to micke@dynas.se */
@ -59,7 +59,7 @@
#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
#include <gnu/i386/scdreg.h>
#include <gnu/i386/isa/scdreg.h>
#define scd_part(dev) ((minor(dev)) & 7)
#define scd_unit(dev) (((minor(dev)) & 0x38) >> 3)