Clean up some minor typos in comments.
[dragonfly.git] / sys / dev /
2005-12-19 Matthew DillonFix a number of panic conditions for network cardbus...
2005-12-19 Simon SchubertAdjust sources to accomodate for repo copy of our bridg...
2005-12-18 Sepherosa ZiehauAfter bus/pci/pcivar.h rev1.10, pcib_get_bus() should...
2005-12-18 Sepherosa Ziehau- serialize iwi(4)
2005-12-17 Sepherosa Ziehau1) Add support for NIC found in Sony FS570 laptops
2005-12-16 Matthew DillonProperly integrate the now mandatory serializer into...
2005-12-14 Matthew DillonpfnStop() seems to take a flags argument which as far...
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-12-10 Matthew DillonAdd KTR logging for IF_EM to measure interrupt overhead...
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-04 Matthew DillonAdd support for DLink 528(T) Gigabit cards.
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-30 Sepherosa Ziehauunbreak LINT building
2005-11-29 Matthew DillonJumbo mbuf mangement's extbuf callbacks must be MPSAFE...
2005-11-29 Matthew Dillonipw (is the only driver that) needs a working interrupt...
2005-11-29 Matthew DillonProperly serialize IPW.
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-11-21 Sepherosa ZiehauThere are two possible causes which will make vr(4...
2005-11-20 Sepherosa ZiehauPrefer m_getcl() to EPIC_MGETCLUSTER() which uses MGETH...
2005-11-20 Sepherosa Ziehau- Remove unnecessary ETHER_* macros
2005-11-20 Sepherosa ZiehauSync with FreeBSD dev/xe
2005-11-20 Sepherosa ZiehauANSIfy
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-09 YONETANI TomokazuCatch up with renaming of macros IRQn -> ICU_IRQn in...
2005-11-08 Sepherosa ZiehauSync with Intel's em(4) driver version 3.2.15
2005-11-05 Sepherosa Ziehauin mii_layer/ruephy.c
2005-11-04 Matthew DillonFix a symbol not found problem by not including madt...
2005-11-04 Matthew DillonWe are already serialized when nv_ospackettx() is calle...
2005-11-02 Matthew DillonICU/APIC cleanup part 4/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-11-01 Matthew Dillonadd an acpi_enabled() function, invert the "pci" logic...
2005-10-31 Sepherosa Ziehau- hide ukphy_probe(), since it is not intended to be...
2005-10-31 Sepherosa Ziehau- In mii_anar(), turn on ANAR_CSMA at beginning instead...
2005-10-31 Sepherosa Ziehaunuke mii_data.mii_{readreg, writereg, statchg}, since...
2005-10-31 Sepherosa Ziehau- In rlphy_attach(), turn on BMCR_AUTOEN after mii_phy_...
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-30 YONETANI Tomokazu- kill `unused variable' warning pointed out by sephe@
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-27 Sepherosa ZiehauKill most of the "unused variable" warning
2005-10-27 Sepherosa Ziehaubug fixing:
2005-10-26 Sepherosa ZiehauWe have INTR_ENTROPY in sys/bus.h for ~20 months
2005-10-26 Sepherosa Ziehauadd forward declaration to shut up dev/usbmisc/umass...
2005-10-24 Matthew DillonPass mii_attach_args to mii_softc_init() rather then...
2005-10-24 Matthew DillonAdd an mii_flags field to the attach arguments, to...
2005-10-24 Matthew DillonOnly check GiGE related flags in the generic code when...
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-10-21 Sepherosa Ziehau- polling(4) support
2005-10-17 Sepherosa ZiehauSync with FreeBSD dev/em
2005-10-13 Sepherosa ZiehauANSIfy
2005-10-13 Sepherosa Ziehauunbreak LINT building
2005-10-13 Sepherosa Ziehauunbreak GENERIC building
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-10-12 Sepherosa ZiehauSince intr has been setup in the last step of vr_attach...
2005-10-12 Matthew DillonProperly serialize access in the NV ethernet driver...
2005-10-12 Matthew DillonAttempt to add generic GigE support to MII. If this...
2005-10-11 Matthew DillonAdd missing crit_exit(). If VR fails to attach the...
2005-10-09 Simon Schubert1:1 Userland threading stage 2.5/4:
2005-10-08 Simon SchubertBring in FreeBSD rev 1.123:
2005-10-04 Sepherosa Ziehauadd missing bus_dmamap_sync()
2005-10-02 Sepherosa Ziehau- In em_encap(), call seralized version of em_82547_mov...
2005-10-02 Sepherosa ZiehauIf m_defrag() succeeds, the original mbuf has already...
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-10-01 Sepherosa Ziehau- make declaration of ed_get_packet(), ed_ring_copy...
2005-09-29 Sepherosa ZiehauFor bge(4), dc(4), lge(4), ndis(4), nge(4), pcn(4)...
2005-09-27 Sepherosa ZiehauIn xl_list_tx_init_90xB()
2005-09-27 Sepherosa Ziehau- Factor out xl_dma_alloc() from xl_attach()
2005-09-26 Sepherosa Ziehausetup UpPoll register before installing RX list pointer
2005-09-25 Sepherosa Ziehau- in xl_attach(), print xl card type ("90X"/"90XB"...
2005-09-24 Sascha WildnerFix a memory leak I introduced when I changed the vtb_b...
2005-09-24 Sepherosa Ziehauin if_xl.c, xl_detach():
2005-09-23 YONETANI Tomokazu- Catch up with rev 1.157 of sys/dev/acpica/acpi.c...
2005-09-21 Jeffrey HsuPrefer the general purpose m_getl() routine for mbuf...
2005-09-20 Sepherosa Ziehaucheck pointer for NULL before calling free()
2005-09-20 Matthew DillonFix the infinite-watchdog timeout problem. the pending...
2005-09-19 Sepherosa Ziehaucheck NULL pointer, before free()
2005-09-19 Sepherosa ZiehauPort rue(4) from FreeBSD:
2005-09-17 Matthew DillonUsing the ACPI idle hook while shutting down ACPI durin...
2005-09-16 Matthew DillonCleanup a couple of serious issues with vinum.
2005-09-12 Matthew DillonDragonFly's malloc only guarentees X alignment when...
2005-09-11 Sepherosa Ziehauremove unnecessary XXX marked comment
2005-09-11 Sepherosa Ziehaufree aha_softc only after it is not used any more
2005-09-11 Sepherosa Ziehau- convert PRVERB to use device_printf()
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-10 Sepherosa Ziehautypo fixing
2005-09-10 Sascha WildnerRemove joy(8). Its sole purpose was to kldload joy.
2005-09-09 Sepherosa Ziehauuse ether_crc32_be()
2005-09-09 Sepherosa ZiehauProblem:
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-09 Sepherosa ZiehauIn axe_stop(), move axe_reset() after usbd_close_pipe().
2005-09-09 Sepherosa Ziehaunew device:
2005-09-08 Sepherosa Ziehau- set dc_softc.{dc_type, dc_flags, dc_pmode} for ADM951...
2005-09-07 Sascha WildnerAdjust pointer in function definition.
2005-09-07 Sepherosa Ziehaufix the support for AN985 chip, which does not set...
next