diff options
author | jkh <jkh@FreeBSD.org> | 1998-03-02 07:35:48 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-03-02 07:35:48 +0000 |
commit | e91ee8cc60fcb1ed30716d06e2c5eb0f024c27b8 (patch) | |
tree | 24b523c933c2ad5524e04f96e031b71fc1a19adf /sys/pci/README.bt848 | |
parent | 1cfd0bd0613cd9f70523467e4df52ff8a9ade484 (diff) | |
download | FreeBSD-src-e91ee8cc60fcb1ed30716d06e2c5eb0f024c27b8.zip FreeBSD-src-e91ee8cc60fcb1ed30716d06e2c5eb0f024c27b8.tar.gz |
Update the information in this file slightly.
Diffstat (limited to 'sys/pci/README.bt848')
-rw-r--r-- | sys/pci/README.bt848 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/pci/README.bt848 b/sys/pci/README.bt848 index 1aa0bfd..5f9d057 100644 --- a/sys/pci/README.bt848 +++ b/sys/pci/README.bt848 @@ -1,11 +1,13 @@ ------------------------------------------------------------------------------- -Recent versions of 3.0-current have the bktr driver built in. Older versions -of 3.0 and all versions of 2.2 need to have the driver files installed by hand: +Recent versions of 3.0-current have the bktr driver built in. +Older versions of 3.0 and all versions of 2.2 need to have the driver +files installed by hand. If you find you have no /sys/pci/brooktree848.c +file in your source tree, you will need to do the following: cp ioctl_bt848.h /sys/i386/include/ cp brktree_reg.h brooktree848.c /sys/pci/ -In /sys/conf/files add: +And in /sys/conf/files add: pci/brooktree848.c optional bktr device-driver ------------------------------------------------------------------------------- @@ -27,6 +29,9 @@ mknod /dev/bktr0 c 92 0 Create a tuner device: mknod /dev/tuner0 c 92 16 +Or, if your /dev/MAKEDEV script is up to date (and you can copy the latest +from /usr/src/etc/etc.i386/MAKEDEV) simply type: cd /dev && ./MAKEDEV bktr0 + ------------------------------------------------------------------------------- The code attempts to auto-probe code to detect card/tuner types. The detected card is printed in the dmesg as the driver is loaded. If |