]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
This commit was generated by cvs2svn to compensate for changes in r146515,
[FreeBSD/FreeBSD.git] / sys / dev /
2005-05-23 ruThis commit was generated by cvs2svn to compensate...
2005-05-23 yongariMake snd_maestro3(4) mpsafe
2005-05-23 yongariAccording to STP2002QFP User's Guide, it seems that...
2005-05-22 damieno Clear device-specific PCI register 0x41 (Retry Timeou...
2005-05-22 damienFix WPA (802.11i) support.
2005-05-22 damienClear device-specific PCI register 0x41 during attach...
2005-05-22 silbyAdd PCI ID for BCM5789.
2005-05-21 mariusAdd machfb(4), a driver for ATI Mach64 graphics chips...
2005-05-21 mariuso creator(4):
2005-05-21 marius- Remove duplicate FBSDID.
2005-05-21 marius- Not every architecture defaults to a black background...
2005-05-21 mariusOn sparc64 use 'syscons' rather than 'sc' for SC_DRIVER...
2005-05-21 mariusRemove superfluous braces and add #ifndef __sparc64__...
2005-05-21 marius- Sprinkle some KBD_IS_* and KBD_*_DONE macros in sunkb...
2005-05-21 mariusFor sparc64 conditionalize the compilation of the gfb_c...
2005-05-20 emaxFix yet another cut-and-paste bug.
2005-05-20 mariusRecognize the integrated (though not necessarily enable...
2005-05-20 njlIf devclass_get_devices() returns success but a count...
2005-05-20 wpaulDeal with a few bootstrap issues:
2005-05-20 wpaulIn ndis_halt_nic(), invalidate the miniportadapterctx...
2005-05-19 mariusRecognize the integrated USB controllers of Sun PCIO...
2005-05-19 mariuso mc146818(4):
2005-05-19 marius- Add locking.
2005-05-19 psSupport the 5714C
2005-05-19 mariusTake advantage of ebus(4) having switched to SYS_RES_ME...
2005-05-19 mariusSync with openfirm(4) and check the return value of...
2005-05-19 mariusUpdate the names of some member variables in comments...
2005-05-19 marius- Try to not leak resources in the attach functions...
2005-05-19 takawataUse General definition for general notify.
2005-05-18 alcConvert to the faster bus_dmamap_load_mbuf_sg() interface.
2005-05-18 psSupport passthru ioctl commands from 32bit binaries.
2005-05-17 sosMake certain the the 48bit flag is reset if we dont...
2005-05-17 mikehThis commit was generated by cvs2svn to compensate...
2005-05-16 ruThis commit was generated by cvs2svn to compensate...
2005-05-16 obrienThis commit was generated by cvs2svn to compensate...
2005-05-16 emaxDont clear all flags in vkbd_clear_state_locked()....
2005-05-16 wpaulCorrect type for workitem routines.
2005-05-16 sos longer used (contents added to sys/ata.h)
2005-05-16 sosChange the way ioctls are issue to ATA.
2005-05-16 impAdd convenience functions to get port and interface.
2005-05-15 impPrint a warning once when trying to bring up interface...
2005-05-15 nyanRemove old epson note support.
2005-05-15 nyan- Add color tables for 16 colors mode and 8 colors...
2005-05-15 nyan- Mask an underline attribute on the pc98 console....
2005-05-15 nyanRemove the ADJUST_CLOCK ioctl on pc98. It's not used...
2005-05-15 wpaulAdd support for NdisMEthIndicateReceive() and MiniportT...
2005-05-14 nyanFix my copyright.
2005-05-14 nyancosmetic change.
2005-05-14 nyan- Move bus dependent defines to {isa,cbus}_dmareg.h.
2005-05-14 nyan- Move timerreg.h to <arch>/include and split i8253...
2005-05-13 sosCleanup comments
2005-05-13 sosFix more ATAPI breakage.
2005-05-12 njlIf there is a problem during probe, be sure to free...
2005-05-12 nyanMove the pc98 keymap define into pckbdtables.h because...
2005-05-11 kanPlug a potential memory leak.
2005-05-11 sosAdd new Intel PCI ID's for the ICH7 chips (untested).
2005-05-11 sosAdd support for AHCI compliant ATA devices.
2005-05-11 impTake out Giant in uhub_child_* in giant. There's one...
2005-05-11 sosAdd back one line that got deleted in the last commit.
2005-05-11 sosFix ATAPI DMA. We need to set the proper flags for...
2005-05-11 mjacobFix some incorrectly swapped fields in an ICB.
2005-05-11 mjacobRefactor isp_prt declaration so that platform
2005-05-10 nyanChange a directory layout for pc98.
2005-05-10 tjrThis commit was generated by cvs2svn to compensate...
2005-05-09 philipSync with Linux acpi4asus, adding support for loads...
2005-05-09 philipAdd support for Asus V6V[1] and W1N notebooks.
2005-05-09 marksSimplify the ACPI taskqueue implementation. Use a threa...
2005-05-09 nyanMove if_wl_i82586.h into sys/dev/wl.
2005-05-08 wpaulMore fixes for multibus drivers. When calling out to...
2005-05-08 wpaulFix support for Windows drivers that support both PCI...
2005-05-08 marcelIn uart_cnprobe(), fill in the cn_name field of the...
2005-05-08 wpaulAvoid trying to queue up an interrupt handler DPC if...
2005-05-08 bruefferFix typo in a comment.
2005-05-08 wpaulMinor correction to the logic for selecting the proper...
2005-05-06 anholtStaticize some symbols that are each only used in one...
2005-05-06 cpercivaCorrect improper permissions on /dev/iir. The earlier...
2005-05-05 wpaulAvoid sleeping with mutex held in kern_ndis.c.
2005-05-05 wpaulThis commit makes a bunch of changes, some big, some...
2005-05-05 dwhiteBackout part of rev 1.71, which breaks the interfaces...
2005-05-04 umeThis commit was generated by cvs2svn to compensate...
2005-05-04 julianA patch to support Palm Tungsten T via USB-Cradle.
2005-05-03 mlaierThis commit was generated by cvs2svn to compensate...
2005-05-03 sosReshape the dma code to be a bit more flexible so it...
2005-05-03 scottlProperly mask off the status bits when checking to...
2005-05-03 scottlThe driver looks like it can create valid 64-bit scatte...
2005-05-03 scottlThe kthread is disabled at this time, so don't try...
2005-05-02 scottlFix some busdma API violations in the dumpsys handler.
2005-05-02 sosAlways attach a subdisk even if no valid metadata found.
2005-05-01 jkoshyAdd convenience APIs pmc_width() and pmc_capabilities...
2005-05-01 sosUpdate on the last commit, the dma* funciton needs...
2005-05-01 sosGo back to the old way of finding the Promise metadata...
2005-04-30 sosTake newbusification one step further, ie use the devic...
2005-04-29 vkashyapMake call to tw_cl_deferred_interrupt in twa_poll,...
2005-04-29 sosNow that probing is working in the new fashion, we...
2005-04-29 hartiThis commit was generated by cvs2svn to compensate...
2005-04-29 impAdd a detach for pci bridge and pci bus drivers. This...
2005-04-29 scottlOnly create the rdpti alias if the asr device creation...
2005-04-29 scottlDon't bother pretending that CAM will send CAM_DATA_PHY...
2005-04-29 marcelIn pcib_alloc_resource() check if the resource allocati...
2005-04-29 marcelAdd pci_is_vga_ioport_range() and pci_is_vga_memory_ran...
next