]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
This commit was generated by cvs2svn to compensate for changes in r56083,
[FreeBSD/FreeBSD.git] / sys / dev /
2000-01-16 krisThis commit was generated by cvs2svn to compensate...
2000-01-16 mdoddSet ifq_maxlen to default (IFQ_MAXLEN).
2000-01-15 markmThis commit was generated by cvs2svn to compensate...
2000-01-15 mksEnsure that DMA mappings are freed in error situations.
2000-01-15 wpaulMinor enhancement: set the 'dual link LED' bit in the...
2000-01-15 wpaulActually read the PCI device ID when testing the device...
2000-01-15 yokotaThis is the 3rd stage of syscons code reorganization.
2000-01-15 mjacobRemove compile warning not seen when compiling with...
2000-01-15 mdoddFix driver to restore function on 3c574 adapters. ...
2000-01-15 mjacobRedo FC target mode dma routine to try and generate...
2000-01-15 mjacobclean up for SBus Ultra (yes, we do not do that here...
2000-01-15 mjacoba whale of a lot of target mode cleanup
2000-01-15 mjacobcleanup- it was not MI code as it should have been
2000-01-15 mjacobcleanup
2000-01-15 mjacobinclude public target mode functions
2000-01-15 mjacobpublic target mode stuff
2000-01-15 mjacobtighten up printout
2000-01-14 impAdd support to aic for pccard attachments. Reports...
2000-01-14 wpaulAdd driver support for the Aironet 4500/4800 series...
2000-01-14 wpaulFix multicast filter programming.
2000-01-14 peterMake this compile - missing ")";
2000-01-14 nsouchppi needs to use a bus method to get this rather than...
2000-01-14 peterPre 4.0 tidy up.
2000-01-14 wpaulDo a few minor cleanups.
2000-01-14 peterDon't do device_set_desc() until after checking for...
2000-01-14 gibbsThe error status for a scsi status error is "CAM_SCSI_S...
2000-01-14 gibbsadv_pci.c:
2000-01-14 wpaulAdd device driver support for USB ethernet adapters...
2000-01-14 wpaulPull my head out of my ass and actually make the tx...
2000-01-14 wpaulClean up rxeof routines a little.
2000-01-14 nsouchPort of ppbus standalone framework to the newbus system.
2000-01-13 wpaulFix instance of AUE_BUFSZ that should have been AUE_CUTOFF.
2000-01-13 wpaulRemove debug printf I left in by mistake.
2000-01-13 wpaulRegenerate.
2000-01-13 wpaulBunch of updates:
2000-01-13 mjacobadd MAINTAINER file for clarity
2000-01-13 guidoThis commit was generated by cvs2svn to compensate...
2000-01-13 mdoddSet ifq_maxlen. (to default IFQ_MAXLEN)
2000-01-13 mdoddImplement BUS_{GET,SET,DELETE}_RESOURCE methods.
2000-01-13 mdoddCosmetic cleanups.
2000-01-13 mdoddImplement a DEVICE_IDENTIFY method. I want to revisit...
2000-01-13 mdoddWhen I converted this driver to newbus I also cleaned...
2000-01-13 cgattach to non-ac97 neomagic chips and hope that ac97...
2000-01-13 cgbe less verbose
2000-01-13 gallatinMake this compile on alpha
2000-01-12 wpaulReintroduce the dc_coal() workaround routine for coales...
2000-01-12 mdoddRemove a stray splx(s) call. This fixes the compiler...
2000-01-12 wpaulApply the same netisr mechanism to transmissions as...
2000-01-12 yokotaMake the mouse cursor char code configurable via the...
2000-01-12 deischenAdd support for detection of the ESS 1878 chip.
2000-01-12 asmodaiThis commit was generated by cvs2svn to compensate...
2000-01-12 mdoddSpeedup if_start routine a little. TX threshold logic...
2000-01-12 mdoddFix the performance problems I caused by setting ifq_ma...
2000-01-12 wpaulCorrectly set the data length when transmitting 802...
2000-01-11 wpaulStraighten out the logic in kue_setmulti() a little...
2000-01-11 yokotaAdd a new mechanism, cndbctl(), to tell the console...
2000-01-11 yokotaRework shifta/ctla/alta key handling. It appears that...
2000-01-11 cgexclude chips with subdevices specified on a list of...
2000-01-10 wpaulAttempt to fix a problem with receiving packets on...
2000-01-10 n_hibmaAdd an extra debugging message.
2000-01-10 n_hibmaAdd Sun keyboard and NetChip
2000-01-10 yokotaAdded PCIR_BIOS (0x30).
2000-01-10 phkGive vn_isdisk() a second argument where it can return...
2000-01-10 alfredrevision 1.40 backed out the removal of PCATCH in a...
2000-01-10 yokotaObtain the initial key repeat rate setting via BIOS...
2000-01-10 yokotaAdd some keyboard IDs.
2000-01-10 yokotaRework the algorithm to detect MDA/CGA/EGA/VGA cards...
2000-01-10 yokota- Fix typo: CGA40 -> CGA80
2000-01-10 impMove xe driver from dev/pccard to dev/xe. Convert...
2000-01-10 cgmake dsp_read() assert that it has a read channel,...
2000-01-10 impEliminate pccard_chip_* tonight.
2000-01-10 krisThis commit was generated by cvs2svn to compensate...
2000-01-10 cgdon't complain about bad intrs unless we get 1000 of...
2000-01-10 impAdd some comments about things that have become bad...
2000-01-10 cggeneral tidyup
2000-01-10 impCommit kernel part of patches to get the 3Com OfficeCon...
2000-01-10 cgreturn the sample rate set instead of 0. oops. mpg123...
2000-01-10 gibbsAvoid setting DPARCKEN until I can figure out why it...
2000-01-09 mjacobchange debug printout lefvels for a couple of places
2000-01-09 markmThis commit was generated by cvs2svn to compensate...
2000-01-09 cgfix the premature termination of playback
2000-01-09 markmThis commit was generated by cvs2svn to compensate...
2000-01-09 cgdriver for neomagic 256av and 256zx
2000-01-09 cgmodify sndstat output
2000-01-08 groudier - Add year 2000 copyright to driver files.
2000-01-08 peterShow the port/mem/irq of pci devices too.
2000-01-08 peterFuther cleanup.. "device_print_prettyname(); printf...
2000-01-08 peterClean up the cfgmech/pci_mechanism debris. The reason...
2000-01-08 wpaulAdd the vendor/device IDs for the LinkSys USB100TX.
2000-01-08 wpaulBe a bit more discriminating when trying to decide...
2000-01-08 gibbsTurn on parity error reporting before configuring exter...
2000-01-08 wpaulLeave the SOFS value (number of StartOfFrames to wait...
2000-01-08 gibbsReally enable external SCB ram on Ultra2 capable contro...
2000-01-07 gibbsUpdate copyrights to Y2K.
2000-01-07 gibbsAdd detection logic for the U160 family of adaptec...
2000-01-07 wpaulAdd the vendor and device IDs for a whole bunch of...
2000-01-07 sosGrrrr, this time it should be right, I need sleep ...
2000-01-07 sosThis is not my lucky day :(
2000-01-07 sosGuard against transfers of zero length given to *strategy.
2000-01-07 sosSet PIO mode in all cases.
next