mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Make this compile on alpha.
This commit is contained in:
parent
af1a7621cf
commit
251dee13f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118263
@ -151,7 +151,7 @@ pdq_eisa_probe (dev)
|
||||
device_set_desc(dev, desc);
|
||||
|
||||
iobase = eisa_get_slot(dev) * EISA_SLOT_SIZE;
|
||||
pdq_eisa_subprobe(SYS_RES_IOPORT, iobase, &maddr, &msize, &irq);
|
||||
pdq_eisa_subprobe((pdq_bus_t)SYS_RES_IOPORT, iobase, &maddr, &msize, &irq);
|
||||
|
||||
eisa_add_iospace(dev, iobase, 0x200, RESVADDR_NONE);
|
||||
eisa_add_mspace(dev, maddr, msize, RESVADDR_NONE);
|
||||
|
Loading…
Reference in New Issue
Block a user