diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-12-14 14:27:16 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-12-14 14:27:16 +0000 |
commit | a263b2a39c12b126a4470d7ee9e35694ece74c48 (patch) | |
tree | 0e9cb1007cdaa4df6bf891edfb629ab93b1e8128 /sys/arch/macppc | |
parent | 5c0c89d7fb208681f6d3e44e5bd110ab58ce0381 (diff) |
hme can build on macppc, and and would work if the pci-pci bridge would
route the interrupts correctly.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/files.macppc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc index 22183d95809..ca0ea2c3451 100644 --- a/sys/arch/macppc/conf/files.macppc +++ b/sys/arch/macppc/conf/files.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: files.macppc,v 1.4 2001/10/03 14:45:37 drahn Exp $ +# $OpenBSD: files.macppc,v 1.5 2001/12/14 14:27:15 drahn Exp $ # # macppc-specific configuration info @@ -242,3 +242,10 @@ include "dev/pcmcia/files.pcmcia" # Machine-independent USB drivers # include "dev/usb/files.usb" + +# Sun HME Ethernet controllers +device hme: ether, ifnet, mii, ifmedia +file dev/ic/hme.c + +attach hme at pci with hme_pci +file dev/pci/if_hme_pci.c hme_pci |