Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2003 03:41:44 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200309261041.h8QAfibv098389@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309261041.h8QAfibv098389>