aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcf
Commit message (Collapse)AuthorAgeFilesLines
...
* Missing 'int' in declaration of variables.Peter Wemm1999-05-061-2/+2
| | | | Notes: svn path=/head/; revision=46573
* Operator precedence bugPeter Wemm1999-05-021-2/+2
| | | | | | | | PR: 11411 Submitted by: Christopher Peterson <cpeterso@cs.washington.edu> Notes: svn path=/head/; revision=46343
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+1
| | | | | | | and local variables, goto labels, and functions declared but not defined. Notes: svn path=/head/; revision=41591
* iicbus probe and attach deferred until root_bus_configure() call.Nicolas Souchu1998-11-041-5/+1
| | | | Notes: svn path=/head/; revision=40915
* Fixup prototypes so that this beastie compiles.Peter Wemm1998-10-311-4/+4
| | | | Notes: svn path=/head/; revision=40788
* pcf.c: timeout management addedNicolas Souchu1998-10-311-47/+90
| | | | | | | ppc.c: nsc code improved. Actually, a complete rewrite. Notes: svn path=/head/; revision=40784
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-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 Notes: svn path=/head/; revision=40565
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-0/+607
Submitted by: nsouch Philips PCF8584 chipset support. Chipset controller for the I2C bus. Notes: svn path=/head/; revision=38781