summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-09No longer need memsize.Todd C. Miller
2002-04-09Since the installation procedure will list all the supported media flagsMiod Vallat
via ifconfig -m, there is no need to suggest canonical media flags on some arches, especially since the end user might have a different interface with different flags; instead, be more cosy and mention that looking at the manual page for the interface might be helpful for desperate cases. Thus, merge the OpenBSDInstallNet and OpenBSDInstallNet2 macros, and remove thde in-between text for the arches that had such a paragraph.
2002-04-09syncTheo de Raadt
2002-04-09More reorganizations, fixes and shrinkage.Kenneth R Westerback
a) Make [ -z "$var" ] standard idiom, replacing many variants on [ X"$var" = X"" ]. b) Factor out three large chunks of repeated code for finding sets, getting user to select sets and then installing the sets. This creates get_sets_list(), get_get_files_list() and install_get_files_list(). c) Eliminate unneeded dir_has_sets() function. d) Indent last large functions that were not properly indented. e) Replace most if not all 'test' invocations with [], replacing a few if statements along the way. f) Use ${MODE} a lot more to make messages appear more relevant to process. g) Fix erroneous display of $local_sets_dir so the error for a non-existant dir actually displays the user input, not an empty string. h) Eliminate the 'list' option in selecting sets. It was not possible to actually select anything except what was already displayed, so bring verbiage and options into line with code. i) Replace a number of '\"' and "\'" with just plain 's or "s as appropriate. j) Replace ". " with ". ". k) Use some more "OpenBSD {$VERSION_MAJOR}.${VERSION_MINOR}" to make more messages correct and current. l) Various typos fixed. Net shrinkage approximately 2K. ok millert@ deraadt@
2002-04-09Attempt to sync the hardware list with i386.html, while fixing a fewMiod Vallat
typos and layout issues. This needs some proofreading as well as adjusting the footnotes accordingly to RAMDISK* kernel status, to come later.
2002-04-08For some reason my "boot drive with id 0" experiment spontaneously decidedMiod Vallat
to boot spontaneously after a system upgrade, instead of requiring manual intervention and bootloader via rboot. I blame the old bootblocks for the inconvenience. Thus the "only id 4, 5 and 6 for boot" notice is null and void, so remove it.
2002-04-08.Xr getpeereid.Marc Espie
ok millert@
2002-04-08New cards supportedNathan Binkert
2002-04-08Make fiber cards work (3com 3c996-SX)Nathan Binkert
Make the BCM5701 chips work. (3com 3c996B-T) From FreeBSD
2002-04-08Harmonize MAKEDEV.8 manpages, and provide one for arches still lacking it.Miod Vallat
Remove bogus/obsolete information in the way (hello, hp300 MAKEDEV.8!) This has been lying for a long time in my tree, but much more work will be needed until these pages are complete - watch out for more m4 madness to generate them in the future.
2002-04-08sync *_{MIN,MAX} synopsis with reality. ok provos@Dug Song
2002-04-08reflect new models supportedNathan Binkert
2002-04-08Match on phy model found internally on the BCM5701 chips (3c996B-T)Nathan Binkert
2002-04-08syncNathan Binkert
2002-04-08new brgphy modelNathan Binkert
2002-04-08Don't do tilde escapes unless we are in interactive mode. Now theTodd C. Miller
behavior matches the man page...
2002-04-08syncTheo de Raadt
2002-04-08two missing splx()sMichael Shalayeff
2002-04-08restore what was a default inactivity timeout, two minutesMichael Shalayeff
2002-04-08make hostap work on other-endian machines; tested by drahn@Michael Shalayeff
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