Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/algor/dev/lpt_mainbus.c
RevisionDateAuthorComments
 1.12  09-Jul-2011  matt Allow algor kernels to be built under either algor/algor64 or
evbmips-el/evbmips64-el. Note that MAXMAPARITITONS and majors numbers
differ between the two ports which is why two kernels are still needed.
 1.11  01-Jul-2011  dyoung #include <sys/bus.h> instead of <machine/bus.h>.
 1.10  27-Nov-2009  rmind - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.
- Replace most remaining uses of l_addr with uvm_lwp_getuarea() or lwp_getpcb().
- Amend assembly in ports where it accesses PCB via struct user.
- Rename L_ADDR to L_PCB in few places. Reduce sys/user.h inclusions.
 1.9  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.8  07-Mar-2008  cube branches: 1.8.2; 1.8.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.7  02-Oct-2002  thorpej branches: 1.7.22; 1.7.84; 1.7.104; 1.7.108;
Fix script-o's in last.
 1.6  02-Oct-2002  thorpej Use CFATTACH_DECL().
 1.5  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.4  27-Sep-2002  thorpej Rather than referencing the cfdriver directly in the cfdata entries,
instead use a string naming the driver. The cfdriver is then looked
up in a list which is built at run-time.
 1.3  15-Jun-2001  thorpej branches: 1.3.2; 1.3.8;
Yet more interrupt cleanup -- the platform mater interrupt establish
function now just takes an "irq", which is an index into the irqmap
table for that platform.
 1.2  10-Jun-2001  thorpej Rewrite the interrupt handling code:
- Compute the number of CPU pipeline cycles per second using the
mc146818.
- Use the COMPARE interrupt for the hardclock interrupt.
- Collapse all interrupt priorities into a single priority, and use
the CPU interrupt inputs to determine the interrupt source (local
device, PCI device, ISA device, etc.)

This allows us to have interrupt sharing.
 1.1  01-Jun-2001  thorpej Add support for the Algorithmics P-4032 board. This is totally
untested, since I have no P-4032 board, but it's no worse than
the current situation, which is "totally non-working P-4032
support in the ARC port, of all places".
 1.3.8.2  18-Oct-2002  nathanw Catch up to -current.
 1.3.8.1  15-Jun-2001  nathanw file lpt_mainbus.c was added on branch nathanw_sa on 2002-10-18 02:33:50 +0000
 1.3.2.1  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.7.108.2  02-Jun-2008  mjf Sync with HEAD.
 1.7.108.1  03-Apr-2008  mjf Sync with HEAD.
 1.7.104.1  24-Mar-2008  keiichi sync with head.
 1.7.84.1  23-Mar-2008  matt sync with HEAD
 1.7.22.1  17-Mar-2008  yamt sync with head.
 1.8.4.2  11-Mar-2010  yamt sync with head
 1.8.4.1  16-May-2008  yamt sync with head.
 1.8.2.1  18-May-2008  yamt sync with head.

RSS XML Feed