summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/io.h
Commit message (Collapse)AuthorAgeFilesLines
* Uh... Search and replace style 64-bit porting resulted in a dsubiuRalf Baechle2001-03-201-1/+1
| | | | | instruction which isn't a recognised macro instruction of any assembler. Change into dsubu.
* virt_to_bus and bus_to_virt are gone! Implement true pci-dma api thatKanoj Sarcar2000-09-131-16/+2
| | | | routes all dma's via the containing xbow's master hub.
* irq.h: With the current scheme of encoding the bus number into theKanoj Sarcar2000-05-181-4/+4
| | | | | | | pci irq, we need to bump up NR_IRQs to handle more than 4 PCI busses. io.h: Port numbers are really "unsigned long", since they need to contain the nasids too. ip27-pci.c: Encode the nasid into the port number for isp1020 for pio.
* Some infrastructure for supporting multiple pci busses on origin200/2000.Leo Dagum2000-05-111-1/+1
| | | | | | | nasid and widget id get incoded in pci_dev->irq. pcibr_setup() now does some rudimentary probing for bridge widgets hanging off its xbow. We're not seeing interrupts from remote devices at the cpu, so mscsi card's are turned off for now.
* Fixed endianness for inb/outb functions.Leo Dagum2000-04-101-18/+18
|
* Minor cleanup to get rid of annoying compile time warning.Leo Dagum2000-04-071-6/+6
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-4/+8
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-96/+49
|
* Check in the bus_to_virt/virt_to_bus changes to get the Qlogic driverKanoj Sarcar2000-01-311-3/+5
| | | | | working. Ralf to let me know if this will work for now, or he wants me to implement one of the other two alternatives we discussed.
* Merge with 2.3.27.Ralf Baechle2000-01-291-8/+10
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-271-7/+11
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-1/+18
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* SN0ism: inw/outw used by scsi driver requires address swizzling.Kanoj Sarcar2000-01-251-7/+7
| | | | | inb/outb used by serial driver, doesn't need swizzling. May also need to update the outw_p/inw_p/outsw/insw if we have problems with them.
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-171-3/+22
| | | | | | | | | - IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes.
* Merge with 2.3.19.Ralf Baechle1999-10-091-3/+4
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+400
- Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...