Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-20 | regen | Marcus Glocker | |
2008-01-20 | Add one more device which could work. Fix comment typo in usbdevs while | Marcus Glocker | |
there. | |||
2008-01-19 | Add initial scaffold for RAID 0. No IO just yet. | Marco Peereboom | |
Much prodding todd | |||
2008-01-19 | Remove printf that doesn't make sense. | Marco Peereboom | |
2008-01-19 | Make the device work again on big endian archs (after firmware upgrade). | Marcus Glocker | |
Tested on macppc. | |||
2008-01-18 | Print consoleness the canonical way. | Mark Kettenis | |
2008-01-18 | Add LED support. | Marcus Glocker | |
2008-01-17 | Remove some #if;ed out code. | Mark Kettenis | |
2008-01-17 | Fix RX queue stalling by regulary reading the device statistics (with a | Marcus 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-17 | Set if_baudrate with IF_Gbps(10); | Thordur I. Bjornsson | |
ok dlg@ | |||
2008-01-17 | casts so this compiles on i386. | Thordur I. Bjornsson | |
ok reyk | |||
2008-01-17 | Add splnet around mii_tick() in sk_yukon_tick(). | Brad Smith | |
ok kettenis@ dlg@ | |||
2008-01-17 | Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightly | Marcus Glocker | |
changes. You need to update the firmware package to upgt-firmware-1.1.tgz. | |||
2008-01-16 | Set the baudrate with IF_Gbps(10); and remove an | Thordur 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 reference | Brad 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 printf | Brad Smith | |
- Fix interrupt string printing in the dmesg output ok dlg@ | |||
2008-01-15 | bring in lots of ac97(4) and auvia(4) updates from NetBSD | Jacob 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-14 | Zap two usless printfs. | Thordur I. Bjornsson | |
ok dlg@ | |||
2008-01-14 | return earlier if the device index is negative | Jacob Meuser | |
ok ratchov | |||
2008-01-14 | protect against an invalid device index possibly leading to kernel | Jacob Meuser | |
crash. inspired by deanna's similar bug fix in ac97. ok ratchov | |||
2008-01-13 | Check for a negative devinfo index, which could get here through | Deanna Phillips | |
mixer_ioctl. ok jakemsr@ | |||
2008-01-12 | Make comconsrate initialized to TTYDEF_SPEED at compile-time, for ports | Miod Vallat | |
which need to setup the chip before comcnattach() is invoked. | |||
2008-01-11 | Fall 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-11 | regen | Jonathan Gray | |
2008-01-11 | Turns 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-11 | regen | Jonathan Gray | |
2008-01-11 | Some additional Intel devices from submitted dmesgs. | Jonathan Gray | |
2008-01-11 | regen | Brad Smith | |
2008-01-11 | Add the Broadcom 10Gb controller PCI id, BCM57710. | Brad Smith | |
From the Linux -mm kernel tree. ok dlg@ | |||
2008-01-10 | regen | Thordur I. Bjornsson | |
2008-01-10 | Add 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 playback | Jacob 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-08 | Don't free res twice. | Marco Peereboom | |
ok jordan | |||
2008-01-08 | the rsc-console on the v880 operates at 115200, not the 9600 we think we | David 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-06 | Add 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-06 | re-add _PPC. | Marco Peereboom | |
ok gwk@ | |||
2008-01-05 | Never attach more acpicpu(4) devices than cpu(4) devices. Always attach | Mark Kettenis | |
the first acpicpu(4) device on non-MULTIPROCESSOR kernels, regardless of its ACPI processor ID. ok mikeb@ | |||
2008-01-05 | Adapt to the recent cleanup of Intel PCI host bridges Ids. ok oga@ | Matthieu Herrb | |
2008-01-05 | even better attach message location | Theo de Raadt | |
2008-01-05 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith | |
ok krw@ deraadt@ dlg@ | |||
2008-01-05 | sync | Theo de Raadt | |
2008-01-05 | SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.ua | Theo de Raadt | |
rum vs ural determination done by jsg | |||
2008-01-05 | print info in attach before if_attach | Theo de Raadt | |
2008-01-04 | Fix wrong sizeof(). Makes driver work on amd64, too. | Marcus Glocker | |
2008-01-04 | Fix TX padding. | Marcus Glocker | |
2008-01-04 | read the hardware mac address into the drivers ac_enaddr thing rather than | David Gwynne | |
a useless buffer. should hook the mac address up. | |||
2008-01-04 | we have pci_vpd_read now. get rid of the (bad) comment that left it out | David Gwynne | |
pointed out by deraadt@ | |||
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis | |
ok deraadt@ | |||
2008-01-04 | regen | Mark Kettenis | |
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis | |
ok deraadt@ |