Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
christos
Sun Jun 21 14:41:07 EDT 1998
Update of /cvsroot/src/sys/dev/pcmcia
In directory nb00:/tmp/cvs-serv14541
Modified Files:
com_pcmcia.c
Log Message:
Fix a variety of bogocities:
- Don't enable interrupts on attach time; we don't have to
- Don't assume that because a card has a cfe entry that matches one
of the standard com ports, is a modem; my floppy was recognized as
a modem! Require a match of the cis strings against *[Mm][Oo][Dd][Ee][Mm]*
- Print things in order so that we don't mess up the output with un-needed
newlines
- Using an array of cis identifiers to find e modem should not use the
function number; it is not reliable. For example 3c562[A-D] are different
Maybe this can go away altogether and print parts of the cis strings
christos
Sun Jun 21 14:43:35 EDT 1998
Update of /cvsroot/src/sys/lib/libkern
In directory nb00:/tmp/cvs-serv14790
Modified Files:
Makefile libkern.h
Added Files:
pmatch.c
Log Message:
Add a small string pattern matching function to facilitate pcmcia cis string
matches.
christos
Sun Jun 21 14:45:41 EDT 1998
Update of /cvsroot/src/sys/dev/pcmcia
In directory nb00:/tmp/cvs-serv14821
Modified Files:
files.pcmcia
Added Files:
fdc_pcmcia.c
Log Message:
Add pcmcia floppy front end.
XXX: We need to make an isa machine independent floppy driver...
christos
Sun Jun 21 14:48:13 EDT 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/tmp/cvs-serv14857
Added Files:
ns8477reg.h
Log Message:
Add register definitions for the ns8477 floppy controller. This is a superset
of the nec765.
Home |
Main Index |
Thread Index |
Old Index