IOC_CONTROL
u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA);
ioc_writeb(ioc_control | ones, IOC_CONTROL);
u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA);
ioc_writeb(ioc_control | ones, IOC_CONTROL);
return (ioc_readb(IOC_CONTROL) & SCL) != 0;
return (ioc_readb(IOC_CONTROL) & SDA) != 0;