diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ata/atareg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ata/atareg.h b/sys/dev/ata/atareg.h index b20faa63da0..9455ef43830 100644 --- a/sys/dev/ata/atareg.h +++ b/sys/dev/ata/atareg.h @@ -1,6 +1,5 @@ -/* $NetBSD: atareg.h,v 1.2 1998/10/12 16:09:15 bouyer Exp $ */ +/* $NetBSD: atareg.h,v 1.3 1998/11/18 16:32:29 kenh Exp $ */ -#ifdef _KERNEL /* * Drive parameter structure for ATA/ATAPI. * Bit fields: WDC_* : common to ATA/ATAPI @@ -136,4 +135,3 @@ struct ataparams { #define WDC_SEC_EN 0x0002 #define WDC_SEC_SUPP 0x0001 }; -#endif /* _KERNEL */ |
