Fix some comment tyops.

This commit is contained in:
simonb 2006-04-25 03:56:16 +00:00
parent d97db3840b
commit 15f26a44dc

View File

@ -1,4 +1,4 @@
/* $NetBSD: dbau1500reg.h,v 1.4 2006/02/16 01:52:37 gdamore Exp $ */
/* $NetBSD: dbau1500reg.h,v 1.5 2006/04/25 03:56:16 simonb Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -40,7 +40,7 @@
#define DBAU1500_SOFTWARE_RESET 0x0E00001C
/*
* DBAU1550_WHOAMI
* DBAU1500_WHOAMI
*/
#define DBAU1500_WHOAMI_BOARD_MASK 0x00000f00
#define DBAU1500_WHOAMI_DBAU1500 0x6
@ -50,7 +50,7 @@
#define DBAU1500_WHOAMI_DAUGHTER(x) ((x) & 0xf)
/*
* DBAU1550_STATUS
* DBAU1500_STATUS
*/
#define DBAU1500_STATUS_SWAPBOOT 0x20000000
#define DBAU1500_STATUS_PCMCIA1_INSERTED 0x00000020
@ -59,6 +59,6 @@
#define DBAU1500_STATUS_PCMCIA0_VS 0x00000003
/*
* DBAU1550_SOFTWARE_RESET
* DBAU1500_SOFTWARE_RESET
*/
#define DBAU1500_SOFTWARE_RESET_RESET (1 << 15)