Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-22 | Another Aralion chip ARS0303D ATA133. | Alexander Yurchenko | |
Device id obtained from the linux driver provided by Alexey E. Suslikov <cruel@texnika.com.ua>. | |||
2004-09-21 | Do not retrigger the screen blanker if one change its settings through | Miod Vallat | |
wsconsctl, while running X11. | |||
2004-09-21 | sync | Alexander Yurchenko | |
2004-09-21 | New vendor Aralion Inc. and its raid ARS106S. | Alexander Yurchenko | |
New Silicon Image raid SiI1210SA. Found in dmesgs from Alexey E. Suslikov <cruel@texnika.com.ua>. | |||
2004-09-21 | re-add RCS id after last commit | Brad Smith | |
2004-09-20 | sync | Theo de Raadt | |
2004-09-20 | more uplcom and umct; jsg@goblin.cx pulled from netbsd | Theo de Raadt | |
2004-09-20 | regen | Michael Shalayeff | |
2004-09-20 | IRE is really AD and thus rename those and add a few devices | Michael Shalayeff | |
2004-09-20 | regen | Michael Shalayeff | |
2004-09-20 | hp pci bridge id | Michael Shalayeff | |
2004-09-20 | addres -> address | Miod Vallat | |
2004-09-20 | sync | Alexander Yurchenko | |
2004-09-20 | Add nvidia nforce3 250 audio. From FreeBSD via deraadt@. | Alexander Yurchenko | |
``go for it'' deraadt@ | |||
2004-09-20 | some people are just incapable of properly comitting to *devs files | Michael Shalayeff | |
2004-09-20 | don't include sys/malloc.h, no memory management functions are used | Brad Smith | |
by any of the MII drivers. From NetBSD | |||
2004-09-20 | another unit; http://www2.elecom.co.jp/products/UC-SGT.html | Theo de Raadt | |
2004-09-20 | meant to commit this too, remove old resume workaround flags | Brad Smith | |
2004-09-20 | remove software-based workaround for the resume issue. | Brad Smith | |
ok beck@ | |||
2004-09-20 | enable code to disable dynamic standby mode on 82550's | Brad Smith | |
ok beck@ | |||
2004-09-19 | typo, or -> of | Brad Smith | |
2004-09-18 | off by one in check | Ted Unangst | |
2004-09-18 | My Bad. | Bob Beck | |
Can I have my spanking now wurstchen? | |||
2004-09-18 | sync | Theo de Raadt | |
2004-09-18 | new fxp variant, noticed by freebsd | Bob Beck | |
ok brad@ | |||
2004-09-18 | sync | Theo de Raadt | |
2004-09-18 | match the new ID | Theo de Raadt | |
2004-09-18 | new device supported | Theo de Raadt | |
2004-09-18 | regen w/ proper rcsids and const | Michael Shalayeff | |
2004-09-18 | support microcode being const; krw@ ok | Michael Shalayeff | |
2004-09-18 | repair build that reused y.tab.h for two different parsers | Michael Shalayeff | |
thus failing a build every other time. make generated arrays const and repair rcsid generation for output. allow one-step build; from krw@ krw@ ok | |||
2004-09-18 | - Record handles for memory and IO space | Brad Smith | |
- If the CIS pointer is all-0s, don't try to read the CIS. From NetBSD | |||
2004-09-18 | add Linksys PCM200 | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2004-09-17 | regen | Brad Smith | |
2004-09-17 | add Linksys vendor ID and Linksys PCM200 ID | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2004-09-17 | Some cleanup: | Alexander Yurchenko | |
- don't mix unsigned and u_int across the code - un'static some funcs ok art@ | |||
2004-09-16 | whitespace cleanup | Markus Friedl | |
2004-09-16 | Use a sane value for maxsegsz, fixes this card for alpha (PR 3920). | Ryan Thomas McBride | |
ok miod@ | |||
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-09-16 | some additional CIS sanity checks. | Brad Smith | |
From NetBSD | |||
2004-09-16 | - for the generic 82557 PCI ID also print the chip name if we have an 82558 | Brad Smith | |
or newer. - rearrange PCI IDs a bit. - eliminate setting the FXPF_HAS_RESUME_BUG flag now that we have support to disable dynamic standby. ok deraadt@ mcbride@ mickey@ | |||
2004-09-16 | If we can't allocate new jumbo storage, try to copy the packet into a | Ryan Thomas McBride | |
new mbuf chain with m_devget() before recycling the jumbo storage. Frome if_sk.c ok deraadt@ | |||
2004-09-15 | code locator is optional | Michael Shalayeff | |
2004-09-15 | add pcxu tlb handlers and cpu probing | Michael Shalayeff | |
add u2/uturn ioa driver in dumb mode now enable pcxu/pcxw support | |||
2004-09-15 | Return the ability to queue events before hotplugd started. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-09-15 | Better debug printfs: missing \n and show xfer flags in | Alexander Yurchenko | |
wdc_exec_xfer(). | |||
2004-09-15 | Add support for Intel 6300ESB IDE and SATA. | Alexander Yurchenko | |
There's a little botch to be fixed later in our Intel SATA support that's why the first variants of the diff didn't work. Thanks to Markus Foerster <markus@1ster.de> for access to the testing machine. | |||
2004-09-15 | Tweak in comment. | Alexander Yurchenko | |
2004-09-14 | remove unused variable; netbsd, ok theo | Peter Valchev | |
2004-09-14 | Call tl_ifmedia_upd() in tl_init() for cards with bitrate devices | Brad Smith | |
From FreeBSD |