Plan 9 from Bell Labs’s /usr/web/sources/extra/9hist/alphapc/sio.c

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


## diffname alphapc/sio.c 1999/0506
## diff -e /dev/null /n/emeliedump/1999/0506/sys/src/brazil/alphapc/sio.c
0a
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "io.h"

/*
 * 82378ZB Saturn-I/O (SIO) PCI-to-ISA Bus Bridge.
 */
static Pcidev* siodev;

void
siodump(void)
{
	if(siodev == nil && (siodev = pcimatch(nil, 0x8086, 0x0484)) == nil)
		return;
}
.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.