summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-09-22 06:46:08 +0000
committerroger <roger@FreeBSD.org>1999-09-22 06:46:08 +0000
commit1fcffc6d2b2efebf8d31a36ba9e05cf8a5ba9e66 (patch)
tree21aba8dc3944a9e7d4337f6cc01a08a65e94ff27 /sys
parentb76ff977ec2284280ef993c16f9d1639b37c0eb1 (diff)
downloadFreeBSD-src-1fcffc6d2b2efebf8d31a36ba9e05cf8a5ba9e66.zip
FreeBSD-src-1fcffc6d2b2efebf8d31a36ba9e05cf8a5ba9e66.tar.gz
Move the bktr Bt848/Bt878 driver to /sys/dev/bktr
Phase 1) move the driver Phase 2) Phase 3) Profit, by splitting the driver into smaller files like bktr_tuner, bktr_card, bktr_audio, bktr_<osname> making it easier to maintain and understand.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/bktr/bktr_core.c4
-rw-r--r--sys/dev/bktr/bktr_i2c.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c
index 7a72b63..f0e0f1e 100644
--- a/sys/dev/bktr/bktr_core.c
+++ b/sys/dev/bktr/bktr_core.c
@@ -546,10 +546,10 @@ They are unrelated to Revision Control numbering of FreeBSD or any other system.
#include <machine/ioctl_meteor.h>
#include <machine/ioctl_bt848.h> /* extensions to ioctl_meteor.h */
-#include <pci/brktree_reg.h>
+#include <dev/bktr/bktr_reg.h>
#if (NSMBUS > 0)
-#include <pci/bt848_i2c.h>
+#include <dev/bktr/bktr_i2c.h>
#include <dev/smbus/smbconf.h>
#include <dev/iicbus/iiconf.h>
#include "smbus_if.h"
diff --git a/sys/dev/bktr/bktr_i2c.c b/sys/dev/bktr/bktr_i2c.c
index 74d95e3..dc9e648 100644
--- a/sys/dev/bktr/bktr_i2c.c
+++ b/sys/dev/bktr/bktr_i2c.c
@@ -55,9 +55,9 @@
#include <pci/pcireg.h>
#include <machine/ioctl_meteor.h>
#include <machine/ioctl_bt848.h> /* extensions to ioctl_meteor.h */
-#include <pci/brktree_reg.h>
+#include <dev/bktr/bktr_reg.h>
-#include <pci/bt848_i2c.h>
+#include <dev/bktr/bktr_i2c.h>
#include <dev/iicbus/iiconf.h>
#include <dev/iicbus/iicbus.h>
OpenPOWER on IntegriCloud