mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
mca_add_{iospace,mspace}() no longer takes a 4th arg.
This commit is contained in:
parent
b438239c0a
commit
d8accb14bd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51675
@ -179,7 +179,7 @@ bt_mca_probe (device_t dev)
|
||||
|
||||
bt_mark_probed_iop(iobase);
|
||||
|
||||
mca_add_iospace(dev, iobase, iosize, RF_ALLOCATED);
|
||||
mca_add_iospace(dev, iobase, iosize);
|
||||
|
||||
/* And allocate them */
|
||||
bt_mca_alloc_resources(dev);
|
||||
|
Loading…
Reference in New Issue
Block a user