Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2001 23:39:51 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sio sio.c sio_isa.c sio_pccard.c sio_pci.c siovar.h
Message-ID:  <200111260739.fAQ7dpV42023@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2001/11/25 23:39:51 PST

  Modified files:
    sys/dev/sio          sio.c sio_isa.c sio_pccard.c sio_pci.c 
                         siovar.h 
  Log:
  bde suggests that sio really wants to manage its own softc.  This
  allows us to move the sio softc data structure back into sio.c and
  reduce the complexity of the non sio.c sio files.
  
  Submitted by: bde
  
  # I didn't fix the locking issues that bruce also submitted.
  
  Revision  Changes    Path
  1.353     +149 -7    src/sys/dev/sio/sio.c
  1.3       +1 -2      src/sys/dev/sio/sio_isa.c
  1.3       +1 -2      src/sys/dev/sio/sio_pccard.c
  1.2       +1 -3      src/sys/dev/sio/sio_pci.c
  1.2       +0 -112    src/sys/dev/sio/siovar.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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