summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2001-10-10Enable zlib in libsa (i.e. compressed kernels support in bootloaders)Miod Vallat
ok deraadt@
2001-10-10sorry, twe does not fitTheo de Raadt
2001-10-10pci oneTheo de Raadt
2001-10-10cleanTheo de Raadt
2001-10-09no cd support for nowTheo de Raadt
2001-10-09syncTheo de Raadt
2001-10-09no more NBUF=Theo de Raadt
2001-10-09sbus onlyTheo de Raadt
2001-10-09no NBUF=Theo de Raadt
2001-10-09bge and wx are known to workNathan Binkert
2001-10-08We're not cross hosted these days.Jason Wright
2001-10-08Remove some debugging and development leftovers.Artur Grabowski
2001-10-08i think miod only half-looked at this patchTheo de Raadt
2001-10-08reenable audioceJason Wright
2001-10-08add lge(4) commentedNathan Binkert
2001-10-07remove all assumptions that parent is psycho. Also, don't try to useJason 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-07audioce crashes ultra 5s. Disable for now.Artur Grabowski
2001-10-06Add, commented out, missing lines for supported drivers.Miod Vallat
2001-10-06Remove MSDOSFS support from the ramdisk.Miod Vallat
2001-10-062face version of boot icon.Dale Rahn
2001-10-06+isp at sbusJason Wright
2001-10-05grr, I had this right to begin with... NOW X10 firecracker works.Jason Wright
2001-10-05moreTheo de Raadt
2001-10-05Add bge(4)Nathan Binkert
2001-10-05define FPE_STATE so that DEBUG will compileJason Wright
2001-10-05pull in the usb stuff (doesn't quite work yet, though)Jason Wright
2001-10-05unnecessary softc elementJason Wright
2001-10-05oops, forgot to implement TIOCMSETJason Wright
2001-10-05Be careful when updating register in TIOCM* operations (do operations onJason 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-05Sync fixes with sparc64.Miod Vallat
2001-10-04Oh, and I was told a period should end the final sentence.Miod Vallat
2001-10-04Fix one .Bl -width value.Miod Vallat
2001-10-04compile w/o USELEDS; from Paul Weissmann <paul@pdp11.org>Michael Shalayeff
2001-10-04Add commented out sf4r, sf2r and az audio drivers.Grigoriy Orlov
Requested by deraadt@.
2001-10-04radio hooksGrigoriy Orlov
2001-10-04in _bus_dmamem_alloc_range() use TAILQ_*() instead of tq*_* internals; more ↵Michael Shalayeff
diagnostic checks
2001-10-04copy of macppc's bus_dmamap_load_raw() implementatio; not used on i386 yetMichael Shalayeff
2001-10-04UKC on vax.Miod Vallat
2001-10-03Add $OpenBSD$ tags which were removed when this code was copied.Dale Rahn
2001-10-03Add missed file when committing apm for macppc.Dale Rahn
2001-10-03Install the bsd.tbxi data file. millert@ ok.Dale Rahn
2001-10-03apm support for macppc. This is not fully implemented, sleep modesDale 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-03Cleanup improperly shared code between the two interrupt drivers.Dale Rahn
Pointed out by a7r.
2001-10-02fix rtc_write_reg; netbsd.Jason Wright
2001-10-02Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.orgTodd C. Miller
2001-10-02+audioce (cs4231 at ebus)Jason Wright
2001-10-02fix 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-01Change 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-01When booting up in auto-boot? true mode, newer systems do not provideDale 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-01Always use the IRQ interrupt, and let the SBC_INTR flag only controlMiod Vallat
the DRQ interrupt. From NetBSD, improves GENERICSBC reliability. Tested by Takeshi Morimoto.