Deleted Added
full compact
30c30
< * Copyright (c) 2002 LSI Logic Corporation
---
> * Copyright (c) 2002, 2004 LSI Logic Corporation
59c59
< __FBSDID("$FreeBSD: head/sys/dev/amr/amr.c 140687 2005-01-23 23:22:34Z scottl $");
---
> __FBSDID("$FreeBSD: head/sys/dev/amr/amr.c 140688 2005-01-23 23:25:41Z scottl $");
465a466,469
> /* Logical Drive not supported by the driver */
> if (au_cmd[0] == 0xa4 && au_cmd[1] == 0x1c)
> return (ENOIOCTL);
>
467c471
< if (au_length != 0) {
---
> if (au_length != 0 && au_cmd[0] != 0x06) {
1052c1056
< if ((sc->amr_state & AMR_STATE_CRASHDUMP) == 0) {
---
> if ((sc->amr_state & AMR_STATE_INTEN) == 0) {
1927c1931
< sc->amr_state |= AMR_STATE_CRASHDUMP;
---
> sc->amr_state |= AMR_STATE_INTEN;
1954c1958
< sc->amr_state &= ~AMR_STATE_CRASHDUMP;
---
> sc->amr_state &= ~AMR_STATE_INTEN;