diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-05-27 02:08:15 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-05-27 02:08:15 +0000 |
commit | 068a09343f95deca53ce8a92e8b6a8669666f581 (patch) | |
tree | 381ceb9eb9a309d8b791540aeaab1fbec84701ce /sys/arch/mvmeppc/conf/GENERIC | |
parent | 56fa5d4a061f023bd2fa50e5a43b0ca9c96d78c8 (diff) |
first step of removing the obsolete PCI ncr(4) driver, it was superseded by
siop(4) a long time ago
'do it' jason@
Diffstat (limited to 'sys/arch/mvmeppc/conf/GENERIC')
-rw-r--r-- | sys/arch/mvmeppc/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 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 |