summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-01-29Check the carpdev link state when we attach to it, makes a firewallRyan Thomas McBride
with an interface down avoid preempting after a reboot. Pointed out by Stephen Marley <stephen.marley@catwoman.cl-is.com> ok pascoe@ mpf@
2005-01-28debug print should not be enabled.Dale Rahn
2005-01-28make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); testedDamien Miller
hshoexer@ henning@; ok henning@
2005-01-28Restore asserting DTR by default, lost when cuaU* support was added;Damien Miller
tested hshoexer@ henning@, ok henning@
2005-01-28fix merge errors from r1.18; tested hshoexer & henning; ok henning@ dlg@Damien Miller
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
an adhoc basis in a couple of PHY drivers, this fixes it more generally. From NetBSD Fixes panics with aue(4) NICs.
2005-01-28Add zts, touch screen driver for zaurus.Dale Rahn
Currently in it's early stage, instead of an absolute pointing device, it currently does relative, and only in polled mode.
2005-01-28When setting kern.tty.maxptys, store the old value in oldp, notTodd C. Miller
random stack garbage. Rename DEFAULT_NPTYS and DEFAULT_MAXPTYS to NPTY_MIN and NPTY_MAX to better match their function and don't allow setting kern.tty.maxptys > NPTY_MAX.
2005-01-28Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@Dale Rahn
2005-01-27align the buffer when it is allocated, rather than realign the data in itDavid Gwynne
after we recieve it. the crc is little endian, so always transmit it in that byteorder. this lets me talk to a zaurus with a sparc64. ok drahn@
2005-01-27In windowmove(), put another hardware blitter synchronization beforeMiod Vallat
returning, so that rasops bursts including non-accelerated operations do not have side effects.
2005-01-27Fill all fields of intrhand structures not created by bus_intr_allocate().Miod Vallat
2005-01-27poll can ever deny reads for srandom only; millert@ okMichael Shalayeff
2005-01-27In randompoll() the write check was overriding the results of the read check.Todd C. Miller
OK mickey@
2005-01-27long unused and/or documented in better places alreadyMartin Reindl
'no strong objection' hugh@
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
routines.
2005-01-27Make pcic_isa_chip_intr_establish() silent; irq printing will moveTodd C. Miller
to the forthcoming pcmcia_intr_string().
2005-01-26only attach ohci on chips that actually have the controllerDavid Gwynne
ok drahn@
2005-01-26add the Belkin F5D6050 802.11b Wireless Device. from netbsdDavid Gwynne
2005-01-26regenDavid Gwynne
2005-01-26add the Belkin F5D6050 802.11b Wireless adapter. from netbsdDavid Gwynne
2005-01-26Moved to sys/arch/zaurus/dev/zaurus_apm.cUwe Stuehler
2005-01-26New device for the dedicated SSP unit, automatic battery charging, andUwe Stuehler
reporting the remaining battery life to apmd(8). ok drahn@
2005-01-25map Fn to something for now.Dale Rahn
2005-01-25Enable the COMPAT ioctls to allow X to switch VTs.Dale Rahn
2005-01-25Enable mavb(4).Mark Kettenis
go for it miod@
2005-01-25Do not write anything when ignoring cl interrupts not for us; this killsMiod Vallat
M8120, since cl0 and cl1 share the same interrupt, and cl1 would warn, using cl0 as the console, and an infinite loop would occur. Spotted by Christian Groessler, thanks!
2005-01-25regenBrad Smith
2005-01-25typoBrad Smith
2005-01-24Ok, this driver is being abused and used on pxa270, however it's OS timer clockDale Rahn
rate is different. set the time to the correct value for pxa270, defaulting to the old value on other processors.
2005-01-24Pass boot arguments from zboot/zbsdmod to the loaded kernel, and copeUwe Stuehler
with 32-bit lseek() in zboot (make 'boot' and 'ls' work above 2G). ok drahn@
2005-01-24Switch hp300 wscons code to rasops, for DIO frame buffers.Miod Vallat
Features: - coloured kernel messages - color support in console (use TERM=wsvt25) - pretty Gallant wsfont, rather than the acceptable or ugly (depending upon the frame buffer) ROM font - colormap ioctl support for Gatorbox and Topcat; DaVinci and Renaissance not done due to lack of hardware and/or documentation - even more code factorization tested on hyperion, and 4/6/8bpp catseye/topcat/kathmandu hardware, by millert@ and I
2005-01-24Fix MACE ISA ringbuffer alignment.Mark Kettenis
2005-01-24Tweak mixer label. Whitespace.Mark Kettenis
2005-01-24sti colormap fixes:Miod Vallat
- correct bounds checking in colormap ioctls. - force the scment() pointer to NULL on < 8.04 revisions; 8.02 provide a non-NULL pointer, but it does not point to any meaningful piece of code.
2005-01-24Do not attach hilkbd as console if we are running on a serial console.Miod Vallat
2005-01-24fix a couple of commentsDavid Gwynne
ok drahn@
2005-01-24more constantsBrad Smith
2005-01-24more Broadcom PHYBrad Smith
2005-01-24regenBrad Smith
2005-01-24add Broadcom BCM5214 Quad 10/100 PHYBrad Smith
From NetBSD
2005-01-24regenBrad Smith
2005-01-24add Broadcom BCM5222 Dual 10/100 PHYBrad Smith
From NetBSD
2005-01-24fix preposterous time warnings in the nfs client; caused by false hitsmarius eriksen
in the attribute cache based on original fix by pedro@, ok pedro@, tedu@; testing kettenis@
2005-01-23use register names instead of numbersMichael Shalayeff
2005-01-23bus_space_map() sti regions with BUS_SPACE_MAP_CACHEABLE if they have theMiod Vallat
cache bit set in the region descriptor. Halves sti processing time on hp300. ok mickey@
2005-01-23Enable sgc and sti.Miod Vallat
2005-01-23Two sti(4) changes necessary for hp300:Miod Vallat
- specify which microcode bank (pa or m68k) to use at attachment time. - compensate for broken 8.02 m68k code which reports wrong frame buffer offset. ok mickey@
2005-01-23generate .size for asm objects too (and kill *end labels)Michael Shalayeff