When re-connecting an already connected datagram socket be sure to clean
[dragonfly.git] / sys / bus /
2004-07-16 Jeroen Ruigrok/asmodaiAdd detection code for the Intel 82372FB IEEE 1394...
2004-07-16 Jeroen Ruigrok/asmodaiChange identifier display text to include all models...
2004-07-16 Jeroen Ruigrok/asmodaiAdd support for the Texas Instruments IEEE 1394 control...
2004-07-16 Jeroen Ruigrok/asmodaiSync with FreeBSD v1.16:
2004-07-10 Matthew DillonFix some issues with the pccard shutdown path (during...
2004-07-08 Matthew DillonBring EHCI up-to-date with NetBSD. The most serious...
2004-07-08 Matthew DillonBring in a bunch of updates from NetBSD:
2004-06-28 Matthew DillonIncrease PCCARD_CIS_SIZE from 1024 to 4096 as per FreeB...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-22 Chris PresseyPerl is no longer user during kernel build, so remove...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-19 Matthew DillonDevice layer rollup commit.
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 DillonRemove DIAGNOSTIC elements that are no longer correct.
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-04-07 Matthew DillonGeneral bus malloc() flags cleanup, M_NOWAIT -> M_INTWA...
2004-04-01 Joerg SonnenbergerRemove struct driver and make driver_t directly defined...
2004-03-25 Matthew DillonReturn a low priority for the "hostb%d" catch-all for...
2004-03-24 Matthew DillonFix malloc semantics, M_NOWAIT->M_WAITOK.
2004-03-19 Matthew DillonIncorporate NetBSD rev 1.111: Set the device address...
2004-03-19 Matthew DillonFix generation of USB_EVENT_DEVICE_DETACH, which was...
2004-03-17 Matthew DillonAdd some missing SRCS dependancies to the EHCI module.
2004-03-17 Matthew DillonSeparate the pieces a bit. The usb.ko module does...
2004-03-15 Matthew DillonAdd a Makefile stub to build pccard as a module.
2004-03-15 Matthew DillonPartial merge from FBsd-5, code to make some PCCARDs...
2004-03-15 Matthew DillonWhen deregistering a bus, pending device bus scan timeo...
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 SonnenbergerRemove BPF_MTAP definition
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-03-12 Matthew DillonUse M_INTWAIT and M_WAITOK instead of M_NOWAIT within...
2004-03-12 Matthew DillonChange M_NOWAIT to M_INTWAIT or M_WAITOK. CAM does...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-02 David Rhodus* Remove instances of PRIBIO because DragonFly no...
2004-02-24 Joerg SonnenbergerHide ISA compatibility layer under COMPAT_OLDISA
2004-02-24 Joerg SonnenbergerSplit off the PCI-PCI bridge and the PCI-ISA bridge...
2004-02-24 Joerg SonnenbergerAdd missing make_dev
2004-02-21 Matthew DillonBring in additional stuff from FreeBSD-5, fixing some...
2004-02-21 Matthew DillonFix a bug in the last commit. 4.x improperly tries...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-19 Joerg SonnenbergerAdd generated pcidevs files. Fix a small typo in devlis...
2004-02-19 Joerg SonnenbergerPCCARD has a central device database in bus/pccard...
2004-02-16 Matthew DillonAdd a dependant include.
2004-02-16 Matthew DillonRemove duplicate declarations in preparation for adding...
2004-02-16 Joerg SonnenbergerAdd pci_get_ether and pci_set_ether for FreeBSD 5 compa...
2004-02-16 Joerg SonnenbergerAdd PCIR_BAR and PCIR_BARS for FreeBSD 5 compatibility
2004-02-14 Matthew DillonAdd PCI busses to the device list in bus number order...
2004-02-13 Joerg SonnenbergerFix warnings about casting const pointers.
2004-02-12 Joerg SonnenbergerAdd accessor for CIS4 and change some functions to...
2004-02-11 Joerg Sonnenberger__FreeBSD__ to __DragonFly__
2004-02-11 Joerg SonnenbergerSync with FreeBSD's pccarddevs
2004-02-11 Joerg SonnenbergerFix gcc3 compilation
2004-02-11 Joerg SonnenbergerAdd defined(__FreeBSD__) and defined(__DragonFly__...
2004-02-11 Eirik NygaardAdd missing */ on the end of a comment.
2004-02-10 Joerg SonnenbergerInitial backport of NEWCARD from FreeBSD 5.
2004-02-10 Matthew DillonThe logical pci busses must attach to the physical...
2004-02-09 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-07 Joerg SonnenbergerAdd a tunable hw.pci_disable_bios_route to work around...
2004-02-06 Joerg SonnenbergerAdjust infrastructure for NEWCARD
2004-02-05 Joerg SonnenbergerSecond part of the firewire sync. Add defined(__DragonF...
2004-02-05 Joerg SonnenbergerSync DragonFly and FreeBSD-current's FireWire driver.
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-16 Joerg SonnenbergerFix PCI deadlock on boot
2004-01-16 Joerg SonnenbergerFix compile errors introduced with last commit
2004-01-15 Joerg SonnenbergerReplace pci_cfgread and pci_cfgwrite with PCIB_READ_CON...
2004-01-15 Joerg SonnenbergerAdd comment for nexus_pcib_write_config.
2004-01-15 Joerg SonnenbergerUse nexus_pcib_read_config instead of pci_cfgread....
2004-01-15 Joerg SonnenbergerRemove HOSE support which should be implemented in...
2004-01-15 Joerg SonnenbergerAdd pcib interface methods.
2004-01-15 Joerg SonnenbergerAdd pcib_if.m
2004-01-15 Joerg SonnenbergerSync pci_cfgreg.c with FreeBSD 5, rev. 1.101. This...
2004-01-14 Joerg SonnenbergerDrop chip driver and merge the functionality into pci_p...
2004-01-14 Joerg SonnenbergerFix indentation to tabs, no functional changes
2004-01-09 David Rhodus* Add usb_mem.c back into the build process so the...
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'weird' the way English expects it.
2004-01-08 Jeroen Ruigrok/asmodaiGet rid of PZERO. This was removed about the first...
2004-01-08 Joerg SonnenbergerAdd/uncondionalize the sixt argument of set_memory_offs...
2004-01-07 Joerg SonnenbergerMove the FreeBSD 2.2 and 3.x PCI compatibility code...
2004-01-01 Matthew DillonGet EHCI to compile. This will make USB2.0 work when...
2003-12-30 Matthew DillonCleanup a DIAGNOSTIC test so LINT compiles.
2003-12-30 Matthew DillonThese files have been moved to bus/usb.
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-12-29 Matthew DillonAdd support for cam_calc_geometry(), from FreeBSD-5.
2003-12-29 Matthew DillonAdd missing prototypes in last commit, other minor...
2003-12-29 Matthew DillonFix the peripheral list scan code, which was broken...
2003-12-29 Matthew DillonSynchronize the USB, CAM, and TASKQUEUE subsystems...
2003-12-07 Matthew DillonPCI compat cleanup, part 1. This brings in the LNC...
2003-11-29 David Rhodus* Add quirk for LEXAR 256MB JUMPDRIVE
2003-11-22 Jeroen Ruigrok/asmodaiRemove haveseen_iobase(), it is not in use in the kernel.
next