]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Fix passwd entry `prototypes' in compat mode. I broke this in revision
[FreeBSD/FreeBSD.git] / sys / dev /
2000-11-10 nyanThe fe driver does not support pnp devices.
2000-11-10 bennoOpenFirmware/PowerPC loader, part 2.
2000-11-09 pbAdd missing delay after card reset.
2000-11-09 takawataFarewell our code. We will switch acpica code from...
2000-11-08 sosRearrange the timeouts in the reset code a bit, some...
2000-11-08 sosHopefully solve the lost slave problem.
2000-11-08 kjcrestore the freebsd local type-cast fixes that I mistak...
2000-11-07 n_hibmaFix for powering off a HP DJ950C during printing. As...
2000-11-07 kjcnewbusify the en atm driver.
2000-11-07 kjcnewbusify the en atm driver.
2000-11-07 wpaulUpdate the vortex driver so that it no longer needs...
2000-11-07 cgadjust dma channels for vibra16x; recording should...
2000-11-07 cgslight mods to isa dma and channel flushing code
2000-11-07 cgif a channel dies, rejuvenate it on close()
2000-11-06 msmithRemove unused PCI includes.
2000-11-06 cgadd AFMT_8BIT for easier determination of formats
2000-11-06 gibbsaic7xxx.c:
2000-11-06 asmodaiThis commit was generated by cvs2svn to compensate...
2000-11-06 cgfix paste-o in mixer code - actually set right channel...
2000-11-06 cgfix es1370 mixer by adding reinit function to it's...
2000-11-05 obrienThis commit was generated by cvs2svn to compensate...
2000-11-04 phkAlways emply the NCO to attenuate jitter. The Receive...
2000-11-04 krisThis commit was generated by cvs2svn to compensate...
2000-11-04 obrienThis commit was generated by cvs2svn to compensate...
2000-11-04 obrienThis commit was generated by cvs2svn to compensate...
2000-11-04 bdeAdded used include of <machine/bus.h> -- don't depend...
2000-11-04 bdeEnabled the used include of <machine/bus.h> -- don...
2000-11-03 sosFix breakage on some ATA chips that dont have busmaster...
2000-11-03 msmithIf we can't get a command to back the bio we just took...
2000-11-03 n_hibmaRegen.
2000-11-03 n_hibmaSone -> Sony
2000-11-03 wpaulGrrrr. Remember to bzero() the mediainfo structures...
2000-11-02 n_hibmaAcerScan 320U's are braindead. Sometimes they do not...
2000-11-02 wpaulFix a couple of cases where I tried to release the...
2000-11-01 phkMake internal clock sourcing work right by tying the...
2000-11-01 wpaulClose PR #21078: the aue driver was not correctly progr...
2000-11-01 n_hibmaMake the Ricochet modems work through the USB interface.
2000-11-01 sosUpdate the config gathering code for both Promise ...
2000-11-01 cgkill old sb driver
2000-11-01 cgswitch over to new sb8/sb16 code
2000-11-01 n_hibmaCut&paste bug: Set USBD_SHORT_XFER_OK unconditionally
2000-10-31 nsayerDon't needlessly indirect the APM softstate. It does...
2000-10-31 gibbsGenerate bmov instructions for all move requests. ...
2000-10-31 gibbsaic7xxx.c:
2000-10-31 rogerFix typo in comments
2000-10-31 asmodaiThis commit was generated by cvs2svn to compensate...
2000-10-31 rogerUpgrade to driver 2.18
2000-10-31 asmodaiThis commit was generated by cvs2svn to compensate...
2000-10-31 takawataIf acpica driver is loaded using kldload(8), warn and...
2000-10-31 phkRemove unused #includes.
2000-10-31 nyanDisabled EGA/VGA 1bpp/4bpp modes support. This is not...
2000-10-31 mjacobI'm dropping the MAINTAINER request and see what happen...
2000-10-31 markmConvert the de driver into a loadable module. Still...
2000-10-31 wpaulCall dc_apply_fixup() in dc_setcfg() for the MII case.
2000-10-30 wpaulGrrr. The 'reg' variable in dc_apply_fixup() needs...
2000-10-30 sosTry a bit harder to test for ATA/ATAPI HW to probe...
2000-10-30 phkAdd back some #include <sys/systm.h> which were needed...
2000-10-30 sosUpdate the Promise RAID code, there are differences...
2000-10-30 krisThis commit was generated by cvs2svn to compensate...
2000-10-30 n_hibmaremove an unused function (and a warning)
2000-10-30 sosFix the PCCARD ATA breakage..
2000-10-29 phkRemove unneeded <stddef.h> #includes.
2000-10-29 dwmaloneMake a few more mallocs use M_ZERO.
2000-10-29 phkMove suser() and suser_xxx() prototypes and a related...
2000-10-29 dwmaloneAdd the use of M_ZERO to some malloc calls.
2000-10-29 phkWeaken a bogus dependency on <sys/proc.h> in <sys/buf...
2000-10-29 phkRemove unneeded #include <sys/proc.h> lines.
2000-10-29 darrenrfix warning compile error about unused variable
2000-10-29 phkFix params passed to pci_porten() and pci_memen().
2000-10-29 darrenrThis commit was generated by cvs2svn to compensate...
2000-10-29 nonChange flags of ncv and nsp driver. Both were conflicte...
2000-10-29 nonRemove unnecessary printf().
2000-10-28 msmithUnconditionally turning on the I/O and memory enable...
2000-10-28 cgadd commented-out dependancies on the new sb8 and sb16...
2000-10-28 cgsplit up sb16 and sb/sbpro drivers
2000-10-28 nyanRemoved extra calculation for X position (PC-98 only).
2000-10-28 msmithReturn -10 from the PCI probe to allow room for an...
2000-10-28 peterFix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/
2000-10-28 wpaulAdd PCI IDs for some additional cardbus cards. Yes...
2000-10-28 msmithAllow PCI busses to be connected to host bridges detect...
2000-10-28 msmithInitial FreeBSD OSPM (operating system power management...
2000-10-28 msmithFreeBSD-specific OSD (operating system dependant) modul...
2000-10-28 msmithThis commit was generated by cvs2svn to compensate...
2000-10-27 msmithFix typo in the 4.x case.
2000-10-27 cgimplement SNDCTL_DSP_POST
2000-10-27 phkRemove 86 unneeded #includes
2000-10-27 phkConvert all users of fldoff() to offsetof(). fldoff...
2000-10-27 markmAs the blocking model has seems to be troublesome for...
2000-10-27 msmithAdd PCI device ID for an upcoming revision of the product.
2000-10-27 msmithAdd a missing newline to a diagnostic.
2000-10-27 wpaulYet another bug fix/optimization for the Davicom DM9100...
2000-10-26 cgadd reinit functions to mixers
2000-10-26 cgdo not attach to soundblaster 1.x - they are unsupported
2000-10-26 rogerAdd new ioctls for userland access to the MSP device
2000-10-26 rogerFix typo
2000-10-26 darrenrThis commit was generated by cvs2svn to compensate...
2000-10-26 cghandle AFMT_QUERY right
2000-10-25 wpaulSet the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags...
2000-10-25 wpaulAdd a missing SK_UNLOCK() to sk_attach_xmac().
2000-10-25 jhbThis driver doesn't have a software interrupt handler...
next