Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sgimips/mace
Module Name: src
Committed By: sekiya
Date: Mon Jan 19 10:28:28 UTC 2004
Modified Files:
src/sys/arch/sgimips/mace: com_mace.c if_mec_mace.c lpt_mace.c
mcclock_mace.c pci_mace.c pckbc_mace.c
Log Message:
Checking for IP32 in each driver is redundant -- they're attached as children
of mace, so it is sufficient to perform the check in mace_match(). Pointed
out by soren@.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/sgimips/mace/com_mace.c \
src/sys/arch/sgimips/mace/mcclock_mace.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/sgimips/mace/if_mec_mace.c \
src/sys/arch/sgimips/mace/lpt_mace.c src/sys/arch/sgimips/mace/pci_mace.c \
src/sys/arch/sgimips/mace/pckbc_mace.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index