Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-10 | Enable zlib in libsa (i.e. compressed kernels support in bootloaders) | Miod Vallat | |
ok deraadt@ | |||
2001-10-10 | sorry, twe does not fit | Theo de Raadt | |
2001-10-10 | pci one | Theo de Raadt | |
2001-10-10 | clean | Theo de Raadt | |
2001-10-09 | no cd support for now | Theo de Raadt | |
2001-10-09 | sync | Theo de Raadt | |
2001-10-09 | no more NBUF= | Theo de Raadt | |
2001-10-09 | sbus only | Theo de Raadt | |
2001-10-09 | no NBUF= | Theo de Raadt | |
2001-10-09 | bge and wx are known to work | Nathan Binkert | |
2001-10-08 | We're not cross hosted these days. | Jason Wright | |
2001-10-08 | Remove some debugging and development leftovers. | Artur Grabowski | |
2001-10-08 | i think miod only half-looked at this patch | Theo de Raadt | |
2001-10-08 | reenable audioce | Jason Wright | |
2001-10-08 | add lge(4) commented | Nathan Binkert | |
2001-10-07 | remove all assumptions that parent is psycho. Also, don't try to use | Jason Wright | |
iommu operations directly: that's what bus_dma(9) heirarchy is for. (audioce now works on u5, though it won't play on the onboard speaker, or mine is busted... plays fine in headphones/lineout). | |||
2001-10-07 | audioce crashes ultra 5s. Disable for now. | Artur Grabowski | |
2001-10-06 | Add, commented out, missing lines for supported drivers. | Miod Vallat | |
2001-10-06 | Remove MSDOSFS support from the ramdisk. | Miod Vallat | |
2001-10-06 | 2face version of boot icon. | Dale Rahn | |
2001-10-06 | +isp at sbus | Jason Wright | |
2001-10-05 | grr, I had this right to begin with... NOW X10 firecracker works. | Jason Wright | |
2001-10-05 | more | Theo de Raadt | |
2001-10-05 | Add bge(4) | Nathan Binkert | |
2001-10-05 | define FPE_STATE so that DEBUG will compile | Jason Wright | |
2001-10-05 | pull in the usb stuff (doesn't quite work yet, though) | Jason Wright | |
2001-10-05 | unnecessary softc element | Jason Wright | |
2001-10-05 | oops, forgot to implement TIOCMSET | Jason Wright | |
2001-10-05 | Be careful when updating register in TIOCM* operations (do operations on | Jason Wright | |
temporary copy and write that copy when applying changes to avoid an inconsistent window). Should allow devices like X10 firecracker, which uses either DTR or RTS as power, to operate properly. | |||
2001-10-05 | Sync fixes with sparc64. | Miod Vallat | |
2001-10-04 | Oh, and I was told a period should end the final sentence. | Miod Vallat | |
2001-10-04 | Fix one .Bl -width value. | Miod Vallat | |
2001-10-04 | compile w/o USELEDS; from Paul Weissmann <paul@pdp11.org> | Michael Shalayeff | |
2001-10-04 | Add commented out sf4r, sf2r and az audio drivers. | Grigoriy Orlov | |
Requested by deraadt@. | |||
2001-10-04 | radio hooks | Grigoriy Orlov | |
2001-10-04 | in _bus_dmamem_alloc_range() use TAILQ_*() instead of tq*_* internals; more ↵ | Michael Shalayeff | |
diagnostic checks | |||
2001-10-04 | copy of macppc's bus_dmamap_load_raw() implementatio; not used on i386 yet | Michael Shalayeff | |
2001-10-04 | UKC on vax. | Miod Vallat | |
2001-10-03 | Add $OpenBSD$ tags which were removed when this code was copied. | Dale Rahn | |
2001-10-03 | Add missed file when committing apm for macppc. | Dale Rahn | |
2001-10-03 | Install the bsd.tbxi data file. millert@ ok. | Dale Rahn | |
2001-10-03 | apm support for macppc. This is not fully implemented, sleep modes | Dale Rahn | |
and power event are not handled, however it is enough support to poll the battery/AC/charging states of the system. Code by Alexander Guy. | |||
2001-10-03 | Cleanup improperly shared code between the two interrupt drivers. | Dale Rahn | |
Pointed out by a7r. | |||
2001-10-02 | fix rtc_write_reg; netbsd. | Jason Wright | |
2001-10-02 | Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.org | Todd C. Miller | |
2001-10-02 | +audioce (cs4231 at ebus) | Jason Wright | |
2001-10-02 | fix dma problems... now blaring Berlin's The Metro around the house from U30. | Jason Wright | |
(like cs4231, this driver only supports playback... capture will have to wait until post 3.0). | |||
2001-10-01 | Change the kernel so that is the openfirmware stdout is not provided, | Dale Rahn | |
it will force the screen open and use that as console. Fixes auto-boot? true booting. Does have issue on some cards that the screen does not enable quickly, thus the screen may scroll before it is visable. | |||
2001-10-01 | When booting up in auto-boot? true mode, newer systems do not provide | Dale Rahn | |
the stdout connection for if the normal output mode is screen. This change will force the bootloader output to the screen if this condition occurs. | |||
2001-10-01 | Always use the IRQ interrupt, and let the SBC_INTR flag only control | Miod Vallat | |
the DRQ interrupt. From NetBSD, improves GENERICSBC reliability. Tested by Takeshi Morimoto. |