diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-12-14 14:58:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-12-14 14:58:04 +0000 |
commit | 30a5cd2242be0e38f6fe5bdaa68f16915ccfef91 (patch) | |
tree | d35db4c3468309e0709708876967818d6ab4b2a0 /sys/arch/macppc/conf | |
parent | 7a107f9dd483bd72c5f58b11d10607f100dee988 (diff) |
Add gem (disabled) and hme (...)
gem works, but is not overly stable yet, sometimes recieves one
packet and stops. hme works fine, if the interrupts are connected
properly (not yet).
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 004eb196726..2949d2c450e 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.9 2001/12/12 19:19:46 jason Exp $ +# $OpenBSD: GENERIC,v 1.10 2001/12/14 14:58:03 drahn Exp $ # # PPC GENERIC config file # @@ -55,6 +55,8 @@ vgafb0 at pci? dev ? function ? # PCI VGA graphics pciide* at pci? dev ? function ? macobio0 at pci? dev ? function ? gm* at pci? dev ? function ? # GMAC ethernet +gem* at pci? disable dev ? function ? # GMAC ethernet +hme* at pci? dev ? function ? # HME ethernet dc* at pci? dev ? function ? # DEC Tulip 21143 clones an* at pci? dev ? function ? # Cisco/Aironet iop* at pci? dev ? function ? # I2O processor |