- Make compilable with DECstation. Looks running well on MI SCSI enabled

kernel.  Will be relocated to sys/dev/tc/ soon.
This commit is contained in:
nisimura 1999-03-02 01:44:30 +00:00
parent e19cedee17
commit 370ab4d04e

@ -1,4 +1,4 @@
/* $NetBSD: tcds.c,v 1.25 1998/05/26 23:43:05 thorpej Exp $ */
/* $NetBSD: tcds.c,v 1.26 1999/03/02 01:44:30 nisimura Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -66,7 +66,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: tcds.c,v 1.25 1998/05/26 23:43:05 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: tcds.c,v 1.26 1999/03/02 01:44:30 nisimura Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@ -179,7 +179,9 @@ tcdsattach(parent, self, aux)
struct tcds_device *td;
bus_space_handle_t sbsh[2];
int i, error, gpi2;
#ifdef __alpha__
extern int cputype;
#endif
td = tcds_lookup(ta->ta_modname);
if (td == NULL)