Subject: CVS commit: src/usr.sbin/isdn/isdnd
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 09/05/2003 13:31:05
Module Name:	src
Committed By:	pooka
Date:		Fri Sep  5 13:31:05 UTC 2003

Modified Files:
	src/usr.sbin/isdn/isdnd: controller.c isdnd.h rc_config.c rc_parse.y
	    rc_scan.l

Log Message:
Add support for loading firmware to a controller using the firmware
keyword in the controller section (kernel counterpart already exists).

similar to what's in FreeBSD


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/usr.sbin/isdn/isdnd/controller.c
cvs rdiff -r1.11 -r1.12 src/usr.sbin/isdn/isdnd/isdnd.h
cvs rdiff -r1.16 -r1.17 src/usr.sbin/isdn/isdnd/rc_config.c
cvs rdiff -r1.3 -r1.4 src/usr.sbin/isdn/isdnd/rc_parse.y
cvs rdiff -r1.4 -r1.5 src/usr.sbin/isdn/isdnd/rc_scan.l

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