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: 06/26/1998 12:00:02
cgd
Fri Jun 26 11:52:42 PDT 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv15300

Modified Files:
	files.pci 
Added Files:
	com_puc.c lpt_puc.c puc.c pucdata.c pucvar.h 
Log Message:
add a driver for "PCI 'universal' communications" cards, that is, PCI cards
which contain 'standard' com- and lpt-type ports.  Some of these present
as PCI simple-communications/serial or simple-communications/parallel
devices, but many do not.  (Additionally, there is no document that I can
find that describes the "specific well-konwn register-level" description
of how the 'standard' devices' config space headers shold work.)  Eventually,
some of the devices driven by this code should become simple pci attachments
for the 'lpt' and 'com' drivers, but that requires solid documentation.


cgd
Fri Jun 26 11:58:39 PDT 1998
Update of /cvsroot/src/sys/arch/i386/conf
In directory nb00:/tmp/cvs-serv16286

Modified Files:
	GENERIC INSTALL INSTALL_SMALL NWSCONS files.i386 
Log Message:
add device declarations for 'puc'-related devices.  Add lpt attaching
to puc to the files file, because it can't go in files.pci (see comments
here or there).