summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2008-01-20regenMarcus Glocker
2008-01-20Add one more device which could work. Fix comment typo in usbdevs whileMarcus Glocker
there.
2008-01-19Add initial scaffold for RAID 0. No IO just yet.Marco Peereboom
Much prodding todd
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
Tested on macppc.
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
firmware command). Doh! We can now reliable communicate in 11g. Took me about 3 weeks to find out (just had to say that).
2008-01-17Set if_baudrate with IF_Gbps(10);Thordur I. Bjornsson
ok dlg@
2008-01-17casts so this compiles on i386.Thordur I. Bjornsson
ok reyk
2008-01-17Add splnet around mii_tick() in sk_yukon_tick().Brad Smith
ok kettenis@ dlg@
2008-01-17Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightlyMarcus Glocker
changes. You need to update the firmware package to upgt-firmware-1.1.tgz.
2008-01-16Set the baudrate with IF_Gbps(10); and remove anThordur I. Bjornsson
XXX comment now that if_baudrate is 64bits. ok reyk@
2008-01-16- Store the hw revision into a new softc field in re_attach() and referenceBrad Smith
the softc field wherever it is necessary. - Use a switch case in re_setmulti() to make things a bit easier to read. ok henning@ dlg@
2008-01-16- Remove a unwanted slash from a error message printfBrad Smith
- Fix interrupt string printing in the dmesg output ok dlg@
2008-01-15bring in lots of ac97(4) and auvia(4) updates from NetBSDJacob Meuser
user visible changes: - when setting up ac97(4) mixer items, for some features like surround sound, check if the feature if supported by the codec and only add items for that feature if it is - auvia(4) now supports multichannel playback with at least some multichannel ac97(4) codecs fixes problems for me and ajacoutot with different auvia(4) devices/codecs. no regressions reported by testers. if you have an ac97(4) audio device and are using mixerctl.conf(5), you may want/need to update it. ok ratchov
2008-01-14Zap two usless printfs.Thordur I. Bjornsson
ok dlg@
2008-01-14return earlier if the device index is negativeJacob Meuser
ok ratchov
2008-01-14protect against an invalid device index possibly leading to kernelJacob Meuser
crash. inspired by deanna's similar bug fix in ac97. ok ratchov
2008-01-13Check for a negative devinfo index, which could get here throughDeanna Phillips
mixer_ioctl. ok jakemsr@
2008-01-12Make comconsrate initialized to TTYDEF_SPEED at compile-time, for portsMiod Vallat
which need to setup the chip before comcnattach() is invoked.
2008-01-11Fall back on using SERDES if MDI0/MDI1 bits aren't set too. Fix PCS handling.Mark Kettenis
Makes the onboard fiber gem(4) in the Sun Fire V880 work. tested by many; ok dlg@
2008-01-11regenJonathan Gray
2008-01-11Turns out the id I thought was both CX700/VX700 IDE was only for VX700,Jonathan Gray
so rename it and add a CX700 id. Tweaked version of a diff from dtrombley@dslindiana.com who tested with a board with the new id.
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
From the Linux -mm kernel tree. ok dlg@
2008-01-10regenThordur I. Bjornsson
2008-01-10Add some more Intel 10G PCIe entries.Thordur I. Bjornsson
From Intel's ixgbe driver. ok dlg@
2008-01-09- add support for 4, 6, and 8 channel playbackJacob Meuser
- print chip version in `audioctl version' - advertise some features of supported hardware in the man page - CMI8768 now working properly yes! ratchov@
2008-01-08Don't free res twice.Marco Peereboom
ok jordan
2008-01-08the rsc-console on the v880 operates at 115200, not the 9600 we think weDavid Gwynne
have to force all console devices to. this change passes the right speed to the com code, and continues to use it when the device is opened as the console device. figured out by kettenis@ ok kettenis@ miod@
2008-01-06Add a more robust gettempreading that debounces the value (idea from FreeBSD)Marco Peereboom
Add a macro to convert from K to C Redo notify and sprinkle some debug Tested on D810 T60 & Q2010 and tested by several others.
2008-01-06re-add _PPC.Marco Peereboom
ok gwk@
2008-01-05Never attach more acpicpu(4) devices than cpu(4) devices. Always attachMark Kettenis
the first acpicpu(4) device on non-MULTIPROCESSOR kernels, regardless of its ACPI processor ID. ok mikeb@
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
ok krw@ deraadt@ dlg@
2008-01-05syncTheo de Raadt
2008-01-05SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.uaTheo de Raadt
rum vs ural determination done by jsg
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
a useless buffer. should hook the mac address up.
2008-01-04we have pci_vpd_read now. get rid of the (bad) comment that left it outDavid Gwynne
pointed out by deraadt@
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
ok deraadt@
2008-01-04regenMark Kettenis
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
ok deraadt@