summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-01-08spacesMichael Shalayeff
2005-01-08rev 1.125Brad Smith
2005-01-08fix conflicting types for ahc_send_async().Kevin Lo
2005-01-07regenBrad Smith
2005-01-07add SiS devices.Brad Smith
2005-01-06Make sure the kthread does not run before iop_config_interrupts().Miod Vallat
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2005-01-05Use $OpenBSD$ instead of $Id$. ok damien@Jonathan Gray
2005-01-05copyoutstr doesn't work so well with the kernel addressesTed Unangst
2005-01-04If we get a vendor private tlv when we are expecting a challenge,Todd C. Miller
2005-01-04shrink dmesg outputJonathan Gray
2005-01-04though this is untested this couldn't be any worse than before.Brad Smith
2005-01-03Add support for the Vodafone Mobile Connect 3G adapter.Reyk Floeter
2005-01-03regenReyk Floeter
2005-01-03add Vodafone Mobile Connect 3G IDsReyk Floeter
2005-01-03- make sure int is in running state before touching the multicast filtersBrad Smith
2005-01-03do not print device info twiceTheo de Raadt
2005-01-03Make ath at cardbus not depend on ath at pci. ok reyk@Jonathan Gray
2005-01-02Split out register definitions.Mark Kettenis
2005-01-02more constantsBrad Smith
2005-01-02rev 1.21Brad Smith
2005-01-02cleanup and better ram sizing.Brad Smith
2005-01-02ugh, need this too for the last commit to sk(4).Brad Smith
2005-01-01better chip/card identification.Brad Smith
2005-01-01rev 1.92Brad Smith
2005-01-01Add BGE_QUIRK_ONLY_PHY_1 to BCM5701_B2. From NetBSD PR #23778, asKenneth R Westerback
2005-01-01Don't initialize the card (and start an autonegotiation!) every timeKenneth R Westerback
2005-01-01my -> mayBrad Smith
2005-01-01allow reception of VLAN sized frames.Brad Smith
2004-12-31Define atw cfdriver struct in atw.c so atw at cardbus does notJonathan Gray
2004-12-31strncpy -> strlcpyDavid Gwynne
2004-12-31people who don't understand the preprocessor should stay away from the tree.Marc Espie
2004-12-31fixes so axe can work on big endian machinesDavid Gwynne
2004-12-31sync with the latest work and add some stuff needed by the upcoming ar5211/ar...Reyk Floeter
2004-12-31zaurus will be able to use this one dayTheo de Raadt
2004-12-31Move the cfdriver struct to rtw.c where it belongs so cardbus rtwJonathan Gray
2004-12-30Let yds_init() return a meaningful value.Miod Vallat
2004-12-30Current ahd timeout code does nothing. Add fbsd style timeoutKenneth R Westerback
2004-12-30Clean up some code to eliminate snprintf() return value abuse noted byKenneth R Westerback
2004-12-30fix for some archs that don't like unaligned accesses, eg sparc64 and alphaDavid Gwynne
2004-12-30Correct copyright as per David Young's recent change in NetBSD.Jonathan Gray
2004-12-30Add license and CVS tags.Jonathan Gray
2004-12-30Don't zero error value, return it.Kenneth R Westerback
2004-12-30get rid of ieee80211 debug outputDavid Gwynne
2004-12-29indentation repair; marco okTheo de Raadt
2004-12-29from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3David Gwynne
2004-12-29another Marvell PHYBrad Smith
2004-12-29regenBrad Smith
2004-12-29another Marvell Gig PHY, noticed on a macppc system.Brad Smith
2004-12-29Driver for Realtek 802.11 devices from NetBSD.Jonathan Gray