Age | Commit message (Expand) | Author |
2004-12-31 | typo | Theo de Raadt |
2004-12-31 | kludge around this build problem for now. | Dale Rahn |
2004-12-31 | shrink (low memory machine) and comment correctly. | Dale Rahn |
2004-12-31 | port is zaurus | Dale Rahn |
2004-12-31 | These are now zaurus headers, not cats ifdef protect appropriately. | Dale Rahn |
2004-12-31 | cleanups pointed out by miod@ | Dale Rahn |
2004-12-31 | Enable Realtek RTL8180 driver (rtw) to get more testing feedback. | Jonathan Gray |
2004-12-31 | Port of OpenBSD to the Zaurus, currently running on C860, soon C3000. | Dale Rahn |
2004-12-30 | xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD. | Dale Rahn |
2004-12-30 | pcmcia (CF) adapter. Needs to be split into seperate layers so | Dale Rahn |
2004-12-30 | PXA serial port is just enough different to make it difficult to share | Dale Rahn |
2004-12-30 | Add pxa interrupt controller support. | Dale Rahn |
2004-12-30 | better #include | Dale Rahn |
2004-12-30 | pxa270 is xscale | Dale Rahn |
2004-12-30 | Properly include fcom.h defines. | Dale Rahn |
2004-12-30 | #include cleanup. | Dale Rahn |
2004-12-30 | Work around the previous xscale/sa1xx muck, should now work for cats and xscale | Dale Rahn |
2004-12-30 | Support for pxa270, at least a running start. | Dale Rahn |
2004-12-30 | Include types and defines for items used in these inlined functions. | Dale Rahn |
2004-12-30 | Add pxa270 id | Dale Rahn |
2004-12-30 | Fix (and de-inline) bus_space_(read|write)_raw* functions, they did | Dale Rahn |
2004-12-30 | Silence resettodr() unless option DEBUG. | Miod Vallat |
2004-12-30 | If we are running on a 68040 or a 68060 processor, overwrite the copypage() | Miod Vallat |
2004-12-30 | Do the address space checks only if option DEBUG - nobody has seen them | Miod Vallat |
2004-12-30 | Kill the EIOMAPSIZE and instead, dynamically size the external I/O map, | Miod Vallat |
2004-12-30 | Rework pmap_bootstrap() computations of I/O maps. Makes the MD part of | Miod Vallat |
2004-12-30 | adw(4) works on amd64, enable; ok deraadt marco | Peter Valchev |
2004-12-30 | add acphy and bmtphy for some aue devices | David Gwynne |
2004-12-30 | Enable udav now it works on alpha. ok dlg@ | Jonathan Gray |
2004-12-30 | add ehci and enable atu in GENERIC. get rid of the flags on usb since they | David Gwynne |
2004-12-29 | fix a few more locators with ? that snuck in; mickey ok | Theo de Raadt |
2004-12-29 | Add commented entries for David Young's Realtek 8180 driver (rtw). | Jonathan Gray |
2004-12-28 | add sqphy | Brad Smith |
2004-12-28 | Since we don't enable interrupts until autoconf is over, we don't need | Miod Vallat |
2004-12-28 | fix new line in dmesg print on 8k cpus | Michael Shalayeff |
2004-12-27 | unused | Martin Reindl |
2004-12-27 | Finally put copyrights on files I wrote _long_ ago. prodded by miod@ | Dale Rahn |
2004-12-26 | _C_LABEL(foo) -> foo when in comments. | Miod Vallat |
2004-12-26 | Typo | Miod Vallat |
2004-12-26 | Typos | Miod Vallat |
2004-12-26 | Better include-once-only preprocessor symbol name. | Miod Vallat |
2004-12-26 | If writedisklabel() is invoked on a DPME-labeled disk, read back the DPME | Miod Vallat |
2004-12-26 | _HP300_INTR_H_PRIVATE is long dead. | Miod Vallat |
2004-12-26 | do not waste time having ises on | Theo de Raadt |
2004-12-26 | enable ami. ok beck@ | Marco Peereboom |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-25 | much space has been regained because of ramdisk fitting exercises in | Theo de Raadt |
2004-12-25 | strncmp() the correct size when looking for ki2c companion. | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-24 | Rewrite intlock/intunlock not to pass around interrupt frame directly | Peter Valchev |