1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Throw this debug behind bootverbose. The information isn't all that

exciting once the initial board bring up is over.
This commit is contained in:
Warner Losh 2012-06-16 04:34:46 +00:00
parent fb148d836f
commit 6212b9963b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237151

View File

@ -143,9 +143,10 @@ at91_pio_attach(device_t dev)
if (err)
goto out;
device_printf(dev, "ABSR: %#x OSR: %#x PSR:%#x ODSR: %#x\n",
RD4(sc, PIO_ABSR), RD4(sc, PIO_OSR), RD4(sc, PIO_PSR),
RD4(sc, PIO_ODSR));
if (bootverbose)
device_printf(dev, "ABSR: %#x OSR: %#x PSR:%#x ODSR: %#x\n",
RD4(sc, PIO_ABSR), RD4(sc, PIO_OSR), RD4(sc, PIO_PSR),
RD4(sc, PIO_ODSR));
AT91_PIO_LOCK_INIT(sc);
/*