cvs commit: src/sys/dev/scc scc_core.c scc_dev_z8530.c
    Marcel Moolenaar 
    marcel at FreeBSD.org
       
    Wed Jul 26 03:10:02 UTC 2006
    
    
  
marcel      2006-07-26 03:10:01 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/scc          scc_core.c scc_dev_z8530.c 
  Log:
  Fix braino: The cl_range field should not hold the shifted I/O
  space range per channel, but rather the unshifted range. The
  shifting depends on the bus. The hardcoded shift was specific
  to the SBus on sparc64. The shifted range is now determined at
  run-time. This fixes the mac-io attachment.
  
  Revision  Changes    Path
  1.6       +2 -2      src/sys/dev/scc/scc_core.c
  1.3       +1 -1      src/sys/dev/scc/scc_dev_z8530.c
    
    
More information about the cvs-all
mailing list