Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Mon, 29 Apr 1996 16:10:04 -0400 (EDT)
christos
Mon Apr 29 16:00:45 EDT 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26462
Modified Files:
pss.c
Log Message:
- prototype fixes
- BUG: changed:
val &= CD_POL_MASK;
val | CD_POL_BIT; /* XXX if (pol) */
to:
val &= CD_POL_MASK;
val |= CD_POL_BIT; /* XXX if (pol) */
christos
Mon Apr 29 16:03:33 EDT 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26507
Modified Files:
ad1848.c ad1848var.h ahareg.h aic6360.c bt.c btreg.h com.c
gus.c ics2101.c if_ed.c if_el.c if_ie.c if_levar.h isa.c
isadma.c pas.c sb.c sbdsp.c
Log Message:
- prototype fixes
Home |
Main Index |
Thread Index |
Old Index