Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-29 | Attach keyboard and mouse on VAXstations. Non-keyboard capable machines are | Miod Vallat | |
not affected. | |||
2006-07-29 | Sync dz and lk{kbd,ms} code with NetBSD, this allows keyboards to work when | Miod Vallat | |
initialized by the PROM. | |||
2006-07-29 | Make _rtt reset the machine. | Mark Kettenis | |
2006-07-29 | document the existence of a driver for areca raid controllers. | David Gwynne | |
2006-07-29 | not keeping the dma tag around means we panic when we try to use it during | David Gwynne | |
allocation of dmaable memory. | |||
2006-07-29 | Better ``no dz console to a keyboard connector'' fix which does not interfere | Miod Vallat | |
with the dz console priority. | |||
2006-07-29 | At attach() time, do not simply trust the L3 switch to know if we are the | Miod Vallat | |
console, check for cn_tab pointing to wsdisplay as well. | |||
2006-07-29 | ework armish bootloader into an interactive one, much like i386 has. | Mark Kettenis | |
Make sure disk names match those used by the kernel. This means that now it boots from wd0 by default, whatever slot it is in. | |||
2006-07-29 | Rewrite glass console detection and initialization code, it's simpler and | Miod Vallat | |
will not allocate frame buffer resources at probe time. A few buglets fixed while doing so. | |||
2006-07-29 | Make sure we never attach a dz console to a keyboard port on VAXstations, | Miod Vallat | |
regardless of the L3 switch (so that machines with unsupported frame buffers can work with serial console). | |||
2006-07-29 | Use a less bright pattern. | Miod Vallat | |
2006-07-29 | fix typo in comment | Jasper Lievisse Adriaanse | |
ok miod | |||
2006-07-29 | Do not fail KDENABIO and KDDISABIO ioctls on non-i386 platforms, this allows | Miod Vallat | |
older X servers to run; ok matthieu@ | |||
2006-07-29 | remove gnu stuff from the 'tags' target. | Thordur I. Bjornsson | |
ok miod@ | |||
2006-07-29 | ALIGNED_POINTER is always defined. | Miod Vallat | |
2006-07-29 | Do not redefine ALIGNED_POINTER, it comes from <machine/param.h> | Miod Vallat | |
2006-07-29 | Add regression test for files with lots of keywords. | Ray Lai | |
OK xsa@ | |||
2006-07-29 | here's the real reason i removed the if_arc network goo: i wanted its name. | David Gwynne | |
this is the start of a driver supporting the areca raid controllers. so far it probes, attaches, establishes the interrupt, allocates all the necessary memory and queries the firmware for operating params. the io path is yet to be done. that is going to be hard to do since i dont have any sata disks to plug into it. thanks go to Billion Wu and Erich Chen from Areca for their assistance. ok deraadt@ | |||
2006-07-29 | regen | David Gwynne | |
2006-07-29 | more areca raid controller ids | David Gwynne | |
2006-07-29 | sync | Theo de Raadt | |
2006-07-29 | Zap a couple of unused defines - SID_ANSI_SCSI2 and SID_ANSI_SCSI3. | Kenneth R Westerback | |
2006-07-29 | The version field of scsi_inquiry_data is not a simple numeric value | Kenneth R Westerback | |
that specifies the version of SCSI being supported. Even the ANSI part that we use is complex. 4 means 2, 5 means 3 and 6 means 4. Translate and use the value correctly. Fixes SCSI5 and SCSI6 in dmesg. And properly protects SCSI2 devices from getting SCSI3 commands. "seems like an elegant solution to me" millert@ ok dlg@ marco@ | |||
2006-07-29 | only enter for armish | Theo de Raadt | |
2006-07-28 | crank the OpenBSD version to 4.0; Opera 9.0 on OpenBSD verified by sturm@ | David Krause | |
2006-07-28 | 4KB buffer on the stack, and would you like fries with that? | Miod Vallat | |
2006-07-28 | Only stop processing prebind deletion if an actual error occurs. | Dale Rahn | |
2006-07-28 | Document the recent VAX frame buffer changes, especially the way smg(4) | Miod Vallat | |
attaches (or refuses to) now. | |||
2006-07-28 | Driver for the color frame buffer option on VAXstation 3100 models 3x/4x. | Miod Vallat | |
Still a few rough edges to polish, but nevertheless usable; 4bpp flavour untested. | |||
2006-07-28 | Better dmesg | Miod Vallat | |
2006-07-28 | KNF | Marco Peereboom | |
2006-07-28 | Only read 1 sensor at a time instead of all of them. This should help | Marco Peereboom | |
systems that have a burst of activity every 10 seconds. Also lower the polling frequency from 10 to 5 seconds. ok jordan@ | |||
2006-07-28 | Fix BT interface by waiting for BMC_BUSY on writes. | Jordan Hargrave | |
Found and ok marco | |||
2006-07-28 | make dmesg printing look a little bit nicer. | Brad Smith | |
2006-07-28 | regen | Brad Smith | |
2006-07-28 | add Intel IOP333, 5000 and 6321ESB PCI ids. | Brad Smith | |
2006-07-28 | remove port startup code, it's all moved to the respective port | Nikolay Sturm | |
ok deraadt, toby, pedro, david | |||
2006-07-28 | permit synchronous mounts | Nikolay Sturm | |
ok pedro | |||
2006-07-28 | Pass the end of the symbol table to the kernel. | Mark Kettenis | |
2006-07-28 | Use the correct major for /dev/pci (instead of giving it the same major | Mark Kettenis | |
as /dev/raid). ok drahn@ | |||
2006-07-28 | Make option USER_PCICONF work. | Mark Kettenis | |
ok drahn@ | |||
2006-07-28 | sync | Theo de Raadt | |
2006-07-28 | no man page for now | Theo de Raadt | |
2006-07-28 | should install into /usr/mdec/ | Theo de Raadt | |
2006-07-28 | enter boot | Theo de Raadt | |
2006-07-28 | regen | Brad Smith | |
2006-07-28 | move the Siemens vendor id to the right location. | Brad Smith | |
2006-07-28 | First stab at an armish bootloader. It will load /bsd from the drive in the | Mark Kettenis | |
upper slot of the Thecus n2100. Glued together from bits from the NetBSD cobalt and evbarm ports. | |||
2006-07-28 | regen | Brad Smith | |
2006-07-28 | add some Broadcom, NVIDIA and Ricoh PCI ids. | Brad Smith | |