From 79a5b2164ee8cd16476039f838ebfadd3d7cdeb1 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 18 Apr 2000 21:25:31 +0000 Subject: [PATCH] Remove autconf stuff. not needed and wrong. --- sys/arch/vax/vsa/asc_vsbus.c | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/sys/arch/vax/vsa/asc_vsbus.c b/sys/arch/vax/vsa/asc_vsbus.c index 51c714b25364..27456f988563 100644 --- a/sys/arch/vax/vsa/asc_vsbus.c +++ b/sys/arch/vax/vsa/asc_vsbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: asc_vsbus.c,v 1.9 2000/04/17 20:36:23 ragge Exp $ */ +/* $NetBSD: asc_vsbus.c,v 1.10 2000/04/18 21:25:31 matt Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: asc_vsbus.c,v 1.9 2000/04/17 20:36:23 ragge Exp $"); +__KERNEL_RCSID(0, "$NetBSD: asc_vsbus.c,v 1.10 2000/04/18 21:25:31 matt Exp $"); #include #include @@ -68,7 +68,6 @@ __KERNEL_RCSID(0, "$NetBSD: asc_vsbus.c,v 1.9 2000/04/17 20:36:23 ragge Exp $"); #include #include -#include #include #include #include /* for SCSI ctlr ID# XXX */ @@ -217,7 +216,7 @@ asc_vsbus_attach(struct device *parent, struct device *self, void *aux) sc->sc_id = 6; /* XXX need to get this from VMB */ break; } -printf("SCSIid: %d ", sc->sc_id); + sc->sc_freq = ASC_FREQUENCY; /* gimme Mhz */ @@ -264,14 +263,6 @@ printf("SCSIid: %d ", sc->sc_id); sc->sc_adapter.scsipi_cmd = ncr53c9x_scsi_cmd; sc->sc_adapter.scsipi_minphys = minphys; ncr53c9x_attach(sc, &asc_vsbus_dev); - - /* - * Register this device as boot device if we booted from it. - * This will fail if there are more than one le in a machine, - * fortunately there may be only one. - */ - if (B_TYPE(bootdev) == BDEV_SD) - booted_from = self; } /*