Merge from vendor branch TCPDUMP:
[dragonfly.git] / sys / dev /
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.
2004-04-07 Matthew DillonGeneral ata malloc() flags cleanup. Use M_INTWAIT...
2004-04-07 Matthew DillonGeneral netif malloc() flags cleanup. Use M_INTWAIT...
2004-04-05 Matthew DillonPartial sync from FreeBSD adds some more support and...
2004-04-02 Hiten PandyaAdd Makefile for the netif/ie ISA NIC driver.
2004-04-01 Joerg SonnenbergerConvert sis(4) from vtophys to busdma.
2004-04-01 Joerg SonnenbergerAdd the "struct ucred *" argument to the remaining...
2004-04-01 Joerg SonnenbergerFix warning about unused variable
2004-04-01 Joerg SonnenbergerRemove unused obsolete drivers.
2004-03-29 Matthew DillonBring in a bunch of well tested MPIPE changes. Preallo...
2004-03-29 David Rhodus* Fix an off-by-one problem.
2004-03-24 Matthew DillonFix malloc semantics (M_NOWAIT->M_INTWAIT/M_WAITOK).
2004-03-24 Matthew Dillonagp_nvidia.c was not being linked into the module build.
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-22 Joerg SonnenbergerChange to PCI_VENDOR_DELL
2004-03-22 Joerg SonnenbergerAdd device IDs of BCM5788, BCM5901 and BCM5901A2. Fix...
2004-03-19 Matthew DillonIf XL cannot properly attach it tries to detach to...
2004-03-17 Matthew DillonUpdate the 825xx GigE support. Add a large number...
2004-03-16 Joerg SonnenbergerCleanup sis(4):
2004-03-15 Matthew DillonAdd a Makefile stub to build ep as a module.
2004-03-15 Matthew DillonWhen detaching UMASS, abort all the pipes before detach...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-03-15 Matthew DillonDo some M_WAITOK<->M_INTWAIT cleanups. Code entered...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-03-14 Joerg SonnenbergerRemove macro definitions for BPF_MTAP
2004-03-12 Joerg SonnenbergerThink before commit and remove some more cruft
2004-03-12 Joerg SonnenbergerAdd a short cut for DVD_INVALIDATE_AGID to simplify...
2004-03-12 Joerg SonnenbergerInitialize the interface name for if_de
2004-03-09 Joerg SonnenbergerRemove a debug printf added with the last commit.
2004-03-09 Joerg SonnenbergerWhile converting ATA to use MPIPE allocations, ata_dmaa...
2004-03-08 Joerg SonnenbergerHandle failure in atapi_queue_cmd correctly
2004-03-08 Joerg SonnenbergerFix panic in acd_report_key when ai->format==DVD_INVALI...
2004-03-07 Joerg SonnenbergerFrom FreeBSD:
2004-03-02 David Rhodus* Add in support for the Silicon Image SATA controller.
2004-03-02 David Rhodus* Correct end value calculation. This should fix...
2004-03-02 David Rhodus* Remove instances of PRIBIO because DragonFly no...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-27 Joerg SonnenbergerAdd bfe(4) support from FreeBSD.
2004-02-26 Joerg SonnenbergerAdd missing return from last commit
2004-02-25 Joerg SonnenbergerCleanup emujoy_pci_probe
2004-02-25 Joerg SonnenbergerFix use after free / double free bugs. Return an error...
2004-02-24 Joerg Sonnenberger#ifdef0 pst_shutdown, it is not used
2004-02-24 Joerg SonnenbergerConditionalize filll_io and filll, they are only used...
2004-02-24 Joerg SonnenbergerFix spurious warning about ANSI trigraphs
2004-02-24 Joerg SonnenbergerFix format string
2004-02-24 Joerg SonnenbergerFix argument order for snprintf, the size is the second...
2004-02-24 Joerg SonnenbergerFix format string
2004-02-24 Joerg SonnenbergerRemove unused static declarations
2004-02-24 Joerg SonnenbergerFix some warnings
2004-02-22 Matthew DillonRemove static resource_disabled(), the function is...
2004-02-21 Matthew DillonINTR_EXCL moved to sys/bus.h, add #include.
2004-02-21 Matthew DillonBring in the FreeBSD-5 ACPICA code as a module. Note...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-20 Matthew DillonM_NOWAIT work stage 1/999: Fix some boot-time misuses...
2004-02-19 Joerg SonnenbergerRemove some unneeded #include
2004-02-19 Joerg SonnenbergerAdd PCCARD match function to ata. Code taken from FreeBSD.
2004-02-19 Joerg SonnenbergerAdd PCCARD match routines sio and the disk drivers.
2004-02-19 Joerg SonnenbergerAdd proper match routines for PCCARD nics.
2004-02-18 Matthew DillonATAng stage 6: Comment-only. Many thanks to David...
2004-02-18 Matthew DillonAdd experimental (as in hacked) support for the Silicon...
2004-02-18 Matthew DillonATAng stage 5: sync chipset changes and bug fixes....
2004-02-18 Matthew DillonATAng stage 5: sync additional function API changes...
2004-02-18 Matthew DillonATAng stage 4: sync additional atang from 4.x, all...
2004-02-18 Matthew DillonATAng stage 3: sync additional atang from 4.x, mostly...
2004-02-18 Matthew DillonATAng stage 2: sync part of the ata_dma*() API. No...
2004-02-18 Matthew DillonATAng stage 1: synch ad_attach() and atapi_attach(...
2004-02-16 Matthew DillonRemove common declaration for -fno-common
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-14 Matthew DillonActively manage cam rescan timeouts in the usb subsyste...
2004-02-13 Joerg SonnenbergerFix warnings about casting const pointers.
2004-02-13 Joerg SonnenbergerSync if_ed with FreeBSD current
next