Home | History | Annotate | Download | only in mainbus
History log of /src/sys/arch/acorn32/mainbus/lpt_pioc.c
RevisionDateAuthorComments
 1.13  27-Dec-2019  msaitoh s/manaul/manual/ in comment.
 1.12  19-Jul-2011  dyoung branches: 1.12.54;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.

Mark acorn32/bus.h obsolete.
 1.11  03-Jun-2011  matt device_t, cfdata_t, device_private, device_xname cleanup
CFATTACH_DECL_NEW for struct device only devices
bump SYMTAB_SPACE for EB7500ATX
 1.10  13-Apr-2008  chris branches: 1.10.26; 1.10.32; 1.10.36;
Fix device_t/softc split fallout.

A device_t should never be cast with void*. This fixes reboot on acorn32.
I also suspect it'll fix a panic mjf was seeing due to corruption of the
alldevs list.
 1.9  07-Mar-2008  cube Split the softc from the device_t for all lpt(4) variants and attachments
except the ppbus stuff (which doesn't compile) and ulpt(4) which is
unrelated and can be dealt with separately.

As usual, it comes with related cosmetic changes.
 1.8  02-Oct-2002  thorpej branches: 1.8.24; 1.8.86; 1.8.88; 1.8.108; 1.8.112;
Fix script-o's in previous.
 1.7  02-Oct-2002  thorpej Use CFATTACH_DECL().
 1.6  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.5  10-Mar-2002  bjh21 __RCSID -> __KERNEL_RCSID
 1.4  17-Feb-2002  bjh21 Add __RCSID().
 1.3  17-Feb-2002  bjh21 Add prototypes for lpt_port_test() and lptprobe().
 1.2  27-Nov-2001  thorpej branches: 1.2.2;
Use <machine/intr.h>, not <machine/irqhandler.h>
 1.1  05-Oct-2001  reinoud branches: 1.1.4;
Initial commit of the splitting off of arch/acorn32 from arch/arm32.

The IOMD/VIDC combination is now moved to arch/arm/iomd together. These
files still need a lot of cleaning up :( .... esp. the RC7500 support that
is still dormant in it; this needs either to be removed or split out for
RC7500's ``VIDC'' video/audio variant.

Apart from the RC7500 support wich is still in arch/arm32 the
iomd,vidc,riscpc and podulebus subdirectories of arch/arm32 can be removed.

This split still uses some small parts of arch/arm32 .... those are the MI
parts that haven't been moved yet.

RiscPC/A7000 have been tested and confirmed to build as should NC.
 1.1.4.5  18-Oct-2002  nathanw Catch up to -current.
 1.1.4.4  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.1.4.3  28-Feb-2002  nathanw Catch up to -current.
 1.1.4.2  08-Jan-2002  nathanw Catch up to -current.
 1.1.4.1  05-Oct-2001  nathanw file lpt_pioc.c was added on branch nathanw_sa on 2002-01-08 00:22:46 +0000
 1.2.2.4  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.2.2.3  16-Mar-2002  jdolecek Catch up with -current.
 1.2.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.2.1  27-Nov-2001  thorpej file lpt_pioc.c was added on branch kqueue on 2002-01-10 19:36:28 +0000
 1.8.112.2  02-Jun-2008  mjf Sync with HEAD.
 1.8.112.1  03-Apr-2008  mjf Sync with HEAD.
 1.8.108.1  24-Mar-2008  keiichi sync with head.
 1.8.88.1  23-Mar-2008  matt sync with HEAD
 1.8.86.1  21-Mar-2008  chris Sync with head.
 1.8.24.1  17-Mar-2008  yamt sync with head.
 1.10.36.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.10.32.1  06-Jun-2011  jruoho Sync with HEAD.
 1.10.26.1  12-Jun-2011  rmind sync with head
 1.12.54.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed