Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/amiga/dev/lpt_supio.c
RevisionDateAuthorComments
 1.14  19-Jul-2011  dyoung Change <machine/bus.h> to <sys/bus.h> throughout.
 1.13  23-Nov-2009  rmind Use lwp_getpcb() on m68k ports, clean from struct user usage.
 1.12  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.11  07-Mar-2008  cube branches: 1.11.2; 1.11.4;
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.10  02-Oct-2002  thorpej branches: 1.10.22; 1.10.84; 1.10.104; 1.10.108;
Use CFATTACH_DECL().
 1.9  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.8  28-Jan-2002  aymeric add __KERNEL_RCSID as suggested by Luke Mewburn
 1.7  26-Jan-2002  aymeric - ANSIfy
- remove some trailing spaces/tabs
- minor style nits
 1.6  22-Jun-1999  is branches: 1.6.16; 1.6.20;
Align adresses better
 1.5  16-Feb-1999  is branches: 1.5.4;
Fix Copyright dates
 1.4  16-Feb-1999  is Assign my files to The NetBSD Foundation, Inc.
 1.3  18-Jul-1998  is Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't use
tty structures, and on some machines (namely the DraCo internal lpt, and some
multi-i/o boards for Amigas and DraCos), tying spltty to the pretty high printer
interupt level would hurt serial performance.

On all affected ports but Amiga, spllpt() has been defined in machine/intr.h
to be spltty(), thus preserving old behaviour. Portmasters are encouraged to
change is, if they feel something else is better (e.g., one of its own were
possible).
 1.2  11-Apr-1998  is amiga_ttyspl -> amiga_serialspl (and keep ttyspl constant at 4 again).
(Part of this change slipped in with my last machdep commit; thanks to
Matthias Scheler for pointing this out).
 1.1  27-Sep-1997  is branches: 1.1.2;
First part of splitting lpt.c, and the NetBSD/Amiga "supio" frontend. Needs
a bit more work to allow an ISA frontend.
 1.1.2.2  14-Oct-1997  thorpej Update marc-pcmcia branch from trunk.
 1.1.2.1  27-Sep-1997  thorpej file lpt_supio.c was added on branch marc-pcmcia on 1997-10-14 08:26:41 +0000
 1.5.4.1  01-Jul-1999  thorpej Sync w/ -current.
 1.6.20.2  18-Oct-2002  nathanw Catch up to -current.
 1.6.20.1  28-Feb-2002  nathanw Catch up to -current.
 1.6.16.2  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.6.16.1  11-Feb-2002  jdolecek Sync w/ -current.
 1.10.108.2  02-Jun-2008  mjf Sync with HEAD.
 1.10.108.1  03-Apr-2008  mjf Sync with HEAD.
 1.10.104.1  24-Mar-2008  keiichi sync with head.
 1.10.84.1  23-Mar-2008  matt sync with HEAD
 1.10.22.1  17-Mar-2008  yamt sync with head.
 1.11.4.2  11-Mar-2010  yamt sync with head
 1.11.4.1  16-May-2008  yamt sync with head.
 1.11.2.1  18-May-2008  yamt sync with head.

RSS XML Feed