summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1999-02-21use src/dst descriptor chaining out of an mbufTheo de Raadt
1999-02-20syncTheo de Raadt
1999-02-20a isapnp pcicTheo de Raadt
1999-02-20fleshTheo de Raadt
1999-02-19syncTheo de Raadt
1999-02-19new usr modemTheo de Raadt
1999-02-19make vm_page_alloc_contig() a std functionTheo de Raadt
1999-02-19connect aeonTheo de Raadt
1999-02-19invertex aeon driver baseTheo de Raadt
1999-02-19syncTheo de Raadt
1999-02-19shorten AEON nameTheo de Raadt
1999-02-16syncTheo de Raadt
1999-02-16AEON is an encryption cardTheo de Raadt
1999-02-16syncTheo de Raadt
1999-02-16Invertex productsTheo de Raadt
1999-02-16Merge from NetBSD, mostly indentationNiklas Hallqvist
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
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
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 isa_int...Todd C. Miller
1999-02-06Always initialize sc->handle[i].flags.Federico G. Schwindt
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
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
1999-01-28Remove unused vars.Federico G. Schwindt
1999-01-28Add support for:Federico G. Schwindt
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
1999-01-21Fix my com/pccom thinkoNiklas Hallqvist
1999-01-21Comment com attach since it conflicts with the i386 declaration.Federico G. Schwindt
1999-01-20pccom is i386 only, com can be attached from mi-land thoughNiklas Hallqvist