Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/17/1996 17:10:02
jonathan
Sun Mar 17 17:03:02 EST 1996
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9767
Modified Files:
sfb.c
Log Message:
Additional fixes to complete the NetBSD/1.1B config changes:
add missing structure name in the definition of `struct cfattach sfb_ca'.
jonathan
Sun Mar 17 17:09:19 EST 1996
Update of /a/cvsroot/src/sys/dev/tc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9877
Modified Files:
tc.c
Log Message:
Additional fixes to complete the NetBSD/1.1B config changes:
change tc_submatch() to compile with the new device-attach scheme:
the TC bus uses a 'submatch' function which checks device locators
and then calls a match function.
Instead of calling cf->cf_driver->cd_match(), we now need to call
cf->cf_attach->ca_match().