Replace the existing PowerPC busdma implementation with the one from
amd64 (with slight modifications). This provides support for bounce buffers, which are required on systems with RAM above 4 GB.
This commit is contained in:
parent
35a69e02a4
commit
f6421f31e3
@ -358,10 +358,8 @@ sf_buf_free(struct sf_buf *sf)
|
||||
void
|
||||
swi_vm(void *dummy)
|
||||
{
|
||||
#if 0 /* XXX: Don't have busdma stuff yet */
|
||||
if (busdma_swi_pending != 0)
|
||||
busdma_swi();
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -357,10 +357,8 @@ sf_buf_free(struct sf_buf *sf)
|
||||
void
|
||||
swi_vm(void *dummy)
|
||||
{
|
||||
#if 0 /* XXX: Don't have busdma stuff yet */
|
||||
if (busdma_swi_pending != 0)
|
||||
busdma_swi();
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user