Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/sys/dev/pcf pcf_isa.c



marius      2004-06-10 21:51:39 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pcf          pcf_isa.c 
  Log:
  - Add missing <sys/module.h>.
  - s,pcf_,pcf_isa, to better reflect the purpose of this front-end and to
    avoid conflicts.
  - Don't use this front-end for attaching to EBus, declaring it as an EBus
    driver was a cut&paste accident according to joerg.
  
  OK'ed by:       joerg, nsouch
  
  Revision  Changes    Path
  1.4       +20 -20    src/sys/dev/pcf/pcf_isa.c