Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 07/19/1999 14:57:31
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Mon Jul 19 21:57:30 UTC 1999

Modified Files:
	pkgsrc/x11/kdebase/files: info_netbsd.cpp

Log Message:
Give extended audio information. Instead of just ("grep audios
 /var/run/dmesg.boot"):

	audio0 at sb0: full duplex

we now get ("grep sb0" and all other devices found by above grep):

	audio0 at sb0: full duplex
	sb0 at isapnp0 port 0x220/16,0x330/2,0x388/4 irq 5 drq 1,5
	sb0: Creative SB AWE64 PnP Audio: dsp v4.16
	midi1 at sb0: <MPU-401 MIDI UART>
	audio0 at sb0: full duplex
	opl0 at sb0: model OPL3

Change written by myself(*) after inspecting Jaromir Dolecek's cool
patches.

(*) I would have _never_ believed to do any KDE hacking if one told me
	a month ago! X-)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/kdebase/files/info_netbsd.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.