Fix a boot panic with the amd device. We inherited some busdma code from
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 20 Oct 2004 18:12:54 +0000 (18:12 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 20 Oct 2004 18:12:54 +0000 (18:12 +0000)
commit05498f570ee3e2d99d73bcace644585bb756ce77
treec2719e4a81c67e44524e94df4270842a65929369
parentb2d1d1ae2d95711e1448e86444f4648b47cf3e11
Fix a boot panic with the amd device.  We inherited some busdma code from
FreeBSD which now requires that bus_dmamap_create() be called, and the
amd device was not doing that.

Reported-by: "Robin P. Blanchard" <robin.blanchard@gactr.uga.edu>
sys/dev/disk/amd/amd.c