Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-06 | Replace 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-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt | |
2000-07-03 | Carefully reset pcic register; ok @aaron | Niklas Hallqvist | |
2000-07-03 | From 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-20 | Avoid using I/O port 0x370 since this is used by onboard audio on | Todd C. Miller | |
some laptops. Only seems to cause problems with some card, notably wavelan and aironet. | |||
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron 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-11 | New pcmcia irq prober that really tries to ensure the irq will work | Niklas Hallqvist | |
1999-07-26 | shrink code, cleanup port printouts, repairs various comments | Theo de Raadt | |
1999-07-11 | Extend the pcmcia I/O space to what it should be | Niklas Hallqvist | |
1999-03-31 | because of RAMDISK not having pms0, move irq 12 to later on; fgsch | Theo de Raadt | |
1999-02-15 | Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0. | Federico G. Schwindt | |
1999-01-03 | provide pcmcia IO bus mapper with list of blocks where it should | Theo de Raadt | |
preferentially map; idea by me, code by niklas | |||
1998-12-31 | semantic change: prefer unshared intr, settle for level shared. this will ↵ | Theo de Raadt | |
still fail in some cases | |||
1998-12-27 | new priority mechanism for pcmcia interrupt allocation, ie. "best effort" | Theo de Raadt | |
for machines low on interrupts. work by fgsch, and myself | |||
1998-12-19 | Remove irq 5 and 7 from irqmask. These are commonly used by soundcard devices. | Federico G. Schwindt | |
1998-09-11 | ISA routines for the Intel 82365SL PCIC controllers. | Federico G. Schwindt | |