* Add the pst(4) driver to the GENERIC kernel build.
[dragonfly.git] / sys / bus /
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().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-26 Matthew Dilloncleanup some odd uses of curproc. Remove PHOLD/PRELE...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-21 Matthew Dillonrename td_token to td_xtoken to deal with conflict...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-19 Matthew Dillonget rid of (incorrect) gcc warning.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: