summaryrefslogtreecommitdiff
path: root/distrib/notes
AgeCommit message (Collapse)Author
2007-11-25OSLoadFilename needs to be set to /bsd instead of /unix (default)Jasper Lievisse Adriaanse
ok miod@
2007-11-10Mention the Meinberg USB5131.Marc Balmer
2007-11-09Build and advertize bsd.mp on mvme88k.Miod Vallat
2007-11-09SMP systems should no longer considered as unsupported.Miod Vallat
2007-11-05Mention the PEX511 card here.Marc Balmer
2007-11-04Mention the Meinberg PCI509 card and sort list to make it look like in theMarc Balmer
manual page.
2007-11-04Grammer nit ("all ... has been extracted" -> "all ... have beenKenneth R Westerback
extracted". Pointed out by smallm in PR 5622.
2007-10-17sparc64 has a bsd.mp too (though it is early work..)Theo de Raadt
2007-10-08Correct name GPS170PCI instead of GPS170.Marc Balmer
2007-08-30oops; t.stritzky@teles.de noted that we had not yet documented theTheo de Raadt
install##.iso files; thanks
2007-08-20update to match current ftp.html for 4.2 release, ok deraadt@Alexander von Gernler
2007-08-08Update.Mark Kettenis
2007-08-08Update.Mark Kettenis
2007-08-02add few arch/MACHINE substitutions; ok miod@David Krause
2007-08-02missing apostropheDavid Krause
2007-08-01Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmwareMiod Vallat
is anything but useful. Nevertheless this was a very good platform to use as an OpenBSD/*arm* starting point, but nowadays this platform is not necessary anymore. Somehow these CATS motherboard are just like AUI hubs, with the difference that, when my AUI hub caught fire, 10base5 support was not removed from the networking code.
2007-07-22Enable rl(4) on hppa, tested by me, ok kettenis@Jonathan Gray
2007-07-21Mention bge(4) as well.Mark Kettenis
2007-07-21Mention SysKonnect/Marvell gigabit ethernet adapters.Mark Kettenis
2007-06-22PCI malo(4) worksMartin Reindl
from Janjaap van Velthooven
2007-06-18Firmware version warning; several re-wordings.Ian Darwin
Improved by deraadt@.
2007-06-11Ascii Art from jsg and a typo from jmc.Ian Darwin
2007-06-11Describe serial cable and conflicting pinouts; link to manual; reword bits.Ian Darwin
ok drahn@
2007-06-08Add the D-Link DGE-660TD to the list of devices supported by re(4).Marc Balmer
2007-05-29Don't suggest running NetBSD/alpha binaries via compat_netbsd anymore.Miod Vallat
2007-05-28create and populate a section on hardware monitoring sensorsConstantine A. Murenin
2007-05-28create and populate a section on hardware monitoring sensorsConstantine A. Murenin
2007-05-28create and populate a section on hardware monitoring sensorsConstantine A. Murenin
2007-05-28major update of hardware monitoring sectionConstantine A. Murenin
2007-05-28sync with i386.html; 'of course' deraadtConstantine A. Murenin
2007-05-28mention pcn(4)Martin Reindl
2007-05-28sync for xl(4)Martin Reindl
2007-05-28Remove references to wt(4). Don't install wt.4 anymore.Kenneth R Westerback
2007-05-27sync for new machinesMartin Reindl
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-07Typo; jakemsr@Miod Vallat
2007-05-04stop shipping CKSUM files; people can use the MD5 filesTheo de Raadt
(this decreases build time a bit too) ok todd (and i assume legacy-architecture-miod would not object either)
2007-04-13GENERIC can not run in 8MB anymore.Miod Vallat
2007-04-13Adjust the malo(4) HW list here as well.Claudio Jeker
2007-04-05Cleanup some flags. uath, pgt and malo are included in GENERIC.Claudio Jeker
2007-04-05Add acx to the supported HW list and remove the [*] from the malo entries,Claudio Jeker
they have no meaning in this file.
2007-03-19luna88k LCD device is now user-controllable by lcd(4).Kenji Aoyama
ok miod@
2007-03-18sync for UP2000Martin Reindl
2007-03-16make a note about AlphaServer 1200 and 4100 supportRobert Nagy
reminder from martin@
2007-03-15OpenBSD/aviion notes draft.Miod Vallat
2007-03-09some note updates from jsgTheo de Raadt
2007-03-08spelling fixes; ok deraadt@David Krause
2007-03-06sync the mirror list here with ftp.html -r1.414Alexander von Gernler
ok deraadt@
2007-03-06add azalia(4) hardware.Jasper Lievisse Adriaanse
"fine" jmc@
2007-03-01Your spring jumbo m4-fu. This time:Miod Vallat
- mention comp contains an objective-C compiler too. - rewrite InstallPrelude so that it will only output the ``know your drive geometry'' blurb if asked to, and for a specified disk type. Use it for non-IDE and non-SCSI disks only, otherwise the kernel is good enough to do the job without the users' help. - similarily, adapt BootMsgs to make the second part of the geometry blurb optional, and to accept up to three disk types. Use this to report better disk names (i.e. no point saying an scsi disk would show up as sd0 on platforms which can't have scsi disks, or won't be able to boot from them). - in InstallPart4, drop the part about block and fragment sizes in disklabel. The defaults are good, and you won't get to change them unless you switched to expert mode. - the default answer to ``wanna get the ftp mirror list, unzel?'' is ``no'', so pressing enter to get it is not enough anymore (-: