Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-17 | Match ICH7R SATA which while untested should work. | Jonathan Gray | |
2006-04-16 | Preliminary driver for the Colorgraphic VoyagerVGA pcmcia frame buffer; | Miod Vallat | |
more like a proof of concept than anything useful, due to the slowness of the beast, but deraadt@ insists this gets in the tree. Written with matthieu@'s help. | |||
2006-04-16 | sort the hardware list; | Jason McIntyre | |
2006-04-16 | pecularities -> peculiarities | Jason McIntyre | |
2006-04-16 | add support for the Asus MyPal A730 PocketPC. | Brad Smith | |
From Steffen Schuetz <st dot sch at gmx dot net> | |||
2006-04-15 | Caps Lock key is special, even in raw mode, on the Domain keyboard, exactly | Miod Vallat | |
like on ADB keyboards. Must have been the 80's keyboard fashion. So when we see a Caps Lock event, produce the missing event as well for acceptable behaviour. This does not allow the Caps Lock key to be used for chording, though, so document this in the manpage (honestly, Ctrl and Caps Lock being adjacent, there is no point in swapping them on Domain keyboards, but you never know). | |||
2006-04-15 | Document tvrx(4), ok jmc@ | Miod Vallat | |
2006-04-15 | missing article; | Jason McIntyre | |
2006-04-15 | update the emu(4) entries; | Jason McIntyre | |
2006-04-15 | - document audigy support; requested by sebastian rother | Jason McIntyre | |
- add some BUGS entries; from jakemsr - make the hardware list a little nicer whilst here ok brad | |||
2006-04-15 | sort; | Jason McIntyre | |
2006-04-15 | Add a bunch more uplcom devices found in Linux driver. | Jonathan Gray | |
2006-04-15 | Add support for non-RAID part of the ITExpress IT8212F. | Jonathan Gray | |
From Hans-Guenter Weigand hgw at d1906.inka.de. | |||
2006-04-14 | And remove DUMMY_NOPS from here too. | Tobias Weingartner | |
Thanks ben. | |||
2006-04-12 | TRENDnet TEW-229UB works. | Jonathan Gray | |
2006-04-10 | sch5017 is an adt7460 clone of some type. also, we are seeing some | Theo de Raadt | |
ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman | |||
2006-04-10 | tweaks; | Jason McIntyre | |
2006-04-10 | kill trailing space; | Jason McIntyre | |
2006-04-10 | new schenv driver | Theo de Raadt | |
2006-04-08 | add an AUTHORS section, and make HISTORY more obsd-specific; | Jason McIntyre | |
much help and ok jsg | |||
2006-04-08 | tweaks; | Jason McIntyre | |
2006-04-08 | various tweaks; | Jason McIntyre | |
2006-04-07 | Improved MIDI manpages from Alexandre Ratchov. | Jonathan Gray | |
2006-04-05 | RT2571 mention that should have been RT2570. | Jonathan Gray | |
Noticed by pedro at am-gen.org | |||
2006-04-04 | PowerBook3,3 has tumbler | Martin Reindl | |
2006-04-03 | Clarify the firmware part of the iwi(4) manpage: | Dimitry Andric | |
- Trim firmware files list to match -current - Mention URL of prepackaged proper firmware ok deraadt | |||
2006-04-02 | clarify the Encore ENL832-TX model for the Realtek variant. | Brad Smith | |
2006-03-29 | Recognise it(4) at port 0xd00 as well. This is where ASUS seem | Jonathan Gray | |
to be putting it on all their recent boards. "put this in" grange@ | |||
2006-03-28 | Add Intel 82801GB (ICH7M) SATA; | Robert Nagy | |
reported by Gabor Micsko <trey@hup.hu>; ok jsg@ marco@ kettenis@ | |||
2006-03-27 | correction from jsg; | Jason McIntyre | |
2006-03-27 | macppc has com now; fkr@bytemine.de | Theo de Raadt | |
2006-03-26 | tweaks; ok jsg, except one change which i'll alter if he disagrees.. | Jason McIntyre | |
2006-03-26 | grammar; | Jason McIntyre | |
2006-03-26 | fix SEE ALSO; | Jason McIntyre | |
2006-03-26 | Explain a bit more about the usage of isagpio(4). | Alexander Yurchenko | |
Requested by deraadt@. | |||
2006-03-26 | Support for accesing 8-bit ISA I/O throught the gpio(4) | Alexander Yurchenko | |
framework. Allows to use stupid GPIO device on the Acrosser AR-B1662 board. Work by form@. | |||
2006-03-26 | Support for Falcom Samba GPRS modem; from tm@openbsd.ru. | Alexander Yurchenko | |
2006-03-25 | document BIOCGDIRFILT/BIOCSDIRFILT ioctls | Damien Miller | |
sync/sort the list of allowed ioctls under BIOCLOCK too | |||
2006-03-24 | oops, chip misnamed; roman.hunt@comcast.net | Theo de Raadt | |
2006-03-24 | update supported device list and sort it while im here. | David Gwynne | |
2006-03-24 | sort; | Jason McIntyre | |
2006-03-24 | Driver for the serial interface to Qualcomm MSM EVDO modems. | Jonathan Gray | |
Tested with Verizon Wireless by jolan@ ok dlg@ | |||
2006-03-24 | The Buffalo WLI-CB-B11 card uses SA2400 radio. | Robert Nagy | |
2006-03-24 | typo; ray@humanrights.gov.au | Theo de Raadt | |
2006-03-23 | deprive theo of his love for `Ns'; | Jason McIntyre | |
2006-03-23 | tweaks; | Jason McIntyre | |
2006-03-16 | some clarifications on the AGP support | Theo de Raadt | |
2006-03-16 | Document the APGIOC_XXX ioctls and associated structures. | Dimitry Andric | |
ok matthieu@ | |||
2006-03-15 | mention machdep.allowaperture can be lowered | Theo de Raadt | |
(and remove mention of XFree86 snuck in here by someone who did NOT understand how wrong that is) | |||
2006-03-12 | with pcn(4) now in place remove or replace the references to PCI le(4) | Martin Reindl | |
and complement pcn* at pci? where useful as request by brad@ ok brad@ |