summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1999-02-15Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0.Federico G. Schwindt
1999-02-13Always check that "range->start" and "range->len" is within the bounds ofFederico G. Schwindt
"h->sc->iobase" and "h->sc->iosize" before call bus_space_alloc.
1999-02-13If the card is not present be sure to always call bus_space_unmap on exit.Federico G. Schwindt
1999-02-13If the card is not present be sure to always call bus_space_unmap on exit.Federico G. Schwindt
1999-02-09syncTheo de Raadt
1999-02-09more fleshTheo de Raadt
1999-02-09Fix cua device to not block on open.Jim Rees
Turn off chip (and dtr) on interrupted open.
1999-02-08regenTodd C. Miller
1999-02-08PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693Todd C. Miller
1999-02-08syncJason Wright
1999-02-08Davicom DM9101; from NetBSD.Jason Wright
1999-02-07Break out of loop in isa_intr_check() if we know what IRQ we want but ↵Todd C. Miller
isa_intr_check() says we can't have it.
1999-02-06Always initialize sc->handle[i].flags.Federico G. Schwindt
Check if the socket is present before disabling the CSC_INTR.
1999-02-04Fix bit test; from netbsd.Jason Wright
1999-02-04correct attach printing for 4-port cardsTheo de Raadt
1999-02-03syncTheo de Raadt
1999-02-03syncJason Downs
1999-02-03Creative Labs has some products...Jason Downs
1999-02-01New PCI arch, GalileoPer Fogelstrom
1999-01-31Fix clobbers so that GENERIC may compile with egcs.Marc Espie
Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) In older versions, up-to egcs1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code.
1999-01-31Add support for Kingston KNE-PC2.Federico G. Schwindt
1999-01-30Sync with FreeBSDNiklas Hallqvist
1999-01-30A slew of manifest constants for pci configuration registers gotten from freebsdNiklas Hallqvist
1999-01-30update to latest freebsd code, fixes stalls during heavy trafficNiklas Hallqvist
1999-01-30Make this build on architectures that define __NO_ISA_INTR_CHECK.imp
This is a hack, but so is __NO_ISA_INTR_CHECK.
1999-01-28Remove unused vars.Federico G. Schwindt
1999-01-28Add support for:Federico G. Schwindt
- 3COM 3CXEM556 (Ethernet/Modem) - SVEC Combo and Lancard - Corega PCC-T Add pcmcia_check_cis_quirks to fix some cards whose CIS flat-out lies. Add more products to pcmciadevs. Correctly read 1 controller if CL-PD6729. Remove some unused vars.
1999-01-24remove unneeded pio.h inclusionMichael Shalayeff
1999-01-23kill #pragma pack.Marc Espie
1999-01-23replace #pragma pack -> attribute((packed))Marc Espie
1999-01-21Remove remnicients of old pcmcia code, allow both pccom & com at pcmciaNiklas Hallqvist
work again
1999-01-21Fix my com/pccom thinkoNiklas Hallqvist
1999-01-21Comment com attach since it conflicts with the i386 declaration.Federico G. Schwindt
(perhaps this should be moved to files.<arch>?)
1999-01-20pccom is i386 only, com can be attached from mi-land thoughNiklas Hallqvist
1999-01-20ne needs to be attached before weNiklas Hallqvist
1999-01-20Use #error instead of C syntax error to report an inconsistency in definesNiklas Hallqvist
1999-01-19syncTodd C. Miller
1999-01-19move attachment of lpt way down as it can deal withoutNiklas Hallqvist
getting an interrupt nowadays. This makes the sb/lpt conflict go away
1999-01-16M1531 Host-PCI BridgeFederico G. Schwindt
1999-01-16hppa has isa tooMichael Shalayeff
1999-01-11Import of CMU's RAIDframe via NetBSD.Niklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11remove pnic stuffJason Wright
1999-01-11Driver for PNIC boardsJason Wright
1999-01-11Make attachment sane.Jason Downs
1999-01-11The DSP likes it better if you actually give it an iobase and a handle.Jason Downs
1999-01-11more printf/panic merging, since panic() is stdargAaron Campbell
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11shave a few byes by combining a printf and panic that are consecutiveTodd C. Miller