Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-02 | Ignore TX interrupts when there are not packets buffered. | Federico G. Schwindt | |
This fix a problem seen with realtek 80[12]9 based cards; noted by scomeau@obscurity.org. | |||
1999-03-02 | put the DELAY back into xl_wait() | Jason Wright | |
1999-03-01 | add checks for if_bridge (in addition to if_bpf) | Jason Wright | |
1999-02-28 | compensate for check on unicast packets rx'd in promisc mode being moved | Jason Wright | |
to ether_input(). | |||
1999-02-28 | compensate for the test of packet ownership being moved to ether_input() | Jason Wright | |
1999-02-27 | sync with freebsd: | Jason Wright | |
o remove call to DELAY from xl_wait() o do not issue RX and TX resets in xl_stop() & xl_init() o be sure that ifp->if_snd.ifq_maxlen is initialized | |||
1999-02-27 | sync | Theo de Raadt | |
1999-02-27 | another sb | Theo de Raadt | |
1999-02-27 | OpenBSD tags, sync with FreeBSD: | Jason Wright | |
o make sure ifp->if_snd.ifq_maxlen is initialized o type fixups | |||
1999-02-27 | Sync with FreeBSD: | Jason Wright | |
o make sure ifp->if_snd.ifq_maxlen is initialized o proper handling of boards which report the TI product id | |||
1999-02-27 | Sync with FreeBSD: | Jason Wright | |
o match pnic-ii o make sure that ifp->if_snd.ifq_maxlen is initialized | |||
1999-02-27 | sync | Theo de Raadt | |
1999-02-27 | increase joy | Theo de Raadt | |
1999-02-27 | sync | Federico G. Schwindt | |
1999-02-27 | ESS ES1878 Plug and Play AudioD; hbaez@usa.net. | Federico G. Schwindt | |
1999-02-26 | Sync with FreeBSD: | Jason Wright | |
o fix multicast hash calculation (return the right set of bits) o make sure ifp->if_snd.ifq_maxlen is initialized o use RL_CMD_EMPTY_RXBUF instead of magic constant 1 o make sure the delta 8139 boards are setup correctly | |||
1999-02-26 | compensate for the fact that the check for ownership of a unicast packet | Jason Wright | |
has moved to ether_input() | |||
1999-02-26 | sync | Jason Wright | |
1999-02-26 | PNIC II | Jason Wright | |
1999-02-26 | compatibility with uvm kmem allocators | Artur Grabowski | |
1999-02-26 | uvm compat | Artur Grabowski | |
1999-02-25 | Fix autosetting of d_type and d_typename that I introduced in rev | Todd C. Miller | |
1.36. Checking wdp_config for WD_CFG_FIXED is incorrect. Default to ESDI/IDE if WD_CAP_LBA is set in wdp_capabilities instead. Also, set d_typename for non-IDE/ESDI to "ST506/MFM/RLL" not "ST506/MFM/RLL di" (the latter caused by truncation to 16 characters). | |||
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. |