summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-08-03regenBrad Smith
2006-08-03remove a underscore from the ITE IT8888F entry.Brad Smith
2006-08-03regenBrad Smith
2006-08-03properly deal with Atheros chips that use a 64-bit memory address space.Brad Smith
2006-08-03fix typo, 5300ESB -> 6300ESBBrad Smith
2006-08-03regenBrad Smith
2006-08-03add NVIDIA CK804 Mem controller.Brad Smith
2006-08-02Provide the usual 8x16 font, instead of the qvss 8x15 font, for low-res vaxMiod Vallat
2006-08-02regenBrad Smith
2006-08-02- add AMD Geode LX and CS5536 PCI ids.Brad Smith
2006-08-02disable Jumbos until reception of Jumbo frames can be fixed.Brad Smith
2006-08-01(em/ixgb)_(clean_transmit_interrupts/process_receive_interrupts) ->Brad Smith
2006-08-01Avoid a few NULL dereferences, and boot -c works on vax with glass console.Miod Vallat
2006-08-01Add a wait between send and receive command. Talked through with jordan.Marco Peereboom
2006-08-01attach to the NVIDIA MCP51 AC97 controller as well.Brad Smith
2006-08-01back out a tiny piece of mickey's commit which lets me compile a kernelJolan Luff
2006-08-01Silence intermittent read errors.Marco Peereboom
2006-08-01more 802.11a bitsDamien Bergamini
2006-08-01- improve scan code to support scanning of 802.11a channelsDamien Bergamini
2006-08-01regenBrad Smith
2006-08-01add PCI id for the IBM Calgary IOMMU found in high end IBM xServies servers.Brad Smith
2006-08-01regenBrad Smith
2006-08-01more tabs.Brad Smith
2006-07-31Kill autorepeat on ``all keys up'' event.Miod Vallat
2006-07-31Do not compile non-iso font encoding conversion tables and {bit(*),byte} orderMiod Vallat
2006-07-31take a scsi xfer from the midlayer and turn it into an areca io command.David Gwynne
2006-07-31puc@cardbus (only added (commented out) to whom has puc@pci enabled)Michael Shalayeff
2006-07-31hook arc up to the scsi midlayerDavid Gwynne
2006-07-31oops; the new one is w a whole new fw and doesn't work w/ twe(4)Michael Shalayeff
2006-07-31tweak the hardware commandsDavid Gwynne
2006-07-31new pci ids for future controllersDavid Gwynne
2006-07-31regenDavid Gwynne
2006-07-31future areca devices.David Gwynne
2006-07-30missed this part of the more strict receive path packet validationBrad Smith
2006-07-30Add more strict receive path packet validation routine. PreviouslyBrad Smith
2006-07-30more.Federico G. Schwindt
2006-07-30add some more definitions.Federico G. Schwindt
2006-07-30o Change sdhc_soft_reset() to pass the bits we want to reset and waitFederico G. Schwindt
2006-07-30Make [ahc|ahd]_print_register() consistant, since they are both calledKenneth R Westerback
2006-07-30Be consistant and always check for non-NULL pointer before assigning into it.Kenneth R Westerback
2006-07-30Donot pass a uninitialized pointer to aml_register_notify(), should fix PR5153Gordon Willem Klok
2006-07-29not keeping the dma tag around means we panic when we try to use it duringDavid Gwynne
2006-07-29Do not fail KDENABIO and KDDISABIO ioctls on non-i386 platforms, this allowsMiod Vallat
2006-07-29Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>Miod Vallat
2006-07-29here's the real reason i removed the if_arc network goo: i wanted its name.David Gwynne
2006-07-29regenDavid Gwynne
2006-07-29more areca raid controller idsDavid Gwynne
2006-07-28KNFMarco Peereboom
2006-07-28Only read 1 sensor at a time instead of all of them. This should helpMarco Peereboom
2006-07-28Fix BT interface by waiting for BMC_BUSY on writes.Jordan Hargrave