Import generic 802.11 layer.
[dragonfly.git] / sys / dev /
2004-07-26 Joerg SonnenbergerDon't use cast as lvalues.
2004-07-23 Joerg SonnenbergerComment out extra token at end of #endif.
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-20 Matthew Dillonata-raid associates raw ata disk devices to record...
2004-07-17 Joerg SonnenbergerAdd if_broadcastaddr to struct ifnet to hold the link...
2004-07-17 Joerg SonnenbergerDon't return 0 from rl_probe, because rl(4) is not...
2004-07-17 Hiten PandyaBUF/BIO stage 2:
2004-07-16 Jeroen Ruigrok/asmodaiAdd detection support for the Intel ICH6 chipset.
2004-07-16 Jeroen Ruigrok/asmodaiAdd detection support for the Avance Logic (Realtek...
2004-07-16 Jeroen Ruigrok/asmodaiAdd a clarification comment stating that Avance Logic...
2004-07-14 Jeroen Ruigrok/asmodaiAdd ATI Radeon RV280 9200.
2004-07-14 Joerg SonnenbergerDon't init sc->re_timer twice.
2004-07-10 Matthew DillonFix some issues with the pccard shutdown path (during...
2004-07-10 Joerg SonnenbergerStop using if_dname, use if_printf or ifp->if_xname...
2004-07-09 Matthew DillonAdd a missing '$' to the FreeBSD cvs tags.
2004-07-09 Matthew DillonIPS was using malloc flags of 0 (which is no longer...
2004-07-09 Jeroen Ruigrok/asmodaiAdd support for CS4294.
2004-07-08 Matthew DillonGive ugenbuf the standard DragonFly copyright.
2004-07-08 Matthew DillonGive the newly created ugenbuf.c the standard DragonFly...
2004-07-08 Matthew DillonJulian Elischer posted an interesting proof-of-concept...
2004-07-07 Joerg SonnenbergerAdd per-device polling support.
2004-07-07 Joerg SonnenbergerAdd re(4) as kernel module. After some feedback, this...
2004-07-06 Matthew DillonUnconditionally reset ATAPI-CD devices during boot...
2004-07-06 Matthew DillonBe more verbose when printing information on transfer...
2004-07-05 Matthew Dillonacpica5 update part 1/3: Implement support for acpica...
2004-07-04 Matthew DillonGet rid of some debugging printf's that had been accide...
2004-07-04 Matthew DillonAdd AGP support for the i852GM, i855GM, and i865G.
2004-07-03 Matthew DillonMake sure a serial port exists by determining whether...
2004-07-02 Eirik NygaardSome laptops return other values for working toucpads...
2004-07-02 Joerg SonnenbergerAnnounce MAC address in ether_ifattach, not in each...
2004-07-02 Joerg SonnenbergerRemove invalid tokens after #endif
2004-07-02 Joerg SonnenbergerAdd a default initializer for data_sds. The warning...
2004-06-30 Eirik NygaardMake sure the xe driver found a supported card type...
2004-06-29 Matthew DillonFix a snafu in the last commit. In the normal non...
2004-06-27 Matthew DillonThe acpica-unix-20040527 download from intel seems...
2004-06-27 Matthew DillonMake the VR device backdown to emergency polling if...
2004-06-27 Matthew DillonAdd note to cpu_idle_hook (which is currently asserted...
2004-06-27 Matthew DillonBring in YONETANI Tomokazu's acpi-update-2.patch (27...
2004-06-25 Hiten PandyaMerge from FreeBSD-4, revision 1.1.2.9:
2004-06-25 Joerg SonnenbergerAdd missing WI_UNLOCK
2004-06-25 Hiten PandyaMerge rev. 1.7 of FreeBSD's src/sys/dev/twa/twa_freebsd.c.
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-24 Matthew DillonBackout 1.19. It prevents some machines from booting...
2004-06-23 Matthew DillonHack in the code from FreeBSD-5 to set the timings...
2004-06-23 Matthew DillonDo a partial synch from FreeBSD-5 of the NVIDIA and...
2004-06-23 Matthew DillonFix an improper DELAY in the ata tag code (but nobody...
2004-06-23 Matthew DillonCheck for a queued interrupt being dispatched after...
2004-06-21 Matthew DillonSome more M_NOWAIT->M_INTWAIT. Not sure if the sym...
2004-06-21 Matthew DillonGeneral M_NOWAIT -> M_INTWAIT work, except in periodic...
2004-06-21 Matthew DillonCorrect a known panic in the twe driver, M_NOWAIT ...
2004-06-21 Matthew Dillongcc-3.4 cleanups. Add missing break statements, deal...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-17 Matthew DillonDon't set prefetch mode on VIA chips, it causes problem...
2004-06-06 Matthew DillonThe usbcom's device was being released too early in...
2004-06-05 Joerg Sonnenbergerem(4) assumes that bus_dmamap_destroy of bus_dmamap_loa...
2004-06-05 Joerg SonnenbergerFix a small bug in the last commit. ether_ifdetach...
2004-06-04 Joerg SonnenbergerContinue cleaning em(4).
2004-06-03 Joerg SonnenbergerHide unused functions to silence GCC
2004-06-02 Matthew DillonClean up some misuses of bp->b_dev after a strategy...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-02 Joerg SonnenbergerImprove the way error message from ALART are printed.
2004-06-01 Joerg SonnenbergerExplicitly cast-away volatile since it should be save...
2004-06-01 Joerg SonnenbergerExplicitly cast away the volatile for conversions and...
2004-06-01 Joerg SonnenbergerUse struct thread for kernel threads, not struct proc.
2004-05-31 Eirik NygaardRemove unused error variable.
2004-05-26 Matthew DillonCleanup cdevsw and dev reference counting ops to fix...
2004-05-21 Matthew DillonPass the proper mask/match arguments to cdevsw_add...
2004-05-20 Matthew DillonCleanup compile issues with the recent dev_t changes.
2004-05-20 Matthew DillonCleanup compile issues with the recent dev_t changes.
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Joerg SonnenbergerUpdate bktr(4) to FreeBSD current's version. This most...
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-13 Matthew Dillonmalloc() flags cleanup and fixes. Get rid of M_NOWAIT...
2004-05-13 Joerg SonnenbergerAdd PCI IDs for i865 agpgart support.
2004-05-11 Joerg SonnenbergerReadd em_read_reg_io and em_write_reg_io for workaround...
2004-05-11 Joerg Sonnenberger- remove em_adapter_list, it was not used for anything...
2004-05-10 Joerg SonnenbergerSync em(4) with FreeBSD current. Most important is...
2004-05-06 Joerg SonnenbergerSwitch to the callout interface and rename the associat...
2004-05-05 Matthew DillonUse M_INTWAIT instead of M_NOWAIT for the rest of the...
2004-05-05 Matthew DillonDo not trust the third-party ACPI code. Track memory...
2004-05-04 Hiten Pandyanetif/cx/cx.c:
2004-05-04 Hiten PandyaBring le(4) up-to-speed with 64-bit physical addressing.
2004-05-04 Hiten PandyaCatch up with if_ioctl prototype changes (see rev....
2004-05-04 Hiten PandyaJust pass NULL to sync(), no need to create a `dummyarg'.
2004-04-25 David RhodusLeave out acpica5 from the device build path for a...
2004-04-24 Chris PresseyMerge ... FreeBSD (RELENG_4) src/sys/dev/syscons/syscons.c,
2004-04-24 David RhodusAdd in the new acpica5 to the device build path.
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) aac_pci.c rev. 1.3.2.19
2004-04-20 Justin C. SherrillNew logo of the DragonFly logo instead of the BSD Beast...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-16 Matthew DillonChange WAIT_FOR_AUTO_NEG_DEFAULT to 0. Do not wait...
2004-04-16 David RhodusAdd in the twa(4) driver. This adds in support for...
2004-04-16 Joerg SonnenbergerMove IFF_PROMISC and IFF_POLLING from ifnet.ipending...
2004-04-14 Joerg SonnenbergerRemove unit from sis_softc and use device_printf and...
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-12 Matthew DillonFix the conditional used to determine whether psignal...
2004-04-08 Joerg SonnenbergerAdd support for AC'97 codec of the AMD-8111 chipset.
next