summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2002-06-30AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton.Miod Vallat
Added to floppy31 still fits.
2002-06-30Art says I shouldn't be shy, so uncomment lc entries.Miod Vallat
2002-06-30Add lc[01] at isa entries, commented out. Tested and work fine.Miod Vallat
2002-06-30Dummy bus_space_read_raw_region implementation.Miod Vallat
2002-06-28Recognize the Fn-arrow combinations (PgUp, PgDwn, Home, End) keys onMiod Vallat
Apple laptops. ok maja@
2002-06-28Oops. Doing a diff before commit is not enough. You have to read the diff too.Artur Grabowski
2002-06-28The IEEE fp stuff changed the rules for how fpu should be enabled.Artur Grabowski
We kept too much of the old code in trap handling. This should fix floppies and bsd.rd on some machines.
2002-06-28Return of new ahcSteve Murphree
2002-06-27Do not muck with the color palette unless the console depth is 8 bit.Dale Rahn
32 bit depth console and wsfb now work (If firmware is forced to that depth).
2002-06-26ieee1394 for i386 too...Thierry Deval
2002-06-26Bump i386 kvm size to 768M.Artur Grabowski
deraadt@ ok.
2002-06-25and kill a now bogus commentMichael Shalayeff
2002-06-25this monkey has not been a mbr for a couple of years alreadyMichael Shalayeff
2002-06-25No \n at the end of a panic() message... I thought all occurences had beenMiod Vallat
squashed already.
2002-06-25IEEE1394 infrastructure part.Jun-ichiro itojun Hagino
IP-over-FW and SCSI over FW are being worked on.
2002-06-25hpux emu is to do; from david krauseMichael Shalayeff
2002-06-24Provide dummy d_kqfilter() routine so that this compiles, until this driverMiod Vallat
is rewritten to use the MI audio framework.
2002-06-24move cdev_decl() for usb devices into one place.Michael Shalayeff
usage of cdev_decl() in the driver code is more tricky since i have kqueue mods here and there and will fix that on that way through.
2002-06-24hello missing cdevsw entriesHugh Graham
2002-06-23committed by mistakeJun-ichiro itojun Hagino
2002-06-23make CAPS_IS_CONTROL a default. pvalchev okJun-ichiro itojun Hagino
(translates weird ADB capslock keycode to more normal behavior)
2002-06-23uid_t is unsignedTheo de Raadt
2002-06-22a wireless section is dumbTheo de Raadt
2002-06-22add wi at pci; move wi to wireless section.Federico G. Schwindt
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-21Bump version to help distinquish new memory probe and fixes.Tobias Weingartner
2002-06-21sbus(4) -> stp(4) -> pcmcia(4) -> wi(4). cool shitz done by crazy fgschTheo de Raadt
2002-06-21configure HID0, and show cache status for IBM750FX. from netbsdJun-ichiro itojun Hagino
2002-06-21identify 0x7000 (IBM750FX). snprintf.Jun-ichiro itojun Hagino
do we need "IBM" or "Motorola" in cpu_model?
2002-06-20Fix 4GB memory probing and other memory probing issues.Tobias Weingartner
Outstanding issue is with Compaq 16MB detection problem. ok deraadt@, and various people from the 'net.
2002-06-20left over sparc-ism's; Matt Potter <matt@vertrauen.org>Jason Wright
2002-06-19Oops, <machine/cons.h> does not exist in the current tree yet.Miod Vallat
Sorry niklas.
2002-06-19more sbus->pcmcia pieces.Federico G. Schwindt
2002-06-19natyposMiod Vallat
2002-06-19Fix compilation error if option DEBUG is defined.Miod Vallat
Reported by Peter Philipp (pphilipp at mac dot com)
2002-06-19using cdev_ugen_init for all sorts of usb devices is just one pint less ↵Michael Shalayeff
wrong than using cdev_decl_random for the same purpose
2002-06-19kq: it did not work like this and it seem to be working, from the denver ↵Michael Shalayeff
whereabouts
2002-06-18oops, forgot to commit this when gpr was added.Federico G. Schwindt
2002-06-18Remove all traces of the PCCONS stuff. (Remove pc.h and references to NPCNathan Binkert
and NPCCONSKBD) ok matthieu
2002-06-18KNF (whitespace)Jun-ichiro itojun Hagino
2002-06-18document CAPS_IS_CONTROL. suggested by miodJun-ichiro itojun Hagino
2002-06-18"option CAPS_IS_CONTROL" will enable use of caps key as controlJun-ichiro itojun Hagino
(need wsconsctl keymap too)
2002-06-18uftdi is fixed nowNathan Binkert
2002-06-17option XSERVER was only needed for pccons console driver, whichMatthieu Herrb
has been obsoleted. ok millert@, miod@ and deraadt@.
2002-06-17remove old pccons console driver. Not used anymore and not maintained.Matthieu Herrb
ok millert@, miod@.
2002-06-17Go ahead and enable upa0 at mainbus0Jason Wright
2002-06-17and more uftdi kernel breaking crap here. GeezTheo de Raadt
2002-06-17Who the HELL commited this thing which breaks kernels? Get your actTheo de Raadt
in gear!
2002-06-17Add UK keymap (tested on PBG4). Since it doesn't have a # key, do likeAnil Madhavapeddy
MacOS X and map it to Option-3. ok maja@
2002-06-16Oops, uncomment wsdisplay at vga, commented out by mistake last time.Miod Vallat