diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-02-16 05:56:51 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-02-16 05:56:51 +0000 |
commit | 837fbeccd24361d8a14055c256e46ae8448395a1 (patch) | |
tree | 12005f8fbc69bd4672d329ea2d43ec903f2ed052 /sys/arch | |
parent | 0ee5c8523124d886197f8de7c78cf59d01c520b6 (diff) |
For powerpc use siop driver instead of ncr, now that siop issue on powerpc
has been resolved.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 8 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index 3e0eaf6d187..b250e49c3dc 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2001/02/16 05:26:27 drahn Exp $ +# $OpenBSD: GENERIC,v 1.26 2001/02/16 05:56:50 drahn Exp $ # # PPC GENERIC config file # @@ -37,7 +37,8 @@ pci* at mpcpcibr? ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? -ncr* at pci? dev ? function ? +siop* at pci? dev ? function ? +#ncr* at pci? dev ? function ? fxp* at pci? dev ? function ? de* at pci? dev ? function ? #vme* at pci? dev ? function ? @@ -84,7 +85,8 @@ ams* at adb? # ADB mouse #### SCSI attachment points -scsibus* at ncr? +scsibus* at siop? +#scsibus* at ncr? #scsibus* at adv? #scsibus* at ahc? #scsibus* at bha? diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index 29a6396ea20..4f74bcce1c5 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 2001/02/16 05:26:27 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.14 2001/02/16 05:56:50 drahn Exp $ # # PPC GENERIC config file # @@ -54,7 +54,8 @@ pci* at mpcpcibr? pci* at ppb? bus ? ppb* at pci? dev ? function ? # PCI-PCI bridges -ncr* at pci? dev ? function ? +siop* at pci? dev ? function ? +#ncr* at pci? dev ? function ? de* at pci? dev ? function ? vgafb0 at pci? dev ? function ? # PCI VGA graphics #ep* at pci? dev ? function ? # 3Com 3c59x @@ -97,7 +98,8 @@ adb* at obio? # Apple Desktop Bus #### SCSI attachment points -scsibus* at ncr? +scsibus* at siop? +#scsibus* at ncr? #scsibus* at adv? #scsibus* at ahc? #scsibus* at bha? |