]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Fix some unused variables.
[FreeBSD/FreeBSD.git] / sys / dev /
2002-03-19 peterFix a gcc-3.1+ warning.
2002-03-19 peterRegen; post SMC id's and also pick up a previously...
2002-03-19 peterAdd another SMC device ID and the hub ID that it went...
2002-03-19 peterAdd the ia64 bus space tag for the IO ports (!).
2002-03-19 jeffInitialize variables before use. This was needed to...
2002-03-19 bdeThe previous commit missed fixing 2 old printf format...
2002-03-19 gallatinFix printf warning caused by recent changes in bio_pblk...
2002-03-18 bdeFixed printf format errors in previous commit. %llu...
2002-03-18 bdeFixed printf format errors in previous commit. %llu...
2002-03-18 impFormats that print the block number need to be changed...
2002-03-18 joeAdd a USB comm driver.
2002-03-18 sosCleanup the chipset setup a bit.
2002-03-18 sosAdd support for the ServerWorks CSB5 chips
2002-03-18 desThis commit was generated by cvs2svn to compensate...
2002-03-17 impRegen for 1.28 of pccarddevs
2002-03-17 impAdd support for the home Wireless Network airway wirele...
2002-03-17 bdeWork around a PLX9050 bug that causes system lockup...
2002-03-16 sobomaxExtend CONS_GETINFO ioctl to provide information about...
2002-03-16 impo Rework the identify routine a little, merging it...
2002-03-16 markmThis commit was generated by cvs2svn to compensate...
2002-03-16 markmThis commit was generated by cvs2svn to compensate...
2002-03-16 obrienThis commit was generated by cvs2svn to compensate...
2002-03-16 sosAdd more functionality to the CDIOCREADSUBCHANNEL ioctl.
2002-03-16 sosFix 64bit arch problems.
2002-03-16 sosRemove useless splXXX set.
2002-03-16 joeMerge from NetBSD:
2002-03-16 joeBump some $NetBSD$ idents for patches that have already...
2002-03-16 joeHuge merge from NetBSD:
2002-03-16 impAdd device ID for Xircom modem. Also add work around...
2002-03-16 msmithThis commit was generated by cvs2svn to compensate...
2002-03-16 msmithThis commit was generated by cvs2svn to compensate...
2002-03-15 luoqiSupport for LG GM82C700, an AIC6360 clone.
2002-03-15 mckusickIntroduce the new 64-bit size disk block, daddr64_t...
2002-03-15 sosUpdate to the RAID1 rebuild code.
2002-03-15 impRevert most of the recent PCI merge. This has proven...
2002-03-14 sosUnbreak the probing of some CDROM drives.
2002-03-14 ambriskoOnly allow super user to perform the Linux compatible...
2002-03-14 desThis commit was generated by cvs2svn to compensate...
2002-03-14 obrienThis commit was generated by cvs2svn to compensate...
2002-03-14 alfredFixes to make select/poll mpsafe.
2002-03-13 impAdd 5th parameter to pci_read_device specifying the...
2002-03-13 impCleanup the recent cardbus cleanups. This fixes some...
2002-03-12 dfrOnly i386 has wbinvd().
2002-03-12 peterDo not concatenate __func__ with strings, because it...
2002-03-12 peterDo not do string concatenation with __func__ (which...
2002-03-12 peterRecent acpica imports have changed the lengths from...
2002-03-11 brooksAdd support for 3Com Airconnect PCI cards.
2002-03-11 greenThis commit was generated by cvs2svn to compensate...
2002-03-11 greenThis commit was generated by cvs2svn to compensate...
2002-03-11 sosAdd new support for locking an ATA channel and use...
2002-03-11 impOn FreeBSD make usb_proc_t the same as d_thred_t always.
2002-03-11 joeBe more specific about when block major numbers disappe...
2002-03-11 obrienDue to changes in the handling of the #line directive...
2002-03-11 ddMake the diagnostics printfs less ugly.
2002-03-11 tmmUse the pci_enable_* functions instead of manually...
2002-03-10 sosSilence a warning when compile without atapi devices.
2002-03-10 tanimuraDo not call a synthesizer with a sequencer lock held.
2002-03-10 takawataAdd SONY VAIO psm controller ISA-PnP ID.
2002-03-10 luigiFix one genuine bug and a potential one:
2002-03-09 tmmSet the busmaster enable bit in the PCI command registe...
2002-03-09 tmmFix some bugs in the handling of the case of not enough...
2002-03-08 sosEven more Highpoint RAID support.
2002-03-08 jhayRemove the #if __FreeBSD_version glue now that the...
2002-03-08 nyanAdd pc98 support.
2002-03-08 sosSupport newer Highpoint BIOS's extended config.
2002-03-08 soscosmetics
2002-03-07 desThis commit was generated by cvs2svn to compensate...
2002-03-07 sosOops I mixed up the patch for -current & -stable, sorry...
2002-03-07 mjacobDisable RIO (reduced interrupt operation) for 2200...
2002-03-07 sosMinor cosmetic changes to minimise diffs for MFC.
2002-03-07 sosFix a couble of bugs in the rebuild code, return errors...
2002-03-07 desThis commit was generated by cvs2svn to compensate...
2002-03-07 desThis commit was generated by cvs2svn to compensate...
2002-03-07 msmithUpdate for the 6.9 firmware family (6xxx controllers...
2002-03-07 impDon't use __FBSDID yet. Looks like most (all?) of...
2002-03-07 impImplement hw.cardbus.debug and hw.cardbus.cis_debug...
2002-03-07 impMake hw.pccard.debug and hw.pccard.cis_debug tunable...
2002-03-07 impTwo style(9) fixes:
2002-03-07 impCheck for NULL on resource allocation. For the moment...
2002-03-06 jhayAdd the "Avlab Technology, PCI IO 2S" card.
2002-03-06 ruFixed compilation warnings.
2002-03-06 bdeFixed a printf format error again. Rev.127 was clobber...
2002-03-05 impAdd roaming and microwave oven support. Some minor...
2002-03-05 impRemove __P to reduce diffs with NetBSD and my private...
2002-03-05 impMerge a little from NetBSD.
2002-03-05 desThis commit was generated by cvs2svn to compensate...
2002-03-05 sosMisc little cleanups:
2002-03-04 iwasakiAdd generalized power profile code.
2002-03-04 alfredSupport for USB fm radio.
2002-03-04 impAdd a bunch of cards from NetBSD and maybe other places.
2002-03-04 orionSuspend and resume related patches from Toshikazu Ichin...
2002-03-03 markmProvide infrastructure for harvesting SWI entropy.
2002-03-03 markmMassive lint-inspired cleanup.
2002-03-03 sosForgot this litte patch, scale the individual disk...
2002-03-03 sosMajor update of the ATA RAID code, part 3:
2002-03-03 takawataAdd two IrDA controller ID: IBM TP240(Probably NSC...
2002-03-03 markmThis commit was generated by cvs2svn to compensate...
2002-03-02 bdeFixed a printf format error.
2002-03-02 brooksMake 128-bit WEP (aka 104-bit WEP) work with Prism...
2002-03-01 orionAdd support for VT8233.
next