Adapt to recent changes to "src/etc/etc.i386/MAKEDEV":
Use device "/dev/tuner" by default.
This commit is contained in:
parent
c348879256
commit
e38cdf8413
2 changed files with 15 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: patch-sum,v 1.3 2000/06/02 09:23:13 tron Exp $
|
||||
$NetBSD: patch-sum,v 1.4 2000/06/04 09:41:15 tron Exp $
|
||||
|
||||
MD5 (patch-aa) = 13d27db0d9ef6a6e1f90e003438853a3
|
||||
MD5 (patch-aa) = 6b4c337898e66a2934ef085f5914882f
|
||||
MD5 (patch-ab) = 7cee33958dda0a0b90f65d802c594638
|
||||
MD5 (patch-ac) = 54348154b10ed85908a5e2b5c54d6eda
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2000/05/07 20:49:45 tron Exp $
|
||||
$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 May 7 22:45:51 2000
|
||||
+++ radio.c Sun Jun 4 11:38:23 2000
|
||||
@@ -61,7 +61,7 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/wait.h>
|
||||
|
@ -11,3 +11,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/05/07 20:49:45 tron Exp $
|
|||
#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",
|
||||
|
|
Loading…
Reference in a new issue