diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-01 23:14:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-01 23:14:08 +0000 |
commit | 9175e4a6cc6d4ac5993f98a2b13e92ae96c036da (patch) | |
tree | e68b9dc90f635a6f8ee4be37aa3131a9d0869887 /sys/arch/mvmeppc | |
parent | b3eef7d4fb8d7d112dbb054e16bf480ae962ba35 (diff) |
remove ofw devices which we don't use; that way of mixing devices is crazy
(means i also don not have to fix the daddr_t problems)
ok miod
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/mvmeppc/autoconf.c | 5 | ||||
-rw-r--r-- | sys/arch/mvmeppc/mvmeppc/conf.c | 6 |
2 files changed, 3 insertions, 8 deletions
diff --git a/sys/arch/mvmeppc/mvmeppc/autoconf.c b/sys/arch/mvmeppc/mvmeppc/autoconf.c index 69d6efa1ee5..e1399cc2d83 100644 --- a/sys/arch/mvmeppc/mvmeppc/autoconf.c +++ b/sys/arch/mvmeppc/mvmeppc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.18 2007/06/01 19:25:10 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.19 2007/06/01 23:14:07 deraadt Exp $ */ /* * Copyright (c) 1996, 1997 Per Fogelstrom * Copyright (c) 1995 Theo de Raadt @@ -37,7 +37,7 @@ * from: Utah Hdr: autoconf.c 1.31 91/01/21 * * from: @(#)autoconf.c 8.1 (Berkeley) 6/10/93 - * $Id: autoconf.c,v 1.18 2007/06/01 19:25:10 deraadt Exp $ + * $Id: autoconf.c,v 1.19 2007/06/01 23:14:07 deraadt Exp $ */ /* @@ -178,7 +178,6 @@ getdevunit(name, unit) struct nam2blk nam2blk[] = { { "wd", 0 }, { "sd", 2 }, - { "ofdisk", 4 }, { "raid", 19 }, { NULL, -1 } }; diff --git a/sys/arch/mvmeppc/mvmeppc/conf.c b/sys/arch/mvmeppc/mvmeppc/conf.c index 3965d05f5c2..20fb253a6d7 100644 --- a/sys/arch/mvmeppc/mvmeppc/conf.c +++ b/sys/arch/mvmeppc/mvmeppc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.20 2007/05/28 22:26:03 todd Exp $ */ +/* $OpenBSD: conf.c,v 1.21 2007/06/01 23:14:07 deraadt Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -61,11 +61,7 @@ struct bdevsw bdevsw[] = { bdev_swap_init(1,sw), /* 1 swap pseudo device */ bdev_disk_init(NSD,sd), /* 2 SCSI Disk */ bdev_disk_init(NCD,cd), /* 3 SCSI CD-ROM */ -#if 0 - bdev_disk_init(NOFDISK,ofd), /* 4 Openfirmware disk */ -#else bdev_notdef(), /* 4 unknown*/ -#endif bdev_notdef(), /* 5 unknown*/ bdev_notdef(), /* 6 unknown*/ bdev_notdef(), /* 7 unknown*/ |