summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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.
2001-10-01When you see an error, fix it immediately, otherwise it is possibleDale Rahn
to commit it, grr.
2001-10-01Add Copyright. Image cleanup.Dale Rahn
2001-10-01Piece of "code" which openfirmware will recognize to boot automatically offDale Rahn
of a parition. This version is primarily for CDs.
2001-10-01+audioceJason Wright
2001-10-01driver for cs4231 at ebus: doesn't quite sound right yet (VERY choppy andJason Wright
noisy... probably dma issue). This isn't the final destination for these files either (alot of sharing can be done with sbus version, I think).
2001-10-01better nameJason Wright
2001-10-01don't print redundant informationJason Wright
the parent of ebus is pci (not psycho), so fetch grantparent for iommu_state
2001-10-01There are anecdotal reports of firmware being writable on some CougarHugh Graham
machines, so don't poke blindly into the middle of its address space if we can tell dz is not going to be there by other means.
2001-10-01consistent casingHugh Graham
2001-10-01Use system variant types rather than 0x80 on the configuration andHugh Graham
test register to tell VAXstation 4000/60 from MicroVAX 3100m80. This seems to produce more reliable results (should work for both Norm's and Solar's 3100m80's).
2001-10-01Add system variant types for VAXstation 4000/60 and MicroVAX 3100m80.Hugh Graham
2001-10-01for lack of a better place, but ebus dma register defs in here.Jason Wright
2001-09-30add cs4231 at sbus/audio at sameJason Wright
2001-09-30Generic soft interrupts from NetBSD plus some minor cleanups.Artur Grabowski
2001-09-29Use more PMAP_NEW facilities.Miod Vallat
Remove obsolete&unused stuff. A few style nits.
2001-09-29Remove unused routines, and a few style/harmonization fixes.Miod Vallat
2001-09-29The "swap generic" configuration needs only two entries in swdevt[].Miod Vallat
So shrink it when necessary, and remove unwanted stuff as well.
2001-09-29from the "Ok, so I couldn't sleep" department: minimal driver for the beeper ↵Jason Wright
at ebus device
2001-09-29dec_kn20aa_intr_disestablish() implementation from netbsd; art@ okMichael Shalayeff
2001-09-29Enable pckbd support and use symbolic #defines for ctb_term_typeTodd C. Miller
instead of hard-coding values. art@ OK
2001-09-29com at ebusArtur Grabowski
2001-09-29com at ebusArtur Grabowski
2001-09-29Glue for com at ebus. From NetBSD, hacked to fit our com.Artur Grabowski
2001-09-29using #define is wrong, use #optionTheo de Raadt
2001-09-28and mention XP1000 in the right placeTheo de Raadt
2001-09-28Hack to work around bootpaths like:Jason Wright
bootpath: /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0 The val[0] of ata appears to be the channel number, and cmdk is disk (cmdk@channel,disk)
2001-09-28cold is now staticly initialized.Miod Vallat
2001-09-28Variable declarations in .h files without extern keywords suck.Miod Vallat
Especially when not all of these variables are used.