Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-11-20 | likely to work on ich2 too; from deraadt | Michael Shalayeff | |
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | 82801BA audio devices | Theo de Raadt | |
2000-11-20 | support at least ATA6 on 82801BA; chris | Theo de Raadt | |
2000-11-19 | Don't print PCI device info twice during attach. | Aaron Campbell | |
2000-11-17 | *HMAC96->*HMAC | Angelos D. Keromytis | |
Bear in mind, you will need to recompile both isakmpd/ipsecadm and your kernel --- otherwise things won't work together. Naturally, all these changes will not be folded into -STABLE, since they would break binary compatibility. | |||
2000-11-16 | sync | Aaron Campbell | |
2000-11-16 | Add product ID for Symbios 53c1010; drrt@monkey.org | Aaron Campbell | |
2000-11-16 | Add support for Accton EN2242 MiniPCI adapters as found in HP OmniBook XE3 | Aaron Campbell | |
laptops; from FreeBSD. No special changes needed here, just the addition of the EN2242's product ID since it is an ADMtek Centaur chip. | |||
2000-11-16 | sync | Aaron Campbell | |
2000-11-16 | Add product ID for Accton EN2242 MiniPCI Ethernet adapter; from FreeBSD. | Aaron Campbell | |
2000-11-15 | Updated VGA driver; from NetBSD. Needed for wscons on i386 and alpha. These | Aaron Campbell | |
files could probably be updated even a bit further (they are from mid-summer). In addition, I've added support for console scrollback, somewhat inspired by Linux's vgacon driver. Basically, instead of allocating our own buffer and doing lots of copies, we take advantage of Video RAM and just modify the VGA display origin register as appropriate. This approach has a few advantages: simple to implement, no wasted KVM, it's fast, and after a boot you can now scroll back all the way to the BIOS messages (assuming your msgbuf is of a typical length :). Disadvantages are that the VRAM buffer is relatively small (only 32k) and we do not support raster devices through this method. (thanks to mickey@ for pointing this out). The code for this is fairly unobtrusive, so should we come up with a better approach to console scrollback at a later time (i.e., even more platform independent) it should be easy to revert this. We're one step further in porting nice features of PCVT over to wscons. | |||
2000-11-14 | remove diagnostic around TL_INTR_INVALID (this is a valid condition when two | Jason Wright | |
devices are on the same interrupt). | |||
2000-11-13 | Don't map unsafe registers from controllers that require 16 bit io space | Chris Cappuccio | |
(from NetBSD) | |||
2000-11-13 | Correct the vendor ID for Aver Media; dev@wanadoo.es. Confirmed with NetBSD | Aaron Campbell | |
and Linux's pcidevs. This brooktree driver is an unmaintainable mess. Someone should look into splitting this code up a bit into separate files, as has already been done in NetBSD and FreeBSD. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-10 | improved queue handling + some small bug fixes | Niklas Hallqvist | |