summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2001-01-29Add ises.4Hakan Olsson
2001-01-29Initial man page for ises driver.Hakan Olsson
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-29talk about random.4Theo de Raadt
2001-01-29Add a transient driver for the Y@P phone that downloads firmware intoAaron Campbell
the EZ-USB chip. After downloading the firmware the device detaches and then reattaches as a composite device (audio + HID). From NetBSD. /* XXX - untested */ Commented out in GENERIC for now, since this sounds like a kind of rare and weird device that no one would have. But it might be useful to have an example driver like this in the tree in case we see more (important) USB devices in the future using the EZ-USB.
2001-01-28replace canadish w/ englishMichael Shalayeff
2001-01-28replace russlish with english; btw, are some of the descriptions of the bits ↵Theo de Raadt
backwards?
2001-01-28more new shiny flags for your pleasure, Xr autoconfMichael Shalayeff
2001-01-28machdep.apmhalt docu goes here (and soon in apm.8).Marco S Hyman
Someone with better english skills than mine may want to edit the wording.
2001-01-28gigabit -> GigabitAaron Campbell
2001-01-28mdoc -compact'ify list of supported cards.Aaron Campbell
2001-01-28Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD.Aaron Campbell
/* XXX - untested */ Note: just reminding myself that I need to create a nice diff for Lennart to further portablize the USB code (I fell behind in doing this). In particular, for this driver, the IF_INPUT() macro just does ether_input() in OpenBSD, but we really want to call the local upl_input() routine.
2001-01-28Add driver for HP5300 scanner which uses a homebrew SCSI-over-USB protocol.Aaron Campbell
From NetBSD. /* XXX - untested */
2001-01-28a start for security(8)David Leonard
2001-01-27- fix typosBrad Smith
- better magma* entry
2001-01-27bring this closer to reality, mention audio, bpp*, ccd*, cgeight*,Brad Smith
cgfour*, cgfourteen*, cgtwo*, ch*, cua*, fd*, ipl, magma*, openprom, raid*, random, rd*, ses*, spif*, tun*, uk*, xd*, xfs* and xy*. could still use a bit more work.
2001-01-27mention tun*Brad Smith
2001-01-27mention ipl and xfs*Brad Smith
2001-01-27show architecture name at the top of the man page, looks nicer.Brad Smith
2001-01-27betterBrad Smith
2001-01-27powerpcBrad Smith
2001-01-27initial MAKEDEV man page for powerpcBrad Smith
2001-01-27Preferred method of installing linux material should be user-friendly.Marc Espie
2001-01-25Clarify that local variable declarations should be sorted by size largest toAaron Campbell
smallest; smart@monkey.org
2001-01-24Grammar: somewhere -> sometimeAaron Campbell
2001-01-24Fix a few mdoc/formatting nits.Aaron Campbell
2001-01-23Tweak to allow groff -Tdvi -mandoc ... to work.Marco S Hyman
The mdoc macros were re-defining a font alias needed when dvi output was selected. Note: due to groff dvi font limitiations -Tps produces nicer printed material than -Tdvi when using the mandoc macros. OK millert@
2001-01-23oopsTheo de Raadt
2001-01-23Add iha.4 (Initio SCSI Host Adapter)Kenneth R Westerback
2001-01-23Xr to iha.4Theo de Raadt
2001-01-22Improved scoansi and cygwin terminfo entries from ncurses-5.2-20010114Todd C. Miller
2001-01-16Revert last commit.Marc Espie
2001-01-16Document NO_BUILD.Angelos D. Keromytis
2001-01-15Add adw host adapter error docs, plus minor cleanupKenneth R Westerback
2001-01-14create_kthread(9) -> kthread_create(9); overdose@vomitorium.orgTodd C. Miller
2001-01-13Clarify meaning: the code is entirely ours. Give tribute where tributeMarc Espie
is due, namely all hw information was gleaned from the FreeBSD and Linux drivers.
2001-01-13Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD byAaron Campbell
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been tested yet, but mpg123 works fine. Sound still works after suspend/resume. XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't generate interrupts. Cause yet unknown but probably not the driver's fault. YMMV on other laptops with this chip.
2001-01-13Let SYNOPSIS look OpenBSDish and not outlandish.Marc Espie
2001-01-13Preliminary man page for maestro. Link it.Marc Espie
Keep alphabetical order in audio.4 while we're at it :)
2001-01-12mention more ac97 driversTheo de Raadt
2001-01-11ich/auichMichael Shalayeff
2001-01-11Default mode is BSS, not ad-hocAngelos D. Keromytis
2001-01-11move ich to auich at mickey's requestTheo de Raadt
2001-01-10support !command in bridgename.if files, tooJason Wright
2001-01-09Typo: ommit -> omit. Small grammatical adjustment: 'specifies which fixup ↵Kenneth R Westerback
procedures' -> specifies a fixup procedure'
2001-01-09Typo: 'eg.' -> 'e.g.'Kenneth R Westerback
2001-01-09Typos: 'eg.' -> 'e.g.', 'untill -> until'Kenneth R Westerback
2001-01-09More complete synopsis, ok millert@,aaron@Marc Espie
2001-01-08From chris@: Update man page with slightly more useful informationJeremy Evans
2001-01-05typo - SHMPAXPGS -> SHMMAXPGSDug Song