diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-07-07 13:34:30 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-07-07 13:34:30 +0000 |
commit | ca589f009b21755b46d6aeba250b031f0761de90 (patch) | |
tree | 3424795e4c828d8af4d8ab5f3ae34b999a622799 | |
parent | 6af51839652bec4f7ffdfd024898f468aca0d413 (diff) |
esp files commented out for now, since the MI esp driver was added.
the mac esp driver was not yet ported, when that is done, this will
be readded appropriately.
-rw-r--r-- | sys/arch/powerpc/conf/files.powerpc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/powerpc/conf/files.powerpc b/sys/arch/powerpc/conf/files.powerpc index f0de7fc0ba7..393f57f000b 100644 --- a/sys/arch/powerpc/conf/files.powerpc +++ b/sys/arch/powerpc/conf/files.powerpc @@ -144,9 +144,9 @@ device obio {} attach obio at pci file arch/powerpc/pci/macobio.c obio -device esp: scsi, ncr53c9x -attach esp at obio -file arch/powerpc/mac/esp.c esp +#device esp: scsi, ncr53c9x +#attach esp at obio +#file arch/powerpc/mac/esp.c esp device mesh: scsi attach mesh at obio |