Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-18 | WSDISPLAY_COMPAT_RAWKBD support for hilkbd. | Miod Vallat | |
2005-01-17 | try memory-mapped bars first that exist on ich4/ich5 and fall bak to ↵ | Michael Shalayeff | |
io-mapped if that fails; from Lars Heidieke via Michael van der Westhuizen | |||
2005-01-17 | typo; from Michael van der Westhuizen <michael@skanky.homeunix.net> | Michael Shalayeff | |
2005-01-17 | regen | Damien Couderc | |
2005-01-17 | add ATI radeon 9600 Pro and 9800 XT, ok deraadt@ | Damien Couderc | |
2005-01-17 | update dead URL, from Steve Shockley <steve.shockley@shockley.net> | Jared Yanovich | |
2005-01-17 | Display driver for zaurus, PXALCD requested and ok miod@ | Dale Rahn | |
2005-01-17 | add id for Intel 82546GB dual port PCI-E adapter. | Brad Smith | |
From FreeBSD | |||
2005-01-17 | regen | Brad Smith | |
2005-01-17 | another Intel Gig id | Brad Smith | |
2005-01-17 | add BGE_QUIRK_FEWER_MBUFS to 5704 fallback case. | Brad Smith | |
2005-01-16 | - recognize Microsoft PCI and CardBus adapters | Brad Smith | |
- recognize Hawking CardBus adapter - simplify 3Com switch case and fold in with ADMtek case - use 64-bit multicast hash for all instances of ADMtek 983 chipset Hawking CardBus adapter reported by Alec Berryman <alec at thened dot net> Microsoft adapters from FreeBSD dc(4) driver | |||
2005-01-16 | regen | Brad Smith | |
2005-01-16 | its bad enough that Microsoft makes software nevermind assembling | Brad Smith | |
Ethernet adapters with bad chipsets. | |||
2005-01-16 | regen | Brad Smith | |
2005-01-16 | Hawking CardBus card. | Brad Smith | |
Reported by: Alec Berryman <alec at thened dot net> | |||
2005-01-16 | get EEPROM width on all cards except for the original PNIC | Brad Smith | |
or XIRCOM cards. Based on the FreeBSD dc(4) driver. | |||
2005-01-16 | typo | David Gwynne | |
2005-01-16 | add support for the HX variant of the pl2303 from Pedro la Peu via | David Gwynne | |
Waldemar Brodkorb. | |||
2005-01-16 | USB_DEBUG should imply UBSA_DEBUG | David Gwynne | |
2005-01-15 | If the loop is empty when we probe it, enable the interrupt anyways, so that | Miod Vallat | |
we can react on post-boot device plugs. | |||
2005-01-15 | rev 1.85 | Brad Smith | |
Newer chips do not need the receiver lock-up workaround; detect when it is required. From NetBSD | |||
2005-01-15 | rev 1.56 | Brad Smith | |
Corrected a workaround that should only be applied to one adapter. Workaround was causing device hangs when incorrectly applied to other adapters. From FreeBSD | |||
2005-01-15 | nForce2 Ultra 400 IDE support. ok grange@ | Jonathan Gray | |
2005-01-15 | regen | Jonathan Gray | |
2005-01-15 | nForce2 Ultra 400 devices. | Jonathan Gray | |
Found in a dmesg from escapenguin at gmail dot com. | |||
2005-01-15 | Intel devices found in a dmesg from petersm at sedsystems dot ca. | Jonathan Gray | |
2005-01-15 | regen | Jonathan Gray | |
2005-01-15 | TI PCI22050 and PCI2050 PCI-PCI bridges. Former found in a dmesg | Jonathan Gray | |
from george_morgan at spamcop dot net. | |||
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith | |
From NetBSD NetBSD PR 27678 for details ok mcbride@ | |||
2005-01-15 | Additional devices found in linux-wlan driver. | Jonathan Gray | |
2005-01-15 | Add id for Psion Dacom Gold Port Ethernet found in Linux driver. | Jonathan Gray | |
2005-01-15 | regen | Jonathan Gray | |
2005-01-15 | Another kue device found in Linux driver. | Jonathan Gray | |
Additional USB wi devices found in linux-wlan. Sort Sitecom section. | |||
2005-01-14 | Typo | Miod Vallat | |
2005-01-14 | Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now. | Miod Vallat | |
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression. | |||
2005-01-14 | regen | Pedro Martelletto | |
2005-01-14 | Add Radeon IGP 9100, from Bruno Oliveira Silvestre, ok deraadt@ | Pedro Martelletto | |
2005-01-14 | use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoe | Theo de Raadt | |
2005-01-14 | Add type for zaurus, ok miod@ | Dale Rahn | |
2005-01-14 | rev 1.63 | Brad Smith | |
Avoid an unnecessary copy of a packet if it is already in a single mbuf. Introduce an additional device flag for those NICs which require the transmit buffers to be aligned to 32-bit boundaries. From FreeBSD | |||
2005-01-14 | ubt(4): USB Bluetooth driver, commented out in all kernel config | Alexander Yurchenko | |
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@ | |||
2005-01-14 | cardbus re(4) support (Realtek 8169) heavily based on if_rl. | Peter Valchev | |
still work in progress but it works (this is committed through it), some PHY timeout issues to resolve | |||
2005-01-14 | clean PCI leftovers | Peter Valchev | |
2005-01-14 | split re(4) into bus-independent code (ic/re.c) and PCI front-end | Peter Valchev | |
(pci/if_re_pci.c) for soon-to-come cardbus support; ok deraadt | |||
2005-01-14 | minor prototypes style; ok deraadt | Peter Valchev | |
2005-01-13 | fix a critical bug that made the kernel crash under heavy upstream traffic | Damien Bergamini | |
load. pointed out by jcs@ | |||
2005-01-12 | fix kernel building with option UBSA_DEBUG. | Moritz Jodeit | |
ok dlg@ henning@ | |||
2005-01-12 | Don't call ahc_setup_data() after calling ahc_execute_scb() since the | Kenneth R Westerback | |
scb may have been freed or made active. Only affects XS_RESET case. More correctly mirrors FreeBSD code. Already done to aic79xx_openbsd.c in r1.16. | |||
2005-01-12 | Fix an off by one in the critical section clearing code. The code was | Kenneth R Westerback | |
adjusting twice for the instruction pointer indicating the *next* instruction to execute. From FreeBSD r1.101. |