diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-03-21 15:06:44 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-03-21 15:06:44 +0000 |
commit | 2f635dc6509a84f4e79e03baa52b0826dc051dbd (patch) | |
tree | ba1a380c8c02e8acab1ebbeac82c1d7b097873eb /sys/arch/macppc | |
parent | 63ea8f88876a4d9a6a5231003710ea6bf3d170e4 (diff) |
Now that ahc has the necessary endian fixes, enable it on macppc.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index a89502376c8..d209fe1c7da 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.41 2003/01/05 20:15:45 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.42 2003/03/21 15:06:43 drahn Exp $g # # PPC GENERIC config file # @@ -49,7 +49,7 @@ vgafb0 at pci? dev ? function ? # PCI VGA graphics #ep* at pci? dev ? function ? # 3Com 3c59x #ne* at pci? dev ? function ? # NE2000-compatible Ethernet #adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI -#ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI +ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI #bha* at pci? dev ? function ? # BusLogic 9xx SCSI #ami* at pci? dev ? function ? #pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI @@ -139,7 +139,7 @@ bktr0 at pci? dev ? function ? # Bt8[47][89] tv/fmradio/video radio* at bktr? #scsibus* at adv? -#scsibus* at ahc? +scsibus* at ahc? #scsibus* at ami? #scsibus* at bha? #scsibus* at esp? diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 81a0c16c099..4da29e9a955 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.21 2002/12/04 17:32:30 nate Exp $ +# $OpenBSD: RAMDISK,v 1.22 2003/03/21 15:06:43 drahn Exp $ # # PPC GENERIC config file # @@ -51,7 +51,7 @@ vgafb0 at pci? dev ? function ? # PCI VGA graphics #ep* at pci? dev ? function ? # 3Com 3c59x #ne* at pci? dev ? function ? # NE2000-compatible Ethernet #adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI -#ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI +ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI #bha* at pci? dev ? function ? # BusLogic 9xx SCSI #pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI pciide* at pci? dev ? function ? @@ -107,7 +107,7 @@ zstty* at zsc? channel ? scsibus* at siop? #scsibus* at ncr? #scsibus* at adv? -#scsibus* at ahc? +scsibus* at ahc? #scsibus* at bha? #scsibus* at esp? #scsibus* at mesh? |