Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-19 | sync | Aaron Campbell | |
2001-01-19 | ATI All-In-Wonder Radeon | Aaron Campbell | |
2001-01-18 | Only try VIA CLK66 bit code for VIA rev >= 6, | Chris Cappuccio | |
Only try UDMA on ALi rev >= 0x20 (as per Daniela Engert's ChipList.txt) After I fix a few more bugs I will re-enable the ALi code | |||
2001-01-18 | regen | Michael Shalayeff | |
2001-01-18 | via686a/acm and order entries in via byt their numeric id | Michael Shalayeff | |
2001-01-16 | "0x 2" -> "0x02" | David Leonard | |
2001-01-16 | Print more diagnostics on bus_space_map failure. | Artur Grabowski | |
2001-01-16 | Add half of PT101 support: init codec, no mixer. And provide for | Marc Espie | |
audio/maestro without a functional mixer. Add hardware volume support, enable corresponding interrupt so that volume control works within cdio. | |||
2001-01-13 | Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by | Aaron Campbell | |
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been tested yet, but mpg123 works fine. Sound still works after suspend/resume. XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't generate interrupts. Cause yet unknown but probably not the driver's fault. YMMV on other laptops with this chip. | |||
2001-01-12 | Activate other maestro makes, per Theo's request. | Marc Espie | |
2001-01-11 | Sound driver for some ESS maestro models. Work by d@ and me, based on | Marc Espie | |
the FreeBSD driver, and some linux code. Probably some tweaks to reach out for more pci cards (some models are currently commented out, and we have yet to find a card where stereo output gets de-synchronized, as the FreeBSD driver claims happens). Suspends/resume works, recording and keyboard volume control on the way. This is not derived from the NetBSD driver in any way. Just happens that both works reached completion at the same time. | |||
2001-01-11 | fix a few strings | Michael Shalayeff | |
2001-01-11 | rename the rest to auich, verbalize the chipset type we are a part of | Michael Shalayeff | |
2001-01-11 | oops | Theo de Raadt | |
2001-01-11 | move ich to auich at mickey's request | Theo de Raadt | |
2001-01-09 | This seems to correct the problem listed in kernel/1607 (returning from | mjacob | |
syscall with non-zero priority). This doesn't seem to fix connecting to a switch problems (which *used* to work... sigh...)... | |||
2001-01-08 | From chris@ | Jeremy Evans | |
Partial sync w/NetBSD -Support Ultra/100 on Intel ICH2 (Tomokazu HARADA) -Support Ultra/66 on VIA Apollo (Manuel Bouyer) -Disable 16bit io-space limitation on Promise (Charles Hannum) | |||
2000-12-29 | Revision 5 is 82559B. | Artur Grabowski | |
2000-12-29 | Suppress PCI bus error messages on i386. They are not fatal and are usually | Steve Murphree | |
caused by another device on the PCI bus. So we won't print them. Just ACK them and go. | |||
2000-12-28 | sync | Aaron Campbell | |
2000-12-28 | Add Xircom MiniPCI modem as found in, i.e., IBM ThinkPad X20. I could not find | Aaron Campbell | |
an exact model number for it though... | |||
2000-12-27 | behave nicely w/ fixed rate codecs; from netbsd; testing by Igor Lulic ↵ | Michael Shalayeff | |
<il11@mail.csuchico.edu> | |||
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff | |
based on netbsd driver. testing helps from brad@ eisa untested, but should work (; | |||
2000-12-15 | sync | Jason Wright | |
2000-12-15 | natsemi 83820 | Jason Wright | |
2000-12-12 | remove some dead stuff and correct spelling in comment | Jason Wright | |
2000-12-10 | support newer cy cards; elektrosatan@voltagenoir.org, pr#1479 | Theo de Raadt | |
2000-12-08 | Fix attach message printing for CY82C693U to be like pciide_print_channels(). | Todd C. Miller | |
It is done inline for the CY82C693U since it only has one channel. | |||
2000-12-07 | new 3ware card, presumably backwards compatible; from freebsd | Michael Shalayeff | |
2000-12-07 | regen | Michael Shalayeff | |
2000-12-07 | new 3ware card | Michael Shalayeff | |
2000-12-07 | Thanks to Peter Galbavy <peter.galbavy@knowledge.com> for noticing- | mjacob | |
need #if NBPFILTER > 0 around a couple of spots. | |||
2000-12-06 | supposed changes needed for 82801BA support; chris | Theo de Raadt | |
2000-12-06 | BUG FIX: change enable sequence for 16-bit pcmcia cards. This change | Aaron Campbell | |
provides better (not perfect) reset sequence. The most significant change is asserting output enable reg before power up. Stop routing interrupt during reset. From NetBSD. | |||
2000-12-06 | new timeouts, proper spl()s; aaron@ ok | Michael Shalayeff | |
2000-12-06 | Merge together FreeBSD && OpenBSD versions, benefitting OpenBSD with | mjacob | |
getting LIVENGOOD (newer chipset) support. There will be a bit more coming down the pipe with this in a couple of weeks when I get the board that does 10/100/1000 all through CAT-5 cable.... | |||
2000-12-06 | sync | Theo de Raadt | |
2000-12-06 | the other three 3com 990 series cards | Theo de Raadt | |
2000-11-29 | Bugfix: reset 16-bit pcmcia in chip initialisation sequence; from NetBSD. | Aaron Campbell | |
2000-11-29 | Correct PCI interrupt setup routine for Texas Instruments PCI113X CardBus | Aaron Campbell | |
bridges so that hot insertion and removal works; from NetBSD. | |||
2000-11-29 | regen | Michael Shalayeff | |
2000-11-29 | a couple of compaq raid definitions; from netbsd | Michael Shalayeff | |
2000-11-29 | Clarify that the RX5C57X requires write to the PCI_LEGACY to disable and | Aaron Campbell | |
not PCI_BCR_INTR; from NetBSD. | |||
2000-11-29 | Power down PC cards at shutdown time; from NetBSD. I'm also reverting my own | Aaron Campbell | |
fix for this (rev 1.7) as this is the better way to do it. This fixes the problem seen with reboot while an xl(4) CardBus card is in a slot on my Toshiba Tecra 550CDT (so it should fix the same problem espie@ has seen on a different model Toshiba laptop). | |||
2000-11-22 | even bigger delay in ram probe; deraadt@ ok | Michael Shalayeff | |
2000-11-21 | From FreeBSD: | Jason Wright | |
add support for the acenic copper and netgear ga620t (untested). This also updates the firmware to 12.4.13 for tigon 1, and 12.4.11+wpaul hacks for tigon 2 | |||
2000-11-21 | sync | Jason Wright | |
2000-11-21 | add alteon copper acenic and netgear copper ga620 | Jason Wright | |
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | video in imac dv | Theo de Raadt | |