mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
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
This commit is contained in:
parent
7db56b4c3e
commit
128f43c891
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57242
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user