Undo part of the last commit. OBJFORMAT_PATH controls how the cross
[dragonfly.git] / sys / bus /
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.
2003-11-22 Jeroen Ruigrok/asmodaiUse malloc() + M_ZERO instead of malloc() + bzero().
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver.
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver and its dependencies.
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-14 David P. Reese, Jr.Sync with FreeBSD-5.x MODULE_DEPEND() and DECLARE_MODUL...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-11-08 Matthew DillonImport a good chunk of the PNP code from FreeBSD-5.x
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-10-31 Jeroen Ruigrok/asmodaiRemove the matching for the host to PCI bridge, since...
2003-10-31 Jeroen Ruigrok/asmodaiAdd identifier for the nForce2 PCI to ISA bridge.
2003-10-31 Jeroen Ruigrok/asmodaiProperly detect and print the nForce2 Host to PCI bridg...
2003-10-28 Jeroen Ruigrok/asmodaiChange 'nvidianf2' to 'nforce2' to be more explanatory.
2003-10-28 Jeroen Ruigrok/asmodaiAdd NVIDIA nForce3 OHCI USB support.
2003-10-27 Jeroen Ruigrok/asmodaiAdd OHCI support for the NVIDIA nForce 2 chipset.
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-09-07 Jeroen Ruigrok/asmodaiMake sure a DiskOnKey never sends a sync_cache. This...
2003-08-27 Robert Garrettfinal __P removal commit
2003-08-22 Matthew DillonReintegrate the module build for usb.ko
2003-08-15 Matthew DillonMake modules work again part 1: wire up the module...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
next