cvs commit: src/sys/dev/fb fb.c fbreg.h src/sys/dev/gfb gfb_pci.c src/sys/isa vga_isa.c src/sys/pc98/pc98 pc98gdc.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Sep 26 03:41:45 PDT 2003


phk         2003/09/26 03:41:44 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/fb           fb.c fbreg.h 
    sys/dev/gfb          gfb_pci.c 
    sys/isa              vga_isa.c 
    sys/pc98/pc98        pc98gdc.c 
  Log:
  Change fb_attach() and fb_detach() to take a integer unit number rather
  than a dev_t.
  
  All of the dev_t's passed were bogusly created with makedev()
  
  Revision  Changes    Path
  1.29      +3 -81     src/sys/dev/fb/fb.c
  1.17      +2 -2      src/sys/dev/fb/fbreg.h
  1.9       +1 -4      src/sys/dev/gfb/gfb_pci.c
  1.27      +1 -1      src/sys/isa/vga_isa.c
  1.38      +1 -1      src/sys/pc98/pc98/pc98gdc.c


More information about the cvs-src mailing list