summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-29Attach keyboard and mouse on VAXstations. Non-keyboard capable machines areMiod Vallat
not affected.
2006-07-29Sync dz and lk{kbd,ms} code with NetBSD, this allows keyboards to work whenMiod Vallat
initialized by the PROM.
2006-07-29Make _rtt reset the machine.Mark Kettenis
2006-07-29document the existence of a driver for areca raid controllers.David Gwynne
2006-07-29not keeping the dma tag around means we panic when we try to use it duringDavid Gwynne
allocation of dmaable memory.
2006-07-29Better ``no dz console to a keyboard connector'' fix which does not interfereMiod Vallat
with the dz console priority.
2006-07-29At attach() time, do not simply trust the L3 switch to know if we are theMiod Vallat
console, check for cn_tab pointing to wsdisplay as well.
2006-07-29ework 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-29Rewrite glass console detection and initialization code, it's simpler andMiod Vallat
will not allocate frame buffer resources at probe time. A few buglets fixed while doing so.
2006-07-29Make 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-29Use a less bright pattern.Miod Vallat
2006-07-29fix typo in commentJasper Lievisse Adriaanse
ok miod
2006-07-29Do not fail KDENABIO and KDDISABIO ioctls on non-i386 platforms, this allowsMiod Vallat
older X servers to run; ok matthieu@
2006-07-29remove gnu stuff from the 'tags' target.Thordur I. Bjornsson
ok miod@
2006-07-29ALIGNED_POINTER is always defined.Miod Vallat
2006-07-29Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>Miod Vallat
2006-07-29Add regression test for files with lots of keywords.Ray Lai
OK xsa@
2006-07-29here'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-29regenDavid Gwynne
2006-07-29more areca raid controller idsDavid Gwynne
2006-07-29syncTheo de Raadt
2006-07-29Zap a couple of unused defines - SID_ANSI_SCSI2 and SID_ANSI_SCSI3.Kenneth R Westerback
2006-07-29The version field of scsi_inquiry_data is not a simple numeric valueKenneth 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-29only enter for armishTheo de Raadt
2006-07-28crank the OpenBSD version to 4.0; Opera 9.0 on OpenBSD verified by sturm@David Krause
2006-07-284KB buffer on the stack, and would you like fries with that?Miod Vallat
2006-07-28Only stop processing prebind deletion if an actual error occurs.Dale Rahn
2006-07-28Document the recent VAX frame buffer changes, especially the way smg(4)Miod Vallat
attaches (or refuses to) now.
2006-07-28Driver 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-28Better dmesgMiod Vallat
2006-07-28KNFMarco Peereboom
2006-07-28Only read 1 sensor at a time instead of all of them. This should helpMarco 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-28Fix BT interface by waiting for BMC_BUSY on writes.Jordan Hargrave
Found and ok marco
2006-07-28make dmesg printing look a little bit nicer.Brad Smith
2006-07-28regenBrad Smith
2006-07-28add Intel IOP333, 5000 and 6321ESB PCI ids.Brad Smith
2006-07-28remove port startup code, it's all moved to the respective portNikolay Sturm
ok deraadt, toby, pedro, david
2006-07-28permit synchronous mountsNikolay Sturm
ok pedro
2006-07-28Pass the end of the symbol table to the kernel.Mark Kettenis
2006-07-28Use the correct major for /dev/pci (instead of giving it the same majorMark Kettenis
as /dev/raid). ok drahn@
2006-07-28Make option USER_PCICONF work.Mark Kettenis
ok drahn@
2006-07-28syncTheo de Raadt
2006-07-28no man page for nowTheo de Raadt
2006-07-28should install into /usr/mdec/Theo de Raadt
2006-07-28enter bootTheo de Raadt
2006-07-28regenBrad Smith
2006-07-28move the Siemens vendor id to the right location.Brad Smith
2006-07-28First stab at an armish bootloader. It will load /bsd from the drive in theMark Kettenis
upper slot of the Thecus n2100. Glued together from bits from the NetBSD cobalt and evbarm ports.
2006-07-28regenBrad Smith
2006-07-28add some Broadcom, NVIDIA and Ricoh PCI ids.Brad Smith