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.
This commit is contained in:
parent
d56bfb69bc
commit
8f80635aa4
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user