VFS messaging/interfacing work stage 4/99. This stage goes a long ways
[dragonfly.git] / sys / bus /
2004-08-23 Joerg SonnenbergerImprove the endian support for DragonFly by providing...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-13 Joerg SonnenbergerAdd MODULE_VERSION(pci, 1), e.g. agp(4) can't be loaded...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-02 Matthew DillonMake doubly sure that timer2 is not used for speaker...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-23 Joerg SonnenbergerRemove usage of NTOHS / NTOHL / HTONS / HTONL.
2004-07-23 Joerg SonnenbergerRegenerate.
2004-07-23 Joerg SonnenbergerSync with FreeBSD 5-CURRENT.
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-21 Jeroen Ruigrok/asmodaiDocument PCIY_xxx.
2004-07-21 Jeroen Ruigrok/asmodaiInspired by rev 1.33 of FreeBSD, but which was not...
2004-07-21 Jeroen Ruigrok/asmodaiAdd identifiers for Serial Attached SCSI per dicussion...
2004-07-19 Jeroen Ruigrok/asmodaiCorrect some PCIS to PCIC and PCIP prefixes.
2004-07-19 Jeroen Ruigrok/asmodaiAdd PCIS_ definitions per PCI specification 3.0.
2004-07-19 Jeroen Ruigrok/asmodaiUpdate the PCIS_ definitions per the PCI 2.3 specification.
2004-07-18 Jeroen Ruigrok/asmodaiCorrect dumb copy/paste of existing line mistake to...
2004-07-18 Jeroen Ruigrok/asmodaiClarify the Sony strings.
2004-07-18 Jeroen Ruigrok/asmodaiAdd the Sony CXD1947, which seems to be used in some...
2004-07-18 Jeroen Ruigrok/asmodaiThe device in question is the Sony CXD3222, not the...
2004-07-18 Jeroen Ruigrok/asmodaiClarify VIA Fire II identifier string.
2004-07-17 Hiten PandyaAdd a prototype for isab_attach(), which is used by...
2004-07-17 Hiten PandyaRemove an erronous 'static' in front of pci_alloc_resou...
2004-07-16 David RhodusFix a typo in last commit as to fix the EHIC compile.
2004-07-16 Jeroen Ruigrok/asmodaiUpdate string to show this device is the Hub-PCI bridge...
2004-07-16 Jeroen Ruigrok/asmodaiAdd Intel 82801FB/FBW/FR/FRW PCI-LPC detection code.
2004-07-16 Jeroen Ruigrok/asmodaiUpdate per Intel 82801FB errata:
2004-07-16 Jeroen Ruigrok/asmodaiAdd Intel 82801FB EHCI/ICH6 controller.
2004-07-16 Jeroen Ruigrok/asmodaiAdd support for the 82801FB UHCI/ICH6 controller.
2004-07-16 Jeroen Ruigrok/asmodaiFix the vendor id string of NatSemi to its correct...
2004-07-16 Jeroen Ruigrok/asmodaiAdd the SiS "7007" OHCI IEEE 1394 controller.
2004-07-16 Jeroen Ruigrok/asmodaiDetect the National Semiconductor Geode CS4210 OHCI...
2004-07-16 Jeroen Ruigrok/asmodaiAdd support for the Adaptec AIC5800 based IEEE 1394...
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:
next