summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-05-27first step of removing the obsolete PCI ncr(4) driver, it was superseded byMartin Reindl
2005-05-27still union/umap/null leftoversPedro Martelletto
2005-05-27nuke vtophys crapJason Wright
2005-05-27kill another forgotten vtophys since bus_dma conversionPeter Valchev
2005-05-27remove vtophys hack (for alpha) which this driver no longer usesPeter Valchev
2005-05-27Reduce size of scsi_mode_sense_buf to 255 characters from 256. FixesKenneth R Westerback
2005-05-26remove unused vtophys stuffMartin Reindl
2005-05-26add the "wait for disk to become ready" hack which got removed inUwe Stuehler
2005-05-26remove vtophys (it wasn't used anyway)Jason Wright
2005-05-26styling nits, ok marius@Pedro Martelletto
2005-05-26Add atapiscsi in parallel with scsibus@usb, this only changes systemDale Rahn
2005-05-26Dont hardcode the speed, allows mplayer to work.Dale Rahn
2005-05-26add a reverse name mapping into the namecache. (vnode->name)marius eriksen
2005-05-26remove last races of SIOCADDRT and SIOCDELRT, the 4.3BSD routing table ioctlsHenning Brauer
2005-05-26remove union et al traces; pedro@ ok.Federico G. Schwindt
2005-05-26M-Systems DiskOnKey2 works better with zero padded commands so make itKenneth R Westerback
2005-05-26remove traces from union et al; pedro@ ok.Federico G. Schwindt
2005-05-26typo jfb@ didn't want to fixPedro Martelletto
2005-05-26make all mappings valid/coherent. For pages not currently mapped, fillJason Wright
2005-05-26add a cardbus attachment for uhci. This code is based on the ohci_cardbus.cNathan Binkert
2005-05-26Fix yield() to change p_stat from SONPROC to SRUN.Artur Grabowski
2005-05-26iommu meets amd64. This currently only works on machines where the GARTJason Wright
2005-05-26nForce4 PATA support from Olivier Crouzet <ol at epita.fr>. ok grange@Jonathan Gray
2005-05-26trunk depends on ifmedia.Miod Vallat
2005-05-26Sync with uvm_mmap() api change.Miod Vallat
2005-05-26support 'log' and 'log-all' in 'nat/rdr/binat pass' rules. original patchDaniel Hartmeier
2005-05-26enable cardbus rtw(4) on macppc.Jonathan Gray
2005-05-26Fix compilation on macppc and likely other archs.Jonathan Gray
2005-05-26turd polishingHenning Brauer
2005-05-26repair (self) notation - just attach "self" to the "all" groupHenning Brauer
2005-05-26regenFederico G. Schwindt
2005-05-26geforce fx5500Federico G. Schwindt
2005-05-26Implement PT_STEP for hppa.Mark Kettenis
2005-05-26optimise one more jmp out of the idle loop; toby@ marco@ okMichael Shalayeff
2005-05-26deny groupnames ending in digits in if_addgroup, frantzen okHenning Brauer
2005-05-26remove a self-nested #ifdef MULTIPROCESSORKjell Wooding
2005-05-26Reset the zaurus audio components after resume, so that subsequent opensChristopher Pascoe
2005-05-26oups another unused varHenning Brauer
2005-05-26typoMichael Shalayeff
2005-05-26No need to clock i2s during i2c operations, so don't. Relocate i2cChristopher Pascoe
2005-05-26unused varHenning Brauer
2005-05-26remove the interface family group (i. e. "em" for "em0")Henning Brauer
2005-05-26on the iBook G3, there are too many devices with the same gpio name;Jason Wright
2005-05-26Use new mode sense mechanism for atapi disks. Make sure that fakeKenneth R Westerback
2005-05-26protect all of MGET/MGETHDR with MBUFLOCK() otherwise we'll splimp/splxMarkus Friedl
2005-05-26fix little nonsense introduced by my last commit herePedro Martelletto
2005-05-26bye bye, rest in attic ad infinitum, amenPedro Martelletto
2005-05-26RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@Pedro Martelletto
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-05-25one last optimization, removing a jump, mostly byBob Beck