summaryrefslogtreecommitdiff
path: root/sys/arch/atari/pci
AgeCommit message (Expand)Author
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2005-12-11merge ktrace-lwp.christos
2005-06-04Adapt to compiling with -Wshadow and -Wcast-qual, by adding consthe
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-07-15__KERNEL_RCSID()lukem
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-02-02Config option for et4000 boards with 2MB memory.thomas
2002-12-08Make things work with the new autoconf stuff:leo
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-02Decrease the vertical frequency.leo
2002-05-16* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set tothorpej
2002-05-15Implement pci_decompose_tag().thorpej
2002-04-09Mmmmm PCI_PRODUCT_ATI_MACH64_B -> PCI_PRODUCT_ATI_RAGE_PRO_PCI_P...leo
2002-01-09Checkpointing my work on the mach64 (with help from Dave Berger). There isleo
2002-01-09Fix PCI interrupt allocation on the Milan.leo
2001-05-29Import pciide_machdep.c from i386.leo
2001-05-29Prototype milan_vga_init()leo
2001-05-29Whoops, where did the include of vga_pci.h go?leo
2001-05-28Add Milan console initialisation code.leo
2001-05-28Add VGA console probes.leo
2001-05-28Pass iot and memt to check_for_vga()leo
2001-05-21Initialize to CGA mode. Wscons expects this.leo
2001-05-15Split pci_machdep into a generic/hades/milan part. There is much differenceleo
2001-03-09Expand bus_dma implementation. It will now handle the bounce bufferleo
2001-01-07Kill a typo.leo
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-09-28Move config_console() out of the grf-layer. This allows for more than justleo
2000-09-28Nuke cf_unit abuse.leo
2000-09-28Correct some typos.leo
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-01-19Allow storage-space to be passed to the alloc_bus_space_tag() functions. Thisleo
1999-11-07Align IO and memory of PCI devices.thomas
1999-10-21Fix pci-interrupt handling. It was broken by the latest slot numberingleo
1999-09-22Do not enable VGA cards automatically. Since chances are high that theyleo
1999-06-03Fix lossage with the et4000. Some of the CRT registers were incorrect.leo
1999-03-26Add more fuzziness to the MDRAM initialisation. Seems to work on a broaderleo
1999-03-19Moved to arch/atari/include/pci_machdep.h,vcgd
1999-03-15First step to a framework that can be used to initialize vga-cards on theleo
1999-02-19Add <machine/bswap.h> in the list of include-files.leo
1999-01-01PCI I/O Start 16k because some devices allow only addressesthomas
1998-12-20New code to enable PCI devices.thomas
1998-08-15Make copyright notices with my name consistent.mycroft
1998-05-25Fix some severe bogons in the pci and isa interrupt system.leo
1998-04-10Major overhaul of the atari bus_space implementation.leo
1998-03-10Bus-dma implementation for the atari. Heavily based on the i386leo