Lines Matching full:not
14 .\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
272 The driver does not support the controller revision in use.
276 The driver could not access the controller NVRAM correctly.
278 The driver could not allocate DMA memory to setup the controllers
281 The driver could not create a network interface for the controller.
283 The driver could not access the PHY used by the controller.
285 The driver could not initialize the IRQ handler.
287 The driver could not read a PHY register before the timeout period expired.
289 The driver could not write to the PHY register because a timeout occurred.
291 The driver could not write to NVRAM because a timeout occurred.
293 The driver does not recognize the NVRAM device being used and therefore
304 .It "bce%d: Could not allocate parent DMA tag!"
305 The driver could not allocate a PCI compatible DMA tag.
306 .It "bce%d: Could not allocate status block DMA tag!"
307 The driver could not allocate a DMA tag for the controller's
309 .It "bce%d: Could not allocate status block DMA memory!"
310 The driver could not allocate DMA addressable memory for the controller's
312 .It "bce%d: Could not map status block DMA memory!"
313 The driver could not map the status block memory into the controller's DMA
315 .It "bce%d: Could not allocate statistics block DMA tag!"
316 The driver could not allocate a DMA tag for the controller's
318 .It "bce%d: Could not allocate statistics block DMA memory!"
319 The driver could not allocate DMA addressable memory for the controller's
321 .It "bce%d: Could not map statistics block DMA memory!"
322 The driver could not map the statistics block memory into the controller's DMA
324 .It "bce%d: Could not allocate TX descriptor chain DMA tag!"
325 The driver could not allocate a DMA tag for the controller's
327 .It "bce%d: Could not allocate TX descriptor chain DMA memory!"
328 The driver could not allocate DMA addressable memory for the controller's
330 .It "bce%d: Could not map TX descriptor chain DMA memory!"
331 The driver could not map the TX descriptor chain memory into the controller's DMA
333 .It "bce%d: Could not allocate TX mbuf DMA tag!"
334 The driver could not allocate a DMA tag for the controller's
337 The driver could not map the TX mbuf memory into the controller's DMA
339 .It "bce%d: Could not allocate RX descriptor chain DMA tag!"
340 The driver could not allocate a DMA tag for the controller's
342 .It "bce%d: Could not allocate RX descriptor chain "
343 The driver could not allocate DMA addressable memory for the controller's
345 .It "bce%d: Could not map RX descriptor chain DMA memory!"
346 The driver could not map the RX descriptor chain memory into the controller's DMA
348 .It "bce%d: Could not allocate RX mbuf DMA tag!"
349 The driver could not allocate a DMA tag for the controller's
352 The driver could not map the RX mbuf memory into the controller's DMA
355 The driver was not able to synchronize with the firmware running on the
359 The driver was not able to read a valid Ethernet MAC address from NVRAM.
366 .It "bce%d: Firmware did not complete initialization!"
368 .It "bce%d: Bootcode not running!"
371 The driver could not map a RX mbuf into DMA addressable memory.
390 The driver could not map a TX mbuf into DMA addressable memory.
393 .It "bce%d: Changing VLAN_MTU not supported."
394 Changing the VLAN MTU is not currently supported by the driver.
398 .It "bce%d: Changing VLAN_HWTAGGING not supported!"
399 Disabling VLAN tag stripping is not currently supported by the driver.