Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | Use i2c_addr_t as the type for the init_xfer function because this | 2010-02-16 | 1 | -3/+3 | |
| | | | | | | is what the function pointer type uses. ok grange | ||||
* | Cope with logical device numbers gaps, this fixes out-of-bounds access | 2009-06-02 | 1 | -4/+4 | |
| | | | | in an array. Problem found and ok deraadt@. | ||||
* | make various strings ("can't map mem space" and similar) more consistent | 2009-03-29 | 1 | -2/+2 | |
| | | | | | | | between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod. | ||||
* | Switch to rwlock(9) | 2007-06-05 | 1 | -9/+7 | |
| | | | | ok grange@ | ||||
* | knf | 2006-01-05 | 1 | -2/+2 | |
| | |||||
* | switch from macppc-specific maciic(4) driver to the generic iic(4), | 2006-01-01 | 1 | -2/+2 | |
| | | | | | after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis | ||||
* | Enable i2c bus scanning and kill annoying error message. | 2005-12-27 | 1 | -1/+4 | |
| | |||||
* | Force polling during autoconf. | 2005-12-25 | 1 | -3/+3 | |
| | |||||
* | Remove unnecessary lockmgr() archaism that was costing too much in terms | 2005-11-19 | 1 | -3/+3 | |
| | | | | | | of panics and bugfixes. Access curproc directly, do not expect a process pointer as an argument. Should fix many "process context required" bugs. Incentive and okay millert@, okay marc@. Various testing, thanks. | ||||
* | proper autoconf attachments; grange@ testing; markus@ ok | 2004-11-17 | 1 | -30/+17 | |
| | |||||
* | Missing lockinit(). | 2004-06-05 | 1 | -1/+5 | |
| | |||||
* | gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver. | 2004-05-23 | 1 | -0/+448 | |
For now it only supports I2C-compatible ACCESS.bus interface, so we use it as an i2c master controller. ACCESS.bus interface is enabled and used on the PC Engines WRAP.1C board. |