Move MI PMAZ-A SCSI attachment to sys/dev/tc.
This commit is contained in:
parent
0e8ee83d8f
commit
f976a7141c
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: asc_pmaz.c,v 1.8 2001/08/26 11:47:25 simonb Exp $ */
|
||||
/* $NetBSD: asc_tc.c,v 1.16 2001/10/01 10:17:26 simonb Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -37,7 +37,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
__KERNEL_RCSID(0, "$NetBSD: asc_pmaz.c,v 1.8 2001/08/26 11:47:25 simonb Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: asc_tc.c,v 1.16 2001/10/01 10:17:26 simonb Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
Loading…
Reference in New Issue