summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-03-18+bge(4), ok deraadt@Brad Smith
2005-03-18Add bge. ok deraadt@.Kenneth R Westerback
2005-03-18sync and cleanup in ubsa(4)Reyk Floeter
2005-03-18add new 3G devices from Option. the Vodafone MC3G is an Option device.Reyk Floeter
2005-03-18Only complain about tx fifo overflows if RTW_DEBUG is set.Jonathan Gray
2005-03-17fix comment wrt previous changeMichael Shalayeff
2005-03-17Increase timeout in fdcresult(), this allows fdformat(8) to work now.Miod Vallat
2005-03-17add two more revs of romless cards; from netbsdMichael Shalayeff
2005-03-17enable uralDavid Gwynne
2005-03-17support for ipv6.Damien Bergamini
2005-03-17fix ral_enable_tsf_sync() for hostap mode.Damien Bergamini
2005-03-17do not drop ToDS frames when acting as an access point.Damien Bergamini
2005-03-17give ipv6 a chance. pointed out by Paul de Weerd.Damien Bergamini
2005-03-17enable tx retries for unicast frames.Damien Bergamini
2005-03-17fix for big endian archsDavid Gwynne
2005-03-17- fix ralink urlDamien Bergamini
2005-03-17+vge, ciphy; requests by pvalchevTheo de Raadt
2005-03-16oops, this needs the ural classifierTheo de Raadt
2005-03-16ural will be here tooTheo de Raadt
2005-03-16permit ramdisks to compileTheo de Raadt
2005-03-16syncDamien Bergamini
2005-03-16move ral vendor/product Ids into usbdevsDamien Bergamini
2005-03-16enable uralTheo de Raadt
2005-03-16Driver for Ralink Technology RT2500USB wireless adapters.Damien Bergamini
2005-03-16Use biowait() instead of rolling our own.Miod Vallat
2005-03-16+rtw, ral, but a few rare ethernet devices go away..Theo de Raadt
2005-03-16ath, atw, ral, rtw on CD ramdiskTheo de Raadt
2005-03-16more wireless chipsetsTheo de Raadt
2005-03-16play the relied-upon-xlation proper; deraadt@ okMichael Shalayeff
2005-03-16don't account packet's twice; from joel@; ok deraadt@, henning@Markus Friedl
2005-03-16amd64 also fails copyoutstr regress, missed in the first round.Ted Unangst
2005-03-15s/IPL_BIO/IPL_TTY. ok drahn@, deraadt@Uwe Stuehler
2005-03-15tag for release, more things coming, but ports needs thisTheo de Raadt
2005-03-15enable hotplug on macppc, been using it for some time, forgot it wasn't enabled.Dale Rahn
2005-03-15Skip empty pci ranges rather than aborting probe, as done on sparc64.Miod Vallat
2005-03-15Only warn if pci_{io,mem}_find fails if the returned value is not ENOENT - emptyMiod Vallat
2005-03-15Only print warning messages in pci_{io,mem}_find() if option DEBUG; instead,Miod Vallat
2005-03-15A potpourri of cgfourteen fixes and improvements:Miod Vallat
2005-03-15If no "intr" property exists, correctly handle the "interrupts" property forMiod Vallat
2005-03-15Nuke matchbyname(), which isn't used anymore.Miod Vallat
2005-03-15Take care of updating the PROMs view of the cursor position in the common fbMiod Vallat
2005-03-15byte order of mss, only affects synproxy code path, from John L. ScarfoneDaniel Hartmeier
2005-03-15use IFQ_ rather than IF_ macro here too, maybe helps altq; ok henningPeter Valchev
2005-03-15use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work onHenning Brauer
2005-03-15Seperate delay for discharge and charge, otherwise discharge period may notDale Rahn
2005-03-15- stop tearing down routes when the carp interface goes to backup in theRyan Thomas McBride
2005-03-15Make attach errors appear on new lines and makeJonathan Gray
2005-03-15no need to flush a few fpregs since soon the whole pcb get flushedMichael Shalayeff
2005-03-15hafta flush pcb once active (and a tush tush tush)Michael Shalayeff
2005-03-15revise lockf limit policy. after exceeding "soft limit", start enforcingTed Unangst