summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-04-08wi* at pci* works with PLX pci adapters.Dale Rahn
Note: true pcmcia bridges are not currently supported.
2002-04-08Fix typo, from Raymond M SchneiderDaniel Hartmeier
2002-04-08Free memory. Patch from millert@.Mike Pechkin
2002-04-08Correct usage() for od syntax; Peter StrombergTodd C. Miller
2002-04-08more details to media and mediaopt; miod okTheo de Raadt
2002-04-08syncTheo de Raadt
2002-04-08tag repairTheo de Raadt
2002-04-08tweakTheo de Raadt
2002-04-08correct shared libs support in sparc64 gdb; deraadt@ ok.Federico G. Schwindt
2002-04-08install link.h and dlfcn.h from sys/arch/sparc64/include.Federico G. Schwindt
2002-04-08pieces for gdb; deraadt@ okFederico G. Schwindt
2002-04-08Port type (adhoc, hostap) is mediaopt, not media.Todd C. Miller
2002-04-08add ESS Allegro-1 and Maestro-3 driverMike Frantzen
2002-04-08document the ESS Allegro-1 and Maestro-3 driverMike Frantzen
2002-04-08regenMike Frantzen
2002-04-08ESS Alegro-1 and Maestro 3 stuffMike Frantzen
2002-04-08add an entry for the MAESTRO_3 audio accelerator. it improves your bandwidthMike Frantzen
almost as much as an openbsd sticker!
2002-04-08Allegro-1 and Maestro 3 driver ported from netbsdMike Frantzen
ok deraadt@
2002-04-08add flag to swap channels. from netbsd.Mike Frantzen
ok deraadt@
2002-04-08Rework the netboot operation description. Also, try to stress a bit more thanMiod Vallat
you have to interrupt autoboot to netboot bsd.rd, since tired bulgarian eyes seem to have missed this in the past.
2002-04-07More sync with dale's recent changes to macppc.html, and more details.Miod Vallat
2002-04-07- remove a few obsolete textsMiod Vallat
- fix a few typo and layout issues - sync hardware lists - for sparc64, document the patch# for E220R eeprom
2002-04-07Don't reset COR in wi_reset(), break it out into its own function andTodd C. Miller
only call it from wi_attach() and wi_pcmcia_activate() (ie: just once). It would be nicer to have the COR reset be part of the bus-specific code but we need to know whether or not we have a Lucent card since old Lucent firmware revs get messed up on a COR soft reset. Even with the COR reset we still need to avoid initializing Symbol cards more than once. However, we *do* want to do a reset after returning from suspend. Therefore, rename wi_gone to wi_flags and store both the attach and init status in it. wi_reset() now checks wi_flags to see if the card should be initialized in the Symbol case. Info on initializing Symbol cards once from NetBSD.
2002-04-07- update supported hardware listMiod Vallat
- fix a few typos and layout issues
2002-04-07After torturing Todd for a couple days with incremental booting, weHugh Graham
are confident at this point that OpenBSD has not corrupted the prom on his VAXstation 4000/90, and that the machine works well. Declare this model supported.
2002-04-07- update memory and disk sizes requirementsMiod Vallat
- clarify SYS_UBOOT description
2002-04-07- rework size figures to somewhat match realityMiod Vallat
- random typos
2002-04-07- more SRM firmware information (how to switch to SRM, boot -fi, boot -fl)Miod Vallat
- correct upgrade information (do it yourself)
2002-04-07Clean the dust, update figures, try to be more helpful; mostly from nick@Miod Vallat
2002-04-07SCSITERSE saves 8KB, not 8 bytes.Todd C. Miller
2002-04-07Typo. ok millert@Thierry Deval
2002-04-07fix authpf_kill_states()Mike Frantzen
2002-04-07more meat and fixens from weissman dudeMichael Shalayeff
2002-04-07more meat and fixns from weissman dudeMichael Shalayeff
2002-04-07xr driver pages right off of the list, not at the end; from weissman dudeMichael Shalayeff
2002-04-07Clarify RAIDframe kernel options(4)Thierry Deval
Closes PR#2523 (thanks Dries Schellekens) ok miod@
2002-04-06Fix a typo and sync usage() with man page; Brian PooleTodd C. Miller
2002-04-06print the condition correctly; closes PR 2530. millert@ ok.Federico G. Schwindt
2002-04-06o Add -D option to set antenna diversity on Symbol cardsTodd C. Miller
o Mention other symbol-specific things o Convert tables to real mdoc colummn lists.
2002-04-06Add support for setting antenna diversity on Symbol cards.Todd C. Miller
Also add some more Symbol-specific RID values I noticed in the Linux orinoco driver.
2002-04-06Do not hide Pfpregs from a switch() if PT_[GS]ETFPREGS are not defined,Miod Vallat
so that this compiles with option DIAGNOSTIC; fixes PR #2528 ok fgsch@
2002-04-06Use new WI_NIC_* names for lucent cards instead of hard-coded hex values.Todd C. Miller
2002-04-06For PLX-based bridge cards, move printing of pcmcia card CIS stringsTodd C. Miller
out of generic wi_attach() and into wi_pci_attach(). This means we can't print the CIS info for embedded cards like the NCP130 but since those don't have a "real" pcmcia card in them this is really not a problem. Also check to see that there is actually a pcmcia present and give and error if not. CIS magic number taken from the Linux orinoco driver; there may be a better way to do this.
2002-04-06Add support for Symbol cards and printing of the primary stationTodd C. Miller
firmware version. Adapted from NetBSD and the Linux orinoco driver. The Symbol firmware requires that we do a COR soft reset before initializing the card in wi_reset(). Also, setting WI_RID_ROAMING_MODE caused the Symbol card to go into a strange (non-working) mode with firmware 2.x.x. There are some other Symbol additions/oddities that will need to be addressed in the future.
2002-04-06nx/ox; from weissman dudeMichael Shalayeff
2002-04-06Fixes potental double // within path.mouring
http://bugzilla.mindrot.org/show_bug.cgi?id=76
2002-04-06root checks are removed now that we moved the per-user dir,Bob Beck
docs need to reflect this
2002-04-06s/REESSERVED/RESERVED/Jason Wright
2002-04-06oh, there is no hppa(4)Michael Shalayeff