Add gmac. (commented out)

This commit is contained in:
tsubai 2000-02-27 18:06:43 +00:00
parent 6f4bb03178
commit f101e8315f
3 changed files with 10 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.55 2000/02/26 17:35:38 oster Exp $
# $NetBSD: GENERIC,v 1.56 2000/02/27 18:06:43 tsubai Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/macppc/conf/std.macppc"
#ident "GENERIC-$Revision: 1.55 $"
#ident "GENERIC-$Revision: 1.56 $"
maxusers 32
@ -150,6 +150,7 @@ pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
pciide* at pci? dev ? function ?
cbb* at pci? dev ? function ? # PCI-CardBus bridge
#gm* at pci? dev ? function ? # gmac ethernet
obio0 at pci? dev ? function ?
#macofcons0 at pci? dev ? function ? # OpenFirmware console (for debugging)

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.23 2000/02/14 14:57:52 tsubai Exp $
# $NetBSD: INSTALL,v 1.24 2000/02/27 18:06:43 tsubai Exp $
#
# config file for INSTALL FLOPPY
#
@ -71,6 +71,7 @@ pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
cbb* at pci? dev ? function ? # PCI-CardBus bridge
ohci* at pci? dev ? function ? # Open Host Controller
#gm* at pci? dev ? function ? # gmac ethernet
obio0 at pci? dev ? function ?
exphy* at mii? phy ? # 3Com internal PHYs

View File

@ -1,4 +1,4 @@
# $NetBSD: files.macppc,v 1.28 2000/02/09 13:08:35 tsubai Exp $
# $NetBSD: files.macppc,v 1.29 2000/02/27 18:06:43 tsubai Exp $
#
# macppc-specific configuration info
@ -91,6 +91,10 @@ device pchb
attach pchb at pci
file arch/macppc/pci/pchb.c pchb
device gm: ifnet, ether, arp, mii
attach gm at pci
file arch/macppc/dev/if_gm.c gm
define obio {}
device obio: obio
attach obio at pci