#
471aeecf |
| 06-Apr-2022 |
naddy <naddy@openbsd.org> |
constify struct cfattach
|
#
7f58a11f |
| 14-Sep-2014 |
jsg <jsg@openbsd.org> |
remove uneeded proc.h includes ok mpi@ kspillner@
|
#
890573d8 |
| 16-Feb-2010 |
mk <mk@openbsd.org> |
Use i2c_addr_t as the type for the init_xfer function because this is what the function pointer type uses.
ok grange
|
#
450b0ab0 |
| 02-Jun-2009 |
grange <grange@openbsd.org> |
Cope with logical device numbers gaps, this fixes out-of-bounds access in an array. Problem found and ok deraadt@.
|
#
e10c952f |
| 29-Mar-2009 |
sthen <sthen@openbsd.org> |
make various strings ("can't map mem space" and similar) more consistent between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work).
ok deraadt,
make various strings ("can't map mem space" and similar) more consistent between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work).
ok deraadt, kettenis, "why not" miod.
show more ...
|
#
3e55d5fe |
| 05-Jun-2007 |
jsg <jsg@openbsd.org> |
Switch to rwlock(9) ok grange@
|
#
f57d9f10 |
| 05-Jan-2006 |
grange <grange@openbsd.org> |
knf
|
#
a5a63700 |
| 01-Jan-2006 |
deraadt <deraadt@openbsd.org> |
switch from macppc-specific maciic(4) driver to the generic iic(4), after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis
|
#
6102b6a0 |
| 27-Dec-2005 |
grange <grange@openbsd.org> |
Enable i2c bus scanning and kill annoying error message.
|
#
75cdda3e |
| 25-Dec-2005 |
grange <grange@openbsd.org> |
Force polling during autoconf.
|
#
2752fedb |
| 19-Nov-2005 |
pedro <pedro@openbsd.org> |
Remove unnecessary lockmgr() archaism that was costing too much in terms of panics and bugfixes. Access curproc directly, do not expect a process pointer as an argument. Should fix many "process cont
Remove unnecessary lockmgr() archaism that was costing too much in terms 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.
show more ...
|
#
0c86ea5f |
| 17-Nov-2004 |
mickey <mickey@openbsd.org> |
proper autoconf attachments; grange@ testing; markus@ ok
|
#
75a5ee09 |
| 05-Jun-2004 |
grange <grange@openbsd.org> |
Missing lockinit().
|
#
d1b1be5a |
| 23-May-2004 |
grange <grange@openbsd.org> |
gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver. For now it only supports I2C-compatible ACCESS.bus interface, so we use it as an i2c master controller.
ACCESS.bus interface is ena
gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver. 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.
show more ...
|