1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
Submitted by: matteo@
This commit is contained in:
Warner Losh 2015-02-04 16:19:31 +00:00
parent 022abe003f
commit 8b704a1c2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278211

View File

@ -976,7 +976,7 @@ edintr(void *arg)
/*
* loop until there are no more new interrupts. When the card goes
* away, the hardware will read back 0xff. Looking at the interrupts,
* it would appear that 0xff is impossible as ED_ISR_RST is noramlly
* it would appear that 0xff is impossible as ED_ISR_RST is normally
* clear. ED_ISR_RDC is also normally clear and only set while
* we're transferring memory to the card and we're holding the
* ED_LOCK (so we can't get into here).