Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-08 | spaces | Michael Shalayeff | |
2005-01-08 | rev 1.125 | Brad 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-08 | fix conflicting types for ahc_send_async(). | Kevin Lo | |
ok krw@ | |||
2005-01-07 | regen | Brad Smith | |
2005-01-07 | add SiS devices. | Brad Smith | |
From: Peter Galbavy <peter dot galbavy at knowtion dot net> | |||
2005-01-06 | Make sure the kthread does not run before iop_config_interrupts(). | Miod Vallat | |
tested wilfried@ | |||
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat | |
of the work is done in the upper layer, but they get to see the ioctl, so don't always return an error. | |||
2005-01-05 | Use $OpenBSD$ instead of $Id$. ok damien@ | Jonathan Gray | |
2005-01-05 | copyoutstr doesn't work so well with the kernel addresses | Ted Unangst | |
2005-01-04 | If we get a vendor private tlv when we are expecting a challenge, | Todd C. Miller | |
just ignore the vendor private one and continue. Fixes a problem with hostap and some 802.11g cards. Adapted from a diff by drahn@ | |||
2005-01-04 | shrink dmesg output | Jonathan Gray | |
2005-01-04 | though this is untested this couldn't be any worse than before. | Brad Smith | |
fix completely broken multicast ioctl switch case. | |||
2005-01-03 | Add support for the Vodafone Mobile Connect 3G adapter. | Reyk Floeter | |
The MC3G is a cardbus device with an integrated OHCI usb controller. The GRPS/UMTS modem is attached via an internal Belkin serial adapter (ubsa(4)). Thanks to sh at horzela dot com. ok deraadt@ and dlg@ | |||
2005-01-03 | regen | Reyk Floeter | |
2005-01-03 | add Vodafone Mobile Connect 3G IDs | Reyk Floeter | |
2005-01-03 | - make sure int is in running state before touching the multicast filters | Brad Smith | |
- call foo_setmulti only instead of init'ing the chip - don't overwrite potential error return with success when calling ether_addmulti/ether_delmulti ok dlg@ | |||
2005-01-03 | do not print device info twice | Theo de Raadt | |
2005-01-03 | Make ath at cardbus not depend on ath at pci. ok reyk@ | Jonathan Gray | |
2005-01-02 | Split out register definitions. | Mark Kettenis | |
2005-01-02 | more constants | Brad Smith | |
2005-01-02 | rev 1.21 | Brad Smith | |
Defs for three (unused so far) bits in PCI command/status register were off by one bit. From FreeBSD | |||
2005-01-02 | cleanup and better ram sizing. | Brad Smith | |
2005-01-02 | ugh, need this too for the last commit to sk(4). | Brad Smith | |
2005-01-01 | better chip/card identification. | Brad Smith | |
From NetBSD ok krw@ | |||
2005-01-01 | rev 1.92 | Brad Smith | |
only clear the IFF_OACTIVE flag when we have a chance of being able to queue a packet to the hardware... instead of when the hardware queue is empty.. don't initalize cur_tx now that it doesn't need to be... rev 1.90 _OACTIVE is now handled better... From FreeBSD ok krw@ | |||
2005-01-01 | Add BGE_QUIRK_ONLY_PHY_1 to BCM5701_B2. From NetBSD PR #23778, as | Kenneth R Westerback | |
pointed out by Theo 2003/12/13. ok brad@. | |||
2005-01-01 | Don't initialize the card (and start an autonegotiation!) every time | Kenneth R Westerback | |
the IP address changes. Makes 'dhclient sk0' invocations way faster and more consistant. i.e. one DHCPREQUEST elicts the DHCPACK. ok brad@ 'Wow. Great Idea.' deraadt@. | |||
2005-01-01 | my -> may | Brad Smith | |
2005-01-01 | allow reception of VLAN sized frames. | Brad Smith | |
tested and ok niklas@ From NetBSD | |||
2004-12-31 | Define atw cfdriver struct in atw.c so atw at cardbus does not | Jonathan Gray | |
depend on atw at pci. ok millert@ | |||
2004-12-31 | strncpy -> strlcpy | David Gwynne | |
2004-12-31 | people who don't understand the preprocessor should stay away from the tree. | Marc Espie | |
2004-12-31 | fixes so axe can work on big endian machines | David Gwynne | |
2004-12-31 | sync with the latest work and add some stuff needed by the upcoming ↵ | Reyk Floeter | |
ar5211/ar5212 support. some further cleanups and changes will follow. | |||
2004-12-31 | zaurus will be able to use this one day | Theo de Raadt | |
2004-12-31 | Move the cfdriver struct to rtw.c where it belongs so cardbus rtw | Jonathan Gray | |
can be enabled seperately from pci rtw. From fgsch@ | |||
2004-12-30 | Let yds_init() return a meaningful value. | Miod Vallat | |
ok deraadt@ | |||
2004-12-30 | Current ahd timeout code does nothing. Add fbsd style timeout | Kenneth R Westerback | |
handling which will at least try to recover. ok marco@. | |||
2004-12-30 | Clean up some code to eliminate snprintf() return value abuse noted by | Kenneth R Westerback | |
Theo. ok marco@. | |||
2004-12-30 | fix for some archs that don't like unaligned accesses, eg sparc64 and alpha | David Gwynne | |
ok jsg@ | |||
2004-12-30 | Correct copyright as per David Young's recent change in NetBSD. | Jonathan Gray | |
2004-12-30 | Add license and CVS tags. | Jonathan Gray | |
2004-12-30 | Don't zero error value, return it. | Kenneth R Westerback | |
ok brad@. | |||
2004-12-30 | get rid of ieee80211 debug output | David Gwynne | |
2004-12-29 | indentation repair; marco ok | Theo de Raadt | |
2004-12-29 | from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3 | David Gwynne | |
log message: Attempt to follow the correct procedure for synchronising with the system BIOS to disable legacy device emulation as per the "EHCI Extended Capability: Pre-OS to OS Handoff Synchronisation" section of the EHCI spec. BIOSes that implement legacy emulation using SMIs are supposed to disable the emulation when this procedure is performed. tested on various archs by jsg@ and me ok pascoe@, looks sane jsg@ | |||
2004-12-29 | another Marvell PHY | Brad Smith | |
2004-12-29 | regen | Brad Smith | |
2004-12-29 | another Marvell Gig PHY, noticed on a macppc system. | Brad Smith | |
2004-12-29 | Driver for Realtek 802.11 devices from NetBSD. | Jonathan Gray | |
Not yet working. |