From 128f43c891633c103f263ab91a1bc5a9eecfb9e9 Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Tue, 15 Feb 2000 18:47:51 +0000 Subject: [PATCH] o Wilko Bulte has tested our AlphaServer 1000A ("Noritake") support code & it survives a buildworld. So remove the dire warnings about Noritake support being untested. o Remove a disconserting printf() left over from NetBSD Approved by: jkh --- sys/alpha/alpha/dec_1000a.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sys/alpha/alpha/dec_1000a.c b/sys/alpha/alpha/dec_1000a.c index 2927fdc95d6e..a41e3f6041e1 100644 --- a/sys/alpha/alpha/dec_1000a.c +++ b/sys/alpha/alpha/dec_1000a.c @@ -152,15 +152,6 @@ dec_1000a_init(int cputype) break; default: - /* - * XXX the AlphaServer 1000a support is totally - * untested at this point, so ask the user for - * a status report - */ - printf("Warning: FreeBSD support for the AlphaServer "); - printf("1000A is currently untested!\n"); - printf("Please contact gallatin@freebsd.org & report "); - printf("success or failure.\n"); platform.iobus = "cia"; platform.pci_intr_map = dec_1000a_intr_map; platform.pci_intr_disable = dec_1000a_intr_disable; @@ -348,8 +339,6 @@ dec_1000a_intr_map(arg) goto bad; if (0 <= device && device < sizeof imrmap / sizeof imrmap[0]) { - if (device == 0) - printf("dec_1000a_intr_map: ?! UNEXPECTED DEV 0\n"); imrbit = imrmap[device][cfg->intpin - 1]; if (imrbit) { cfg->intline = IMR2IRQ(imrbit);