1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00

add mcbus minimum id value

This commit is contained in:
Matt Jacob 2001-02-13 22:45:53 +00:00
parent fcd34891a6
commit e3981f1a78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72465

View File

@ -70,10 +70,11 @@
#define MAX_MC_BUS 8
#define MCPCIA_PER_MCBUS 4
#define MCPCIA_PCI_MIDMIN 4
/*
* This is something of a layering violation, but it makes probing cleaner.
*/
#define MCPCIA_PER_MCBUS 4
/* the MCPCIA bridge CSR addresses, offset zero, is a good thing to probe for */
#define MCPCIA_BRIDGE_ADDR(gid, mid) \
(MCBUS_IOSPACE | 0x1E0000000LL | \