$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",