summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcf
Commit message (Collapse)AuthorAgeFilesLines
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
| | | | and local variables, goto labels, and functions declared but not defined.
* iicbus probe and attach deferred until root_bus_configure() call.nsouch1998-11-041-5/+1
|
* Fixup prototypes so that this beastie compiles.peter1998-10-311-4/+4
|
* pcf.c: timeout management addednsouch1998-10-311-47/+90
| | | | ppc.c: nsc code improved. Actually, a complete rewrite.
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
| | | | | | | device drivers, not in ioconf.c. Use a different hack in isa_device.h so that a new config(8) is not required yet. pc98 parts approved by: kato
* Reviewed by: Doug Rabsonnsouch1998-09-031-0/+607
Submitted by: nsouch Philips PCF8584 chipset support. Chipset controller for the I2C bus.
OpenPOWER on IntegriCloud