cvs commit: src/sys/dev/disk/amd
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Oct 20 11:13:24 PDT 2004
dillon 2004/10/20 11:12:54 PDT
DragonFly src repository
Modified files:
sys/dev/disk/amd amd.c
Log:
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 at xxxxxxxxxxxxx>
Revision Changes Path
1.6 +12 -1 src/sys/dev/disk/amd/amd.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/amd/amd.c.diff?r1=1.5&r2=1.6&f=u
More information about the Commits
mailing list