Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-24 | handle scatter-gather, seperate src/dst mbuf, etc | Theo de Raadt | |
1999-02-24 | why do new manufacturers make identical products, but change the vendor field? | Theo de Raadt | |
1999-02-23 | sync | Theo de Raadt | |
1999-02-23 | 4 more rhineII and 8139 clones | Theo de Raadt | |
1999-02-23 | Do a better job of reinitializing it the xl is found in powered down state. | Jason Wright | |
1999-02-21 | use src/dst descriptor chaining out of an mbuf | Theo de Raadt | |
1999-02-20 | sync | Theo de Raadt | |
1999-02-20 | a isapnp pcic | Theo de Raadt | |
1999-02-20 | flesh | Theo de Raadt | |
1999-02-19 | sync | Theo de Raadt | |
1999-02-19 | new usr modem | Theo de Raadt | |
1999-02-19 | make vm_page_alloc_contig() a std function | Theo de Raadt | |
1999-02-19 | connect aeon | Theo de Raadt | |
1999-02-19 | invertex aeon driver base | Theo de Raadt | |
1999-02-19 | sync | Theo de Raadt | |
1999-02-19 | shorten AEON name | Theo de Raadt | |
1999-02-16 | sync | Theo de Raadt | |
1999-02-16 | AEON is an encryption card | Theo de Raadt | |
1999-02-16 | sync | Theo de Raadt | |
1999-02-16 | Invertex products | Theo de Raadt | |
1999-02-16 | Merge from NetBSD, mostly indentation | Niklas Hallqvist | |
1999-02-15 | Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0. | Federico G. Schwindt | |
1999-02-13 | Always check that "range->start" and "range->len" is within the bounds of | Federico G. Schwindt | |
"h->sc->iobase" and "h->sc->iosize" before call bus_space_alloc. | |||
1999-02-13 | If the card is not present be sure to always call bus_space_unmap on exit. | Federico G. Schwindt | |
1999-02-13 | If the card is not present be sure to always call bus_space_unmap on exit. | Federico G. Schwindt | |
1999-02-09 | sync | Theo de Raadt | |
1999-02-09 | more flesh | Theo de Raadt | |
1999-02-09 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-02-08 | regen | Todd C. Miller | |
1999-02-08 | PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693 | Todd C. Miller | |
1999-02-08 | sync | Jason Wright | |
1999-02-08 | Davicom DM9101; from NetBSD. | Jason Wright | |
1999-02-07 | Break 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-06 | Always initialize sc->handle[i].flags. | Federico G. Schwindt | |
Check if the socket is present before disabling the CSC_INTR. | |||
1999-02-04 | Fix bit test; from netbsd. | Jason Wright | |
1999-02-04 | correct attach printing for 4-port cards | Theo de Raadt | |
1999-02-03 | sync | Theo de Raadt | |
1999-02-03 | sync | Jason Downs | |
1999-02-03 | Creative Labs has some products... | Jason Downs | |
1999-02-01 | New PCI arch, Galileo | Per Fogelstrom | |
1999-01-31 | Fix 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-31 | Add support for Kingston KNE-PC2. | Federico G. Schwindt | |
1999-01-30 | Sync with FreeBSD | Niklas Hallqvist | |
1999-01-30 | A slew of manifest constants for pci configuration registers gotten from freebsd | Niklas Hallqvist | |
1999-01-30 | update to latest freebsd code, fixes stalls during heavy traffic | Niklas Hallqvist | |
1999-01-30 | Make this build on architectures that define __NO_ISA_INTR_CHECK. | imp | |
This is a hack, but so is __NO_ISA_INTR_CHECK. | |||
1999-01-28 | Remove unused vars. | Federico G. Schwindt | |
1999-01-28 | Add 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-24 | remove unneeded pio.h inclusion | Michael Shalayeff | |
1999-01-23 | kill #pragma pack. | Marc Espie | |