Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Pull in tea5757.c for the mr driver. Fixes kern...



details:   https://anonhg.NetBSD.org/src/rev/57a5ed12e0ca
branches:  trunk
changeset: 534937:57a5ed12e0ca
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Aug 06 23:09:10 2002 +0000

description:
Pull in tea5757.c for the mr driver.  Fixes kern/17864.

diffstat:

 sys/dev/pci/files.pci |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 782a1c9f36e3 -r 57a5ed12e0ca sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Tue Aug 06 22:51:45 2002 +0000
+++ b/sys/dev/pci/files.pci     Tue Aug 06 23:09:10 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.175 2002/06/23 20:36:26 fvdl Exp $
+#      $NetBSD: files.pci,v 1.176 2002/08/06 23:09:10 augustss Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -174,7 +174,7 @@
 file   dev/pci/trm.c                   trm
 
 # Guillemot Maxi Radio FM 2000 Radio Card
-device mr: radiodev
+device mr: radiodev, tea5757
 attach mr at pci
 file   dev/pci/maxiradio.c             mr
 



Home | Main Index | Thread Index | Old Index