Add code to verify the data CRC by default, in addition to the B-Tree
[dragonfly.git] / sys / dev /
2008-10-08 Sepherosa ZiehauLINKCHG interrupt is still needed
2008-10-07 Sepherosa Ziehau- According to Realtek's BSD driver v176, we could...
2008-10-07 Sepherosa Ziehau- It does not make sense to disable TX interrupt moderation
2008-10-07 Sepherosa Ziehau- Nuke interrupt bits definition which don't apply...
2008-10-06 Sepherosa Ziehau- Rearrange comment
2008-10-06 Sepherosa ZiehauAdd RX interrupt moderation suport for PCI-E GigaE...
2008-10-05 Sepherosa Ziehaure_freebufmem() may be re-entered, so set the mbuf...
2008-10-05 Sepherosa Ziehau- Set hardware timer according to bus clock. Adjust...
2008-10-05 Sepherosa ZiehauGet bus clock, which will be used to fix broken TCTR...
2008-10-05 Sepherosa ZiehauSet ifq maxlen according to number of TX descriptors
2008-10-05 Sepherosa ZiehauAdd tunable for RX/TX descriptor count
2008-10-05 Sepherosa ZiehauDon't assume that RE_RX_DESC_CNT and RE_TX_DESC_CNT...
2008-10-05 Sepherosa ZiehauMove some macros from if_rereg.h to if_revar.h; regroup...
2008-10-05 Sepherosa Ziehaure_chain_data is never used
2008-10-04 Sepherosa Ziehau- For relative newer parts (8168B), setting MTPS (max...
2008-10-03 Sepherosa ZiehauFree sysctl tree during detach
2008-10-03 Sepherosa ZiehauTransmit csum offload does not work at all on certain...
2008-10-03 Sepherosa ZiehauPrint hardware revision during attach
2008-10-03 Sepherosa Ziehau- Don't substract ETHER_ALIGN from the fragment length...
2008-10-03 Sascha WildnerPrefix hex numbers with '0x' in debug messages.
2008-10-03 Hasso TepperCorrectly handle Intel g33 chips and add support for...
2008-10-03 Sepherosa ZiehauFactor out re_free_rxchain()
2008-10-03 Sepherosa ZiehauRework DMA stuffs' allocation/free
2008-10-03 Sepherosa ZiehauIf RX/TX ring initialization failed, then stop re(4...
2008-10-03 Sepherosa ZiehauRework re_newbuf() and re_encap()
2008-10-03 Hasso Tepperdevctl(4)/devd(8) support in acpi_thinkpad(4).
2008-10-03 Hasso TepperWelcome devctl(4) and devd(8).
2008-10-02 Sepherosa Ziehau- Instead of using magic number 4 define it as RE_TXDES...
2008-09-29 Matthew DillonAdd support for "RealTek 8102EL PCIe 10/100baseTX"...
2008-09-29 Hasso TepperUpdate acpi_battery(4) related code to the latest one...
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-27 Sepherosa ZiehauRevoke the INTR_MPSAFE flag; nata is not MPSAFE yet.
2008-09-23 Matthew DillonMake two more changes to the ata request queue sorting...
2008-09-19 Sepherosa ZiehauAdd workaround for JMC250A2 under 10/100 hdx mode.
2008-09-19 Sepherosa Ziehau- Add workaround field in softc
2008-09-17 Sepherosa ZiehauAlways enable ETHER_INPUT_CHAIN support
2008-09-17 Sepherosa ZiehauRemove the '2' suffix from ether_input_chain and vlan_i...
2008-09-16 Sascha WildnerSilence warnings about unhandled enum values.
2008-09-16 Sascha WildnerIf ae is NULL, just print that the controller is unsupp...
2008-09-13 Sascha WildnerAdd line width calculations for 15/16 and 24/32 bit...
2008-09-13 Sepherosa ZiehauUse extended interface FIFO depth to workaround CRC...
2008-09-13 Sepherosa Ziehau- Save device caps in device id array
2008-09-13 Sepherosa ZiehauSplit capabilities and flags
2008-09-13 Sepherosa Ziehau- Clean up header inclusion
2008-09-13 Sepherosa ZiehauUse IDs from pcidevs.h
2008-09-07 Sascha WildnerRemove unused variables.
2008-09-07 Sascha WildnerRemove unused variable.
2008-09-06 Hasso TepperMake acpi support modules depend on acpi module.
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-05 Hasso Tepperacpi_cpu(4) update. It's now possible to use higher...
2008-09-02 Hasso TepperFix coretemp(4) to provide temperatures from all cores...
2008-09-01 Sepherosa ZiehauIn aue(4) txeof, differ ifnet.if_start to ifnet's CPU to:
2008-08-30 Matthew DillonFlesh out BUF_CMD_FLUSH support.
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-08-28 Hasso TepperUnbreak build.
2008-08-28 Sepherosa ZiehauUnbreak compile: we have STAILQ_FOREACH_MUTABLE
2008-08-28 Hasso TepperAdd acpi_video(4) - a driver for ACPI video extensions.
2008-08-28 Hasso TepperAdd ACPI support module for IBM/Lenovo Thinkpad laptops...
2008-08-28 Hasso TepperMove acpi_toshiba.c, it's not pc32 specific.
2008-08-27 Hasso TepperAdd some methods to ACPI to handle embedded controllers...
2008-08-22 Sascha WildnerRemove unused variable/assignment.
2008-08-22 Sascha WildnerRemove unused variable.
2008-08-22 Sascha WildnerRemove unused variables.
2008-08-22 Hasso TepperSome agp(4) fixes:
2008-08-22 Hasso TepperMake Huawei E220 change the mode from device with singl...
2008-08-21 Sascha WildnerRemove wrong semicolon.
2008-08-19 Matthias SchmidtAdd another Qualcomm device ID.
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2008-08-16 Thomas NikolajsenAdd missing `)'.
2008-08-16 Hasso TepperFix some NULL pointer dereferences, most of the in...
2008-08-14 Hasso TepperRemove some useless variables and assignments from...
2008-08-13 Sascha WildnerRemove useless variable/assignments and add a missing...
2008-08-11 Sascha WildnerRemove two unused variables and improve readability...
2008-08-10 Hasso TepperFix interrupt pipe processing to treat a ugensa(4)...
2008-08-10 Hasso TepperCleanup err/error mess in the uticom_download_fw().
2008-08-10 Sascha WildnerRemove useless assignment.
2008-08-10 Sascha WildnerRemove unused variable.
2008-08-10 Sascha WildnerRemove useless assignment.
2008-08-10 Sascha WildnerRemove some useless code I forgot to remove in r1.24.
2008-08-08 Hasso TepperDetach correctly so there is no need to panic during...
2008-08-05 Sepherosa Ziehau- In dc_intr(), check IFF_RUNNING instead of IFF_UP...
2008-08-05 Sepherosa Ziehau- Add serializer assertion in all NIC driver's interfaces
2008-08-03 Sepherosa ZiehauPromote sysctl_int_range()
2008-08-03 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces.
2008-08-03 Matthew DillonFix a panic on boot that can occur if you hit keys...
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-07-27 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-07-26 Sepherosa Ziehau- Serialize re_{resume,suspend}()
2008-07-26 Sepherosa ZiehauAdd jme(4)
2008-07-26 Sepherosa ZiehauAdd support for JMicron Gigabit/Fast Ethernet chips.
2008-07-26 Sepherosa ZiehauEnable hardware timer simulated interrupt moderation...
2008-07-24 Sascha WildnerFix LINT now that we build with -Werror-implicit-functi...
2008-07-24 Sascha WildnerRemove stopgap definition of TAILQ_FOREACH_SAFE.
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-07-22 Sepherosa ZiehauDon't let PROMISC interfere hardware vlan tagging opera...
2008-07-22 Sepherosa Ziehau- Add bge_cksum_pad() to assist hardware csum offloadin...
2008-07-22 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces
2008-07-22 Sepherosa ZiehauIncrease RX ticks to 100us
next