summaryrefslogtreecommitdiff
path: root/sys/dev/isa/i82365_isasubr.c
AgeCommit message (Collapse)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
(Look ma, I might have broken the tree)
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2000-07-03Carefully reset pcic register; ok @aaronNiklas Hallqvist
2000-07-03From NetBSD:Aaron Campbell
- Fix an incorrect interrupt sharing type. - Always clear PCIC_INTR_ENABLE; it doesn't do what one might think. - Eliminate stray interrupts during the IRQ probe.
2000-06-20Avoid using I/O port 0x370 since this is used by onboard audio onTodd C. Miller
some laptops. Only seems to cause problems with some card, notably wavelan and aironet.
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic.
1999-08-11New pcmcia irq prober that really tries to ensure the irq will workNiklas Hallqvist
1999-07-26shrink code, cleanup port printouts, repairs various commentsTheo de Raadt
1999-07-11Extend the pcmcia I/O space to what it should beNiklas Hallqvist
1999-03-31because of RAMDISK not having pms0, move irq 12 to later on; fgschTheo de Raadt
1999-02-15Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0.Federico G. Schwindt
1999-01-03provide pcmcia IO bus mapper with list of blocks where it shouldTheo de Raadt
preferentially map; idea by me, code by niklas
1998-12-31semantic change: prefer unshared intr, settle for level shared. this will ↵Theo de Raadt
still fail in some cases
1998-12-27new priority mechanism for pcmcia interrupt allocation, ie. "best effort"Theo de Raadt
for machines low on interrupts. work by fgsch, and myself
1998-12-19Remove irq 5 and 7 from irqmask. These are commonly used by soundcard devices.Federico G. Schwindt
1998-09-11ISA routines for the Intel 82365SL PCIC controllers.Federico G. Schwindt