-# $OpenBSD: GENERICMAC,v 1.6 2000/03/23 04:08:12 rahnds Exp $
+# $OpenBSD: GENERICMAC,v 1.7 2000/03/25 15:26:26 rahnds Exp $
#
# PPC GENERIC config file
#
#pciide* at pci? dev ? function ?
#macofcons0 at pci? dev ? function ? # OpenFirmware console (for debugging)
obio0 at pci? dev ? function ?
+gm* at pci? dev ? function ? # gmac ethernet G4
# how many of these are needed?
exphy* at mii? phy ? # 3Com internal PHYs
macintr0 at obio? # old interrupt controller
openpic0 at obio? # openpic interrupt controller
bm* at obio? # bmac ethernet
-gm* at obio? # gmac ethernet G4
#mc* at obio? # MACE ethernet
#esp* at obio? flags 0x00ff # 53c9x SCSI
#mesh* at obio? flags 0xffff # MESH SCSI
-# $OpenBSD: RAMDISKMAC,v 1.6 2000/03/23 04:08:12 rahnds Exp $
+# $OpenBSD: RAMDISKMAC,v 1.7 2000/03/25 15:26:26 rahnds Exp $
#
# PPC GENERIC config file
#
#pciide* at pci? dev ? function ?
#macofcons0 at pci? dev ? function ? # OpenFirmware console (for debugging)
obio0 at pci? dev ? function ?
+gm* at pci? dev ? function ? # gmac ethernet G4
# how many of these are needed?
exphy* at mii? phy ? # 3Com internal PHYs
macintr0 at obio? # old interrupt controller
openpic0 at obio? # openpic interrupt controller
bm* at obio? # bmac ethernet
-gm* at obio? # gmac ethernet G4
#mc* at obio? # MACE ethernet
#esp* at obio? flags 0x00ff # 53c9x SCSI
#mesh* at obio? flags 0xffff # MESH SCSI
file arch/powerpc/mac/if_bm.c bm
device gm: ether, ifnet, ifmedia, mii
-attach gm at obio
+attach gm at pci
file arch/powerpc/mac/if_gm.c gm
device macintr {}