diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-09-29 20:52:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-09-29 20:52:27 +0000 |
commit | 3101631aa00b98bef24f893ca3affc1389d9c724 (patch) | |
tree | 4e3eb9f0da23ed62b289700f440a4427774b78ce /sys/arch/macppc/conf/GENERIC | |
parent | 2e897add4d59a3f115971c876332deeb2ca8c0be (diff) |
Add driver for HyperTransport as found in G5 Macs.
ok drahn@
Diffstat (limited to 'sys/arch/macppc/conf/GENERIC')
-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 60a670fd979..7c5de78f830 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.89 2005/08/03 02:10:44 dlg Exp $g +# $OpenBSD: GENERIC,v 1.90 2005/09/29 20:52:26 kettenis Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -34,10 +34,12 @@ cpu* at mainbus0 mpcpcibr* at mainbus0 # MPC106 PCI Bridge. memc* at mainbus0 pchb* at pci? +ht* at mainbus0 #### PCI Bus devices. pci* at mpcpcibr? +pci* at ht? ppb* at pci? # PCI-PCI bridges pci* at ppb? |