]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Remove unnecessary casts before PTRIN().
[FreeBSD/FreeBSD.git] / sys / dev /
2006-10-10 mlaierRemind firmware of the ESSID to use in a directed scan...
2006-10-09 samcorrect diag request to fetch isr state on fatal interrupts
2006-10-09 jkimFix style(9) nits.
2006-10-09 jkimFix 32-bit PTE in the GART table.
2006-10-09 jmgprovide routines to access VPD data at the PCI layer...
2006-10-09 kmacykernel clean up to make the sun4v kernel build
2006-10-08 ariffAdded few more pci ids for Intel, ATI, NVidia, VIA...
2006-10-08 netchildRemove unnecessary test case. (As written, that branch...
2006-10-08 sosAdd missing PCI ID for the acer m5288
2006-10-07 flzAdd a USB umass(4) quirk for Panasonic KXL-840AN CD...
2006-10-07 flzAdd a USB quirk for CMOTECH CDMA USB modem.
2006-10-07 flzAdd a USB quirk for Motorola A41x/V32x USB phones.
2006-10-07 flzAdd support for Novatech NV902 wireless NIC in ural(4).
2006-10-07 flzAdd support for Epson Stylus CX4200 in uscanner(4).
2006-10-07 flzAdd support for Psion Gold Port Ethernet USB NIC.
2006-10-07 flzAdd support for Netgear FA101 ethernet USB NIC.
2006-10-07 flzAdd a quirk for the Belkin FC6550-AVR UPS.
2006-10-07 flzAdd support for Familiar Linux powered iPaq handhelds...
2006-10-07 flzAdd quirk for Logitech iFeel MouseMan USB mouse.
2006-10-07 flz- Add support for Epson USB Scanners (3590 [1] and...
2006-10-06 jmgfix fxp so that it will reset the link when you change...
2006-10-06 ariff- Fix wrong id for ALC882, add ALC883 id.
2006-10-06 ruActually make bounds checking for PCIOCREAD and PCIOCWR...
2006-10-05 jhbThe IPMI spec is ambiguous (or rather, it contradicts...
2006-10-05 jhbAdd detailed debugging printf's for SMIC under SMIC_DEBUG.
2006-10-05 jhbOops, don't toss the last character read during an...
2006-10-05 maximo Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.
2006-10-03 glebiusRemove 3Com 985 deviceid that is really ti(4).
2006-10-03 iedowseFix compile in non-debug case.
2006-10-03 impaic_pccard_products can be static.
2006-10-03 iedowseWhen changing the device address and max packet size...
2006-10-03 iedowseDon't attempt to insert the transfer in an error case...
2006-10-02 ariffBackout remaining changes that make most AD1981B users...
2006-10-02 phkUse utc_offset() where applicable, and hide the interna...
2006-10-02 jhbTrim trailing whitespace.
2006-10-02 ariff- Streamline quirks management for a better future.
2006-10-02 ruIgnore the UKBD_DFLT_KEYMAP option when compiling as...
2006-10-02 ariffDisable ad1981_patch for now until the real solution...
2006-10-02 ariffMake this buildable on IA64.
2006-10-02 phkFirst part of a little cleanup in the calendar/timezone...
2006-10-01 netchildsnd_ak452x is replaced by snd_spicds and snd_envy24ht...
2006-10-01 ariffVarious cleanups. Revert DMA alignmnet back to 2 since...
2006-10-01 ariffConnect snd_hda(4) to build process...
2006-10-01 ariffAdd support for Intel High Definition Audio Controller.
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 netchildDriver for Envy24HT (ICE1724 or VT1724)-based cards...
2006-09-30 netchildRemove the ak452x code, superseeded by spicds.
2006-09-30 netchild- fix memory leak, when "number of adcs" != "number...
2006-09-30 netchildAfter repo copy from ak452x.[ch]: SPIcds is the I2S...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-30 ariffNuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE...
2006-09-30 ariffThe addition of few more 32bit integer into struct...
2006-09-29 andreBack out rev. 1.152 as it was breaking vlan tag inserti...
2006-09-29 ariffFix pointer dereference before NULL pointer checking.
2006-09-29 andreSmall style and comment adjustments.
2006-09-29 andreRemove manual vlan header insertion in em_encap()....
2006-09-29 andreChange em_transmit_checksum_setup() to deal with alread...
2006-09-29 andreChange em_tso_setup() to deal with already inserted...
2006-09-29 andreOnly advertize IFCAP_TSO4 capabilities. IPv6 is not...
2006-09-29 andreHandle all error cases from bus_dmamap_load_mbuf_sg...
2006-09-29 ruSNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument.
2006-09-29 ruThe SNDCTL_DSP_NONBLOCK ioctl doesn't take an argument...
2006-09-28 ariffVarious fixups, especially for the upcomming High Defin...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-27 ruFix our ioctl(2) implementation when the argument is...
2006-09-27 anholtAdd support for 945G/GM AGP chipsets.
2006-09-27 scottlSkip the AEN event command that is always hanging out...
2006-09-27 scottlFix a bad #include statment
2006-09-26 jhbFix a memory leak in ipmi_unload().
2006-09-26 jhbOnly support the SMB_OLD_BREAD ioctl if one of COMPAT_F...
2006-09-26 mjacobBegin the process of moving info to sysctl stuff for...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-25 scottlAdd a command debugging module and a periodic watchdog...
2006-09-25 sosadd support for the ALI/ULI M5288 AHCI part.
2006-09-24 netchildFix uninitialized variable warning.
2006-09-24 hrsDisable an overly-verbose warning message by default.
2006-09-24 impCleanup sloppy ifdef.
2006-09-23 netchildMFp4 the sound Google Summer of Code project:
2006-09-23 scottlAllow the ASF feature to be disabled via a tunable...
2006-09-22 jhbMap pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6...
2006-09-22 jhbUpdate the ipmi(4) driver:
2006-09-22 cognetUse usbd_clear_endpoint_stall_async() when clearing...
2006-09-21 mjacobConnect up a QUEUE FULL event with CAM and adjust openings.
2006-09-21 andreMove the initialization of the hardware capabilities...
2006-09-21 jhbFix a sign bug in acpi_release_resource(). acpi_sysres...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-20 ambriskoAdd a new 'bce_mgmt_init_locked' function to enable...
2006-09-20 ambriskoAllow hw.mfi.event_locale/hw.mfi.event_class to be...
2006-09-20 ruRevert back to always using *(int *)arg for now. While...
2006-09-20 scottlChange some variable names and update some comments...
2006-09-20 jmgspell PCIS_CRYPTO_ENTERTAIN properly...
2006-09-19 ruMake typecast expressions comply with style(9).
2006-09-19 ruThis time, really fix endian bugs accessing ioctl argum...
2006-09-19 ruBack out revision 1.8. The only thing it did was to...
2006-09-18 andreDon't forget to add curly braces when doing more than...
2006-09-18 emaxDo not try to call keyboard callback unless keyboard...
2006-09-18 jkimDo not strip VLAN tag in promiscuous mode.
2006-09-18 jkimSimplify promiscuous mode check and make ALLMULTI indep...
next