]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Markup nits: use diagnostic type lists for error and warning messages.
[FreeBSD/FreeBSD.git] / sys / dev /
2001-08-10 peterThis commit was generated by cvs2svn to compensate...
2001-08-10 jhb- Remove asleep(), await(), and M_ASLEEP.
2001-08-09 asmodaiThis commit was generated by cvs2svn to compensate...
2001-08-09 peterrepo-copy the source files from modules/syscons to...
2001-08-08 peterAdd the Rio 800 USB device IDs
2001-08-07 ddIntroduce a force option, MD_FORCE, that instructs...
2001-08-07 scottlAdding missing () in a KASSERT format string.
2001-08-07 yokotaDon't call wakeup() while we are in DDB. The patch was
2001-08-06 brooksAdd PCI ID for Cisco Aironet 350 Series cards. The...
2001-08-06 scottlMake AAC_COMPAT_LINUX optional once again.
2001-08-06 scottlPut the linux compat ioctl interface on death row....
2001-08-06 scottlMissed this one in my 80-column sweep.
2001-08-05 msmithThe Intel 440MX ACPI timer seems to work properly,...
2001-08-05 gibbs aic7xxx.c:
2001-08-05 scottlOnce again throw out the calculation of si_iosize_max...
2001-08-05 scottlBugfixes. Close a race and logic bug in the timeout...
2001-08-05 scottlFix a couple of copyright issues and an 80 column nit...
2001-08-04 impKill debug output for sn device. It is confusing the...
2001-08-03 msmithReverse the logic here again with regards to "trusted...
2001-08-03 msmithShoud build resources in the _CRS buffer. Oops.
2001-08-03 msmithMove the resource pointer when we reallocate the buffer.
2001-08-03 scottlReformat for 80 columns. Sorry, but I had to do it.
2001-08-02 greidSet up the via_chinfo structures properly so we write...
2001-08-02 yokotaInclude opt_splash.h.
2001-08-02 yokotaUse #ifdef DEV_SPLASH (from opt_splash.h) rather than
2001-08-02 yokotaAdd FBIO_BLANK ioctl support. Return ENODEV for yet...
2001-08-02 yokotaAdd some definitions. Their actual support will be...
2001-08-02 sobomax- Deny detaching requests until device is still open...
2001-08-02 yokotaRefine cursor type/shape control escape sequences and
2001-08-02 mjacobOops- don't set 'goal' twice when you mean to set ...
2001-08-01 ddFix grammar nit.
2001-08-01 grogopen_device: Recognize ar device.
2001-08-01 gshapiroThis commit was generated by cvs2svn to compensate...
2001-07-31 wpaulRe-order things slightly in the RX handler for VLAN...
2001-07-31 jakeMake the openfirmware functions work on 64 bit architec...
2001-07-31 jakeQuiet uninitialized variable warning (also a bug).
2001-07-30 asmodaiThis commit was generated by cvs2svn to compensate...
2001-07-30 msmithThe current resource buffer returned from an interrupt...
2001-07-30 msmith - Prevent the ACPI code from being loaded as a module...
2001-07-30 msmithMinor updates (no functional changes)
2001-07-30 obrienThis commit was generated by cvs2svn to compensate...
2001-07-30 mjacobRedo how we manage SCSI device settings- have a 3rd...
2001-07-30 mjacobRedo how we manage SCSI device settings- have a 3rd...
2001-07-30 mjacobRedo how we manage SCSI device settings- have a 3rd...
2001-07-29 tmmDisallow ATAPI CD transfers that are not a multiple...
2001-07-28 gibbsRemove a bootverbose diagnostic that makes bootverbose...
2001-07-28 obrienThis commit was generated by cvs2svn to compensate...
2001-07-28 darrenrThis commit was generated by cvs2svn to compensate...
2001-07-28 darrenrThis commit was generated by cvs2svn to compensate...
2001-07-27 wpaulRemember to zero out certain things that we malloc...
2001-07-27 wpaulUncomment a return(ENXIO) that I commented out for...
2001-07-27 brooksCleanup duplication in Aironet headers
2001-07-27 msmithThe ACPI timer register corruption problem is resolved...
2001-07-27 peterThe kernel *does* now define setjmp/longjmp. Dont...
2001-07-26 tmmMake sure the total number of sectors is not 0 for...
2001-07-26 msmithFix typo (* -> &)
2001-07-25 scottlAdd /dev/hpn? as an alias to /dev/aac? so that the...
2001-07-25 peterThis commit was generated by cvs2svn to compensate...
2001-07-25 jlemonReset the device's powerstate to d0 when resuming from...
2001-07-25 iwasakiBetter checking of duplicated interrupt handler install...
2001-07-25 iwasakiSome minor fixes.
2001-07-25 ddMove the kernel stuff out of snoop.h. It was only...
2001-07-25 mjacobRemove ISP_SMPLOCK stuff- we're just using locking...
2001-07-25 mjacobRoll minor version. Remove ISP_SMPLOCK nonsense. We...
2001-07-25 brooksIFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1...
2001-07-24 krisThis commit was generated by cvs2svn to compensate...
2001-07-23 fennerThis commit was generated by cvs2svn to compensate...
2001-07-23 wpaulTurn on __STRICT_ALIGNMENT. We need this to fix up...
2001-07-23 wpaulAIEEE! Commit the firmware image too. *blush*
2001-07-23 wpaulGrrr. Module depends on vlan.h, and I committed the...
2001-07-23 wpaulYou were knocked senseless by the Boomerang, spun aroun...
2001-07-23 kriss/adress/address/
2001-07-23 krisTypo fix: fasion -> fashion
2001-07-22 assaradd %option nounput
2001-07-22 iedowseAdd a few missing spl calls in preparation for an MFC...
2001-07-22 iedowseRemove an old hack that remembered if the card type...
2001-07-22 iwasakiDon't do sleep state transition if specified sleep...
2001-07-22 iedowseAttach the miibus for Linksys/Dlink cards from the...
2001-07-22 yokota- Fix "off by one" error in VT_WAITACTIVATE. Correctly...
2001-07-22 msmithAdd another Dell 3/Di PCI ID. You'd think they had...
2001-07-21 assarnull_do_probe: mark as unused
2001-07-21 msmithConvert from acpi_strerror() to AcpiFormatException()
2001-07-21 msmithUpdate the OSD module to match the ACPI CA 20010717...
2001-07-21 msmithImplement a "proper" timecounter hung off the ACPI...
2001-07-21 msmithMerge the EC register definitions into the EC module...
2001-07-21 msmithUse our saved copy of the FADT rather than fetching...
2001-07-21 msmithDon't call ourselves a "control method" anything, that...
2001-07-21 msmithThe API for loading tables changed (we no longer explic...
2001-07-21 msmithThis commit was generated by cvs2svn to compensate...
2001-07-21 msmithThis commit was generated by cvs2svn to compensate...
2001-07-20 yokotaFix typo; the meaning of the 3rd parameter to genkbd_ke...
2001-07-20 yokotaFix off by one error for ESC[1J.
2001-07-20 yokotaDefine a couple of subroutines to replace duplicated...
2001-07-20 yokotaReturn consistent key action codes at key press and...
2001-07-20 msmithWe haven't used this for ages, and we're not going...
2001-07-20 markmFix type warnings.
2001-07-20 takawataAdd ACPI S2-S4BIOS Suspend/Resume code.
2001-07-20 obrienThis commit was generated by cvs2svn to compensate...
2001-07-19 scottlLimit the device to only one playback channel until...
2001-07-19 scottlFix an off-by-one error in the dma tag. This was causi...
next