diff options
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mvmeppc/conf/RAMDISK | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/mvmeppc/conf/GENERIC b/sys/arch/mvmeppc/conf/GENERIC index 3ab0bb284e1..6949a93866b 100644 --- a/sys/arch/mvmeppc/conf/GENERIC +++ b/sys/arch/mvmeppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.8 2005/04/30 00:49:36 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.9 2005/05/27 02:08:14 martin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -44,7 +44,6 @@ pci* at mpcpcibr0 pchb* at pci? # PCI host bridge pcib* at pci? # PCI-ISA bridge siop* at pci? -#ncr* at pci? de* at pci? #vme* at pci? #pciide* at pci? @@ -71,7 +70,6 @@ isa* at pcib? #### SCSI attachment points scsibus* at siop? -#scsibus* at ncr? #wdc* at mainbus? flags 0x0 #wd* at wdc? flags 0x0000 diff --git a/sys/arch/mvmeppc/conf/RAMDISK b/sys/arch/mvmeppc/conf/RAMDISK index b4185133cc1..c4c6952dbdf 100644 --- a/sys/arch/mvmeppc/conf/RAMDISK +++ b/sys/arch/mvmeppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2005/05/01 07:54:42 david Exp $ +# $OpenBSD: RAMDISK,v 1.11 2005/05/27 02:08:14 martin Exp $ # # MVMEPPC GENERIC config file # @@ -40,7 +40,6 @@ pci* at mpcpcibr0 pchb* at pci? # PCI host bridge pcib* at pci? # PCI-ISA bridge siop* at pci? -#ncr* at pci? de* at pci? #vme* at pci? #pciide* at pci? @@ -67,7 +66,6 @@ isa* at pcib? #### SCSI attachment points scsibus* at siop? -#scsibus* at ncr? #wdc* at mainbus? flags 0x0 #wd* at wdc? flags 0x0000 |