--- src/sys/dev/disk/mpt/mpt_pci.c 2008/01/06 01:29:00 1.10 +++ src/sys/dev/disk/mpt/mpt_pci.c 2008/01/06 16:55:49 1.11 @@ -430,10 +430,6 @@ mpt_dma_mem_alloc(mpt_softc_t *mpt) len = sizeof (request_t *) * MPT_REQ_MEM_SIZE(mpt); mpt->request_pool = (request_t *) kmalloc(len, M_DEVBUF, M_WAITOK); - if (mpt->request_pool == NULL) { - device_printf(dev, "cannot allocate request pool\n"); - return (1); - } bzero(mpt->request_pool, len); /*