iicoc: split up common core and PCI bus specifics
authorPhilip Paeps <philip@FreeBSD.org>
Fri, 20 Dec 2019 03:40:46 +0000 (03:40 +0000)
committerPhilip Paeps <philip@FreeBSD.org>
Fri, 20 Dec 2019 03:40:46 +0000 (03:40 +0000)
commiteb95689a826422af07e80e16f806f2a25a23428c
tree538795d6fc917ca0092ab720cfe7494d6ce12363
parentfe434b6acfd52783aec543842d1b86dde029fc85
iicoc: split up common core and PCI bus specifics

The OpenCores I2C IP core can be found on any bus.  Split out the PCI
bus specifics into their own file, only compiled on systems with PCI.

Reviewed by:    kp
Sponsored by:   Axiado
sys/conf/files
sys/dev/iicbus/iicoc.c
sys/dev/iicbus/iicoc.h
sys/dev/iicbus/iicoc_pci.c [new file with mode: 0644]