diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2020-01-21 01:41:48 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2020-01-21 01:41:48 +0000 |
commit | 56e22bd85ba1fb00146e1b39533f722a0999a1df (patch) | |
tree | 6dd901b830de7c4e01bee811b019e83fa0e354cf /sys/arch/macppc/conf | |
parent | 36bfe517ef2c9cf279a2c3a374278f7d10aae0a9 (diff) |
remove unfinished macppc esp driver.
ok deraadt krw
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/files.macppc | 6 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 67020e6df45..64ab254d872 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.269 2019/12/17 13:08:56 reyk Exp $g +# $OpenBSD: GENERIC,v 1.270 2020/01/21 01:41:47 tedu Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -138,7 +138,6 @@ openpic* at macobio? # openpic interrupt controller bm* at macobio? # BMAC ethernet xlights* at macobio? # Xserve front panel LEDs mc* at macobio? # MACE ethernet -#esp* at macobio? flags 0x0000ffff # 53c9x SCSI mesh* at macobio? flags 0xffff # MESH SCSI adb* at macobio? # Apple Desktop Bus apm0 at adb? # APM emulation diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc index 1fdcc4bdb7c..de8e721c34a 100644 --- a/sys/arch/macppc/conf/files.macppc +++ b/sys/arch/macppc/conf/files.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: files.macppc,v 1.90 2018/02/14 23:51:49 jsg Exp $ +# $OpenBSD: files.macppc,v 1.91 2020/01/21 01:41:47 tedu Exp $ # # macppc-specific configuration info @@ -116,10 +116,6 @@ device kauaiata {} attach kauaiata at pci file arch/macppc/pci/kauaiata.c kauaiata -#device esp: scsi, ncr53c9x -#attach esp at macobio -#file arch/macppc/dev/esp.c esp - device mesh: scsi attach mesh at macobio file arch/macppc/dev/mesh.c mesh |