add options MACE_NEEDS_DELAYS since many machines need those delays in
bus_space*() operations on macs
This commit is contained in:
parent
a1457f5905
commit
5a3795a6c0
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC32_IP3x,v 1.64 2007/06/29 23:30:25 rumble Exp $
|
# $NetBSD: GENERIC32_IP3x,v 1.65 2007/07/17 00:26:57 macallan Exp $
|
||||||
#
|
#
|
||||||
# GENERIC32_IP3x machine description file
|
# GENERIC32_IP3x machine description file
|
||||||
#
|
#
|
||||||
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC32_IP3x-$Revision: 1.64 $"
|
#ident "GENERIC32_IP3x-$Revision: 1.65 $"
|
||||||
|
|
||||||
maxusers 32
|
maxusers 32
|
||||||
|
|
||||||
@ -184,6 +184,7 @@ crime0 at mainbus0 addr 0x14000000
|
|||||||
crmfb0 at mainbus0 addr 0x16000000
|
crmfb0 at mainbus0 addr 0x16000000
|
||||||
wsdisplay* at crmfb? console ?
|
wsdisplay* at crmfb? console ?
|
||||||
mace0 at mainbus0 addr 0x1f000000
|
mace0 at mainbus0 addr 0x1f000000
|
||||||
|
options MACE_NEEDS_DELAYS
|
||||||
macepci0 at mace0 offset 0x080000 intr 7
|
macepci0 at mace0 offset 0x080000 intr 7
|
||||||
pci0 at macepci0 bus 0
|
pci0 at macepci0 bus 0
|
||||||
pci* at ppb? bus ?
|
pci* at ppb? bus ?
|
||||||
|
Loading…
Reference in New Issue
Block a user