Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
- To: source-changes
- Subject: sun-lamp CVS commits
- From: The Source of All Evil <source>
- Date: Mon, 22 May 1995 23:50:05 -0400
cgd
Mon May 22 23:43:11 EDT 1995
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv18917
Modified Files:
pci.c pcivar.h
Log Message:
split single-subdevice lookup & attachment into a subroutine
(pci_attach_subdev()). remove pciattach() function and the pcicd cfdriver
struct, the former because thre are a lot of attachment actions which really
are machine-dependent (perhaps even "most"), and the latter because now that
both pcimatch() and pciattach() are machine-dependent it's bad style to
declare them here and it gains nothing.
cgd
Mon May 22 23:44:02 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv18971
Modified Files:
pci_machdep.c
Log Message:
define pcicd, pciattach() here now.
Home |
Main Index |
Thread Index |
Old Index