summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2005-01-16get EEPROM width on all cards except for the original PNICBrad Smith
or XIRCOM cards. Based on the FreeBSD dc(4) driver.
2005-01-16typoDavid Gwynne
2005-01-16add support for the HX variant of the pl2303 from Pedro la Peu viaDavid Gwynne
Waldemar Brodkorb.
2005-01-16USB_DEBUG should imply UBSA_DEBUGDavid Gwynne
2005-01-15If the loop is empty when we probe it, enable the interrupt anyways, so thatMiod Vallat
we can react on post-boot device plugs.
2005-01-15rev 1.85Brad Smith
Newer chips do not need the receiver lock-up workaround; detect when it is required. From NetBSD
2005-01-15rev 1.56Brad 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-15nForce2 Ultra 400 IDE support. ok grange@Jonathan Gray
2005-01-15regenJonathan Gray
2005-01-15nForce2 Ultra 400 devices.Jonathan Gray
Found in a dmesg from escapenguin at gmail dot com.
2005-01-15Intel devices found in a dmesg from petersm at sedsystems dot ca.Jonathan Gray
2005-01-15regenJonathan Gray
2005-01-15TI PCI22050 and PCI2050 PCI-PCI bridges. Former found in a dmesgJonathan Gray
from george_morgan at spamcop dot net.
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
From NetBSD NetBSD PR 27678 for details ok mcbride@
2005-01-15Additional devices found in linux-wlan driver.Jonathan Gray
2005-01-15Add id for Psion Dacom Gold Port Ethernet found in Linux driver.Jonathan Gray
2005-01-15regenJonathan Gray
2005-01-15Another kue device found in Linux driver.Jonathan Gray
Additional USB wi devices found in linux-wlan. Sort Sitecom section.
2005-01-14TypoMiod Vallat
2005-01-14Switch 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-14regenPedro Martelletto
2005-01-14Add Radeon IGP 9100, from Bruno Oliveira Silvestre, ok deraadt@Pedro Martelletto
2005-01-14use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoeTheo de Raadt
2005-01-14Add type for zaurus, ok miod@Dale Rahn
2005-01-14rev 1.63Brad 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-14ubt(4): USB Bluetooth driver, commented out in all kernel configAlexander Yurchenko
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@
2005-01-14cardbus 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-14clean PCI leftoversPeter Valchev
2005-01-14split re(4) into bus-independent code (ic/re.c) and PCI front-endPeter Valchev
(pci/if_re_pci.c) for soon-to-come cardbus support; ok deraadt
2005-01-14minor prototypes style; ok deraadtPeter Valchev
2005-01-13fix a critical bug that made the kernel crash under heavy upstream trafficDamien Bergamini
load. pointed out by jcs@
2005-01-12fix kernel building with option UBSA_DEBUG.Moritz Jodeit
ok dlg@ henning@
2005-01-12Don't call ahc_setup_data() after calling ahc_execute_scb() since theKenneth 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-12Fix an off by one in the critical section clearing code. The code wasKenneth R Westerback
adjusting twice for the instruction pointer indicating the *next* instruction to execute. From FreeBSD r1.101.
2005-01-11Pass device names on intr_establish() call, other drivers need this too.Dale Rahn
2005-01-11Reliability fixes:Miod Vallat
- Let the loop initialize completely before attempting to probe its devices. Fixes the "no answer from device 1" problem. - Handle ``loop unplugged'' events and force detach of all children in this case.
2005-01-10make it compile, sighTheo de Raadt
2005-01-10remove unnecessary rlphy_reset(), mii_phy_tick() andBrad Smith
some clean up. fixes issue with axe@usb. Tested by a number of developers and users.
2005-01-10from netbsd uplcom.c revision 1.37:David Gwynne
Make sure that we call uplcom_set_line_state() to get consistent state between our idea of flow controll settings and the chips one. In uplcom_set_line_state use the same value as the manufacturer suggests, since the previously used (umodem based) values do not seem to work. It is not completely clear what happened here - either the "not calling uplcom_set_line_state" due to luck prevented the non working state to be discovered or there are variants of the chip that need the old values. During testing none such chips have been found - if they ever apear we might have to make this function more intelligent, depending on the chip in use.
2005-01-10from freebsd, uplcom.c revision 1.23:David Gwynne
Add support for CTS modemsignal as well. RI does not seem to be supported.
2005-01-10add support for calling units (cuaU*)David Gwynne
2005-01-10Make the time spent scanning per channel consistent with other driversJonathan Gray
and much more reasonable.
2005-01-09Allow send_hil{,dev}_cmd to return failure, and handle this whereMiod Vallat
applicable. During device probe, if a device does not answer commands, display a warning message. This apparently happens on hp300 when the console is configured as remote (i.e. serial console). Unplugging and replugging the device works fine afterwards...
2005-01-09From dyoung@NetBSD rev 1.41:Jonathan Gray
Set initial conditions to guarantee that when read_seeprom toggles Chip Select, it turns *on* rather than *off*.
2005-01-09Use the macwrite instead of the hostwrite radio programming methodJonathan Gray
for rev F devices which lets us get responses from access points. Driver is still not fully working as yet. From a discussion with David Young.
2005-01-09fix regulation domain handlingReyk Floeter
2005-01-09- add support for 2.2 firmwareDamien Bergamini
- fix rssi decoding - implement basics for IBSS support - decrease channel scan time from 100ms to 40ms - cosmetic changes while i'm here
2005-01-08spacesMichael Shalayeff
2005-01-08rev 1.125Brad Smith
Don't read the MAC address from a copy of the EEPROM in the softc that has been recorded earlier and overwrite it again later by reading it directly from the EEPROM again. Read the MAC address from the PAR0/PAR1 registers instead, which are autoloaded on reboot. From FreeBSD Thanks to David Snyder <dasnyderx at yahoo dot com> for testing on a AN983 based card which used to come up with a MAC address of ff:ff:ff:ff:ff:ff.
2005-01-08fix conflicting types for ahc_send_async().Kevin Lo
ok krw@