summaryrefslogtreecommitdiff
path: root/audio/xmradio/patches/patch-aa
blob: af6741fd37ac8a06ecf3c0246a5d3d3896ac9739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-aa,v 1.2 2000/06/04 09:41:14 tron Exp $

--- radio.c.orig	Thu Oct 21 22:14:07 1999
+++ radio.c	Sun Jun  4 11:38:23 2000
@@ -61,7 +61,7 @@
 #include <sys/param.h>
 #include <sys/wait.h>
 #ifdef __NetBSD__
-#include <dev/pci/bt848var.h>
+#include <dev/ic/bt8xx.h>
 #include <soundcard.h>
 #else
 #ifdef linux
@@ -296,9 +296,7 @@
 
 static String fbres[] =
 {
-#ifdef __NetBSD__
- "*tunerDevice:               /dev/tuner0",
-#elif defined linux
+#ifdef linux
  "*tunerDevice:               /dev/radio",
 #else
  "*tunerDevice:               /dev/tuner",