summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-11-02regenMike Belopuhov
2007-11-02Add a couple of PCI IDs for VMWare.Mike Belopuhov
2007-11-02Label widgets based on default device or type rather than color+nodeDeanna Phillips
2007-11-02another SIIG Cyber 8S PCI 16C850 variantHenning Brauer
2007-11-02syncHenning Brauer
2007-11-02SIIG 2082Henning Brauer
2007-11-02Fix ram size output botched in my last change; reported byFederico G. Schwindt
2007-11-01backout last "fix" because it breaks operation on some devices. evenReyk Floeter
2007-11-01correct ipmi attach time failure messages (why this one machine fails...Theo de Raadt
2007-11-01even better attach printing; Nicholas MarriottTheo de Raadt
2007-11-01fix attach time messages; tested by Nicholas MarriottTheo de Raadt
2007-11-01syncTheo de Raadt
2007-11-01Admtek/Shantou ADM8515; nicm__@ntlworld.comTheo de Raadt
2007-10-31don't clear sensor flags that were never set; ok deraadtConstantine A. Murenin
2007-10-30MALLOC/FREE -> malloc/freeCharles Longeau
2007-10-30shrink the intr establish code a bit. all that intrstr handling is cruft.David Gwynne
2007-10-30the marvell based boards have difference registers to the current intel iopDavid Gwynne
2007-10-30if we cant query the firmware or allocate ccbs then clean up the pciDavid Gwynne
2007-10-30Initial port of Sepherosa Ziehau's DragonFlyBSD driversJonathan Gray
2007-10-30regenJonathan Gray
2007-10-30Add Agere ET1011 10/100/1000 PHYJonathan Gray
2007-10-30print some word reads as well in the verbose outputTheo de Raadt
2007-10-29regenMike Belopuhov
2007-10-29Add missing Marvell 88SE61xx IDs.Mike Belopuhov
2007-10-29unmap on error and correct some output in those cases.Federico G. Schwindt
2007-10-29fix the setup of Tx descriptors. the frame type and "no ack" bits wereReyk Floeter
2007-10-29regenDavid Gwynne
2007-10-29the areca with the 1201 pci id is known as the 1200 everywhere. itDavid Gwynne
2007-10-29regen, finally.David Gwynne
2007-10-293 new areca controllersDavid Gwynne
2007-10-28Enable pcie snoop for SB600 and MCP51. Fixes a variety of noise,Deanna Phillips
2007-10-28more id tags.Federico G. Schwindt
2007-10-28id tags.Federico G. Schwindt
2007-10-28fix the panic reported in pr/5602 by correctly unmaping the space on error.Federico G. Schwindt
2007-10-28add new envy(4) driver for ICE1712 (aka VIA Envy24) audio devices. TheAlexandre Ratchov
2007-10-28prepare audio(4) for addition of the envy(4) driver: enable 32bit samplesAlexandre Ratchov
2007-10-28the pointer we give to audio_fill_silence() may point in the middle of aAlexandre Ratchov
2007-10-28let vic attach to the virtual pcnet hardware in vmware.David Gwynne
2007-10-27Deal with usb string printing changes.Jonathan Gray
2007-10-27work around a chip bug on the ati ixp600 ahci controller. diff mostly fromDavid Gwynne
2007-10-27fix: when a block is captured audio_rint() is called, we mustAlexandre Ratchov
2007-10-27the arc fimware can be configured with a password that is used toDavid Gwynne
2007-10-26Phillips -> Philips in commentsMartin Reindl
2007-10-26Add emulated mono support.Deanna Phillips
2007-10-25sc->sc_pr.usedlow must be multiple of the block size, fixAlexandre Ratchov
2007-10-25return POLLOUT as long as (lowat + 1) isn't reached. without this audio(4)Alexandre Ratchov
2007-10-25Factor out common code to update the timedelta sensor intoMarc Balmer
2007-10-25expand range where we search for sensorsTheo de Raadt
2007-10-24remove the unused i2cbus_attach_args param from the probe functions; ok deraadtConstantine A. Murenin
2007-10-24make older gcc happierTheo de Raadt