summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-01-20regenMarcus Glocker
2008-01-20Add one more device which could work. Fix comment typo in usbdevs whileMarcus Glocker
2008-01-19Add initial scaffold for RAID 0. No IO just yet.Marco Peereboom
2008-01-19Remove printf that doesn't make sense.Marco Peereboom
2008-01-19Make the device work again on big endian archs (after firmware upgrade).Marcus Glocker
2008-01-18Print consoleness the canonical way.Mark Kettenis
2008-01-18Add LED support.Marcus Glocker
2008-01-17Remove some #if;ed out code.Mark Kettenis
2008-01-17Fix RX queue stalling by regulary reading the device statistics (with aMarcus Glocker
2008-01-17Set if_baudrate with IF_Gbps(10);Thordur I. Bjornsson
2008-01-17casts so this compiles on i386.Thordur I. Bjornsson
2008-01-17Add splnet around mii_tick() in sk_yukon_tick().Brad Smith
2008-01-17Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightlyMarcus Glocker
2008-01-16Set the baudrate with IF_Gbps(10); and remove anThordur I. Bjornsson
2008-01-16- Store the hw revision into a new softc field in re_attach() and referenceBrad Smith
2008-01-16- Remove a unwanted slash from a error message printfBrad Smith
2008-01-15bring in lots of ac97(4) and auvia(4) updates from NetBSDJacob Meuser
2008-01-14Zap two usless printfs.Thordur I. Bjornsson
2008-01-14return earlier if the device index is negativeJacob Meuser
2008-01-14protect against an invalid device index possibly leading to kernelJacob Meuser
2008-01-13Check for a negative devinfo index, which could get here throughDeanna Phillips
2008-01-12Make comconsrate initialized to TTYDEF_SPEED at compile-time, for portsMiod Vallat
2008-01-11Fall back on using SERDES if MDI0/MDI1 bits aren't set too. Fix PCS handling.Mark Kettenis
2008-01-11regenJonathan Gray
2008-01-11Turns out the id I thought was both CX700/VX700 IDE was only for VX700,Jonathan Gray
2008-01-11regenJonathan Gray
2008-01-11Some additional Intel devices from submitted dmesgs.Jonathan Gray
2008-01-11regenBrad Smith
2008-01-11Add the Broadcom 10Gb controller PCI id, BCM57710.Brad Smith
2008-01-10regenThordur I. Bjornsson
2008-01-10Add some more Intel 10G PCIe entries.Thordur I. Bjornsson
2008-01-09- add support for 4, 6, and 8 channel playbackJacob Meuser
2008-01-08Don't free res twice.Marco Peereboom
2008-01-08the rsc-console on the v880 operates at 115200, not the 9600 we think weDavid Gwynne
2008-01-06Add a more robust gettempreading that debounces the value (idea from FreeBSD)Marco Peereboom
2008-01-06re-add _PPC.Marco Peereboom
2008-01-05Never attach more acpicpu(4) devices than cpu(4) devices. Always attachMark Kettenis
2008-01-05Adapt to the recent cleanup of Intel PCI host bridges Ids. ok oga@Matthieu Herrb
2008-01-05even better attach message locationTheo de Raadt
2008-01-05return with ENOTTY instead of EINVAL for unknown ioctl requests.Brad Smith
2008-01-05syncTheo de Raadt
2008-01-05SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.uaTheo de Raadt
2008-01-05print info in attach before if_attachTheo de Raadt
2008-01-04Fix wrong sizeof(). Makes driver work on amd64, too.Marcus Glocker
2008-01-04Fix TX padding.Marcus Glocker
2008-01-04read the hardware mac address into the drivers ac_enaddr thing rather thanDavid Gwynne
2008-01-04we have pci_vpd_read now. get rid of the (bad) comment that left it outDavid Gwynne
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
2008-01-04regenMark Kettenis
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis