summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-01for lack of a better place, but ebus dma register defs in here.Jason Wright
2001-10-01simplification:Jason Wright
don't need to mute the monitor when changing modes (cs4231 mutes it automatically when entering MODE_CHANGE_ENABLE is set). Remember the last format/xtal/speed selection and avoid resetting it if we're using the same one again. Also, simplify the volume/mute setup.
2001-10-01get rid of local copy of cs4231reg.h (and get defns from dev/ic/ad1848reg.hJason Wright
and dev/ic/cs4231reg.h). Move APC DMA goop into its own file in dev/ic.
2001-10-01add mono output mute bitJason Wright
2001-10-01first step at getting rid of local cs4231reg copy: get register numbersJason Wright
from sys/dev/ic/ad1848reg and sys/dev/ic/cs4231reg
2001-10-01Don't refer to the ``new single floppy'' installation method, just ``floppy''Miod Vallat
will do since the two floppy installation is long dead. And don't even mention it on sparc64 (yet).
2001-10-01No boot floppy, so remove any references to a floppy.fs in examples.Miod Vallat
2001-10-01Autmun alpha notes cleanup:Miod Vallat
- more details for floppy and floppyB - hardware list updated - get in sync with other arches: more setup text, at the correct location, etc. - remove the list of alpha-related urls, update the ftp.digital.com addresses for the AXPpci notes (no more available from main site, but still on ftp.europe and gatekeeper) and firmware availability - update the description of the bsd.rd procedure to match reality - and fix a few typos in the process. Blessed by deraadt@
2001-10-01Update the description of the bsd.rd miniroot behaviour (it will askMiod Vallat
for a terminal first, then I/U/S). While there, remove a duplicated sentence on hp300 and add the complete bsd.rd installation description to the vax notes.
2001-09-30syncTheo de Raadt
2001-09-30prettyJason Wright
2001-09-30add cs4231 at sbus/audio at sameJason Wright
2001-09-30oops, get rid of debugging printfJason Wright
2001-09-30big clean up of commit operation (and register defns)Jason Wright
2001-09-30Don't pass $DESTDIR where generated Makefiles already handle itThorsten Lockert
2001-09-30Install where we expectThorsten Lockert
2001-09-30Build in and install from obj directoryThorsten Lockert
2001-09-30Use a private copy of getdate.y so we aren't affected by changesTodd C. Miller
in the cvs one.
2001-09-30Revert to distributed versionThorsten Lockert
2001-09-30Get correct ARCH value for vax ramdisks.Miod Vallat
2001-09-30Enable break interrupt earlier.Artur Grabowski
2001-09-30Next round of cleanups.Artur Grabowski
- some KNF. - disable interrupts earlier in attach. - give it some more time in attach to finish earlier output. - explicit bus_space_barrier in comcnputc. - dead code.
2001-09-30Generic soft interrupts from NetBSD plus some minor cleanups.Artur Grabowski
2001-09-30-Wall cleanup; ok deraadtPeter Valchev
2001-09-30add mode_shift and mode_lock examples; mostly from Igor Grabin ↵Michael Shalayeff
<violent@death.kiev.ua>
2001-09-30add mode_lock for mode_shift as the caps_lock is to shift; from Igor Grabin ↵Michael Shalayeff
<violent@death.kiev.ua>
2001-09-30Selectable preset FSM optimizations for several network environments.Mike Frantzen
Thanks to everyone who sent me packet captures!
2001-09-30Build/install mem.4 for macppc.Dale Rahn
Probably a man/mi sets update to go with this.
2001-09-30Add one of the standard manpages, long missing on powerpc/macppc.Dale Rahn
Copied from mac68k, with tweaks.
2001-09-30Tune TCP fsm (99.7% - 99.9% accuracy over 1e6 connections)Mike Frantzen
2001-09-30Remove dead code.Artur Grabowski
2001-09-30Remove the COM_HAYESP code. It doesn't appear to have been ever used andArtur Grabowski
it's very intrusive and makes the code less readable.
2001-09-30driver for SUNW,CS4231 (doesn't quite sound right yet =), but is mostly there.Jason Wright
Mostly a port from sparc, but bits from NetBSD.
2001-09-30Move out the com at commulti attachment into an ownfile.Artur Grabowski
Same story as isapnp - not tested because i386 uses pccom.
2001-09-30Make the kernel compile.Artur Grabowski
2001-09-30Move out com at isapnp attachment into an own file.Artur Grabowski
Not tested because the only system with isapnp is i386 and i386 uses pccom. GRRR, thank you cvs for not committing the files I ask you to commit.
2001-09-30Move out com at isapnp attachment into an own file.Artur Grabowski
Not tested because the only system with isapnp is i386 and i386 uses pccom.
2001-09-29Next step in making the com driver improvable.Artur Grabowski
Split out the com at isa attachment into its own file.
2001-09-29alright, do not print quality and noise for cache; pr#2063Michael Shalayeff
2001-09-29if_media support, from freebsdMichael Shalayeff
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-29comment out some unimplemented placeholders; millert@ agreesChristian Weisgerber
2001-09-29Avoid panic at time of raid autoconfiguration. Raid kernel thread startsGrigoriy Orlov
when root filesystem isn't configured yet and some kernel variables can't be initialized. From Thierry Deval <TDeval@PrimeOBJ.COM>
2001-09-29Move signal initialization before dostartuphooks to avoid panic atGrigoriy Orlov
start of raid autoconfiguration thread. Required for upcoming RAIDFrame code update. From Thierry Deval <TDeval@PrimeOBJ.COM>
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-29we now have pidfile(3) in libutilJakob Schlyter
2001-09-29re-enable pidfile(3). ok millert@Jakob Schlyter
2001-09-29Some KNF.Artur Grabowski
2001-09-29test funky quotes, in normal and gnu-m4 mode.Marc Espie