Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-29 | Check the carpdev link state when we attach to it, makes a firewall | Ryan 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-28 | debug print should not be enabled. | Dale Rahn | |
2005-01-28 | make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); tested | Damien Miller | |
hshoexer@ henning@; ok henning@ | |||
2005-01-28 | Restore asserting DTR by default, lost when cuaU* support was added; | Damien Miller | |
tested hshoexer@ henning@, ok henning@ | |||
2005-01-28 | fix merge errors from r1.18; tested hshoexer & henning; ok henning@ dlg@ | Damien Miller | |
2005-01-28 | Get flags passed down to PHY drivers correctly. This was done on | Brad 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-28 | Add 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-28 | When setting kern.tty.maxptys, store the old value in oldp, not | Todd 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-28 | Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@ | Dale Rahn | |
2005-01-27 | align the buffer when it is allocated, rather than realign the data in it | David 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-27 | In windowmove(), put another hardware blitter synchronization before | Miod Vallat | |
returning, so that rasops bursts including non-accelerated operations do not have side effects. | |||
2005-01-27 | Fill all fields of intrhand structures not created by bus_intr_allocate(). | Miod Vallat | |
2005-01-27 | poll can ever deny reads for srandom only; millert@ ok | Michael Shalayeff | |
2005-01-27 | In randompoll() the write check was overriding the results of the read check. | Todd C. Miller | |
OK mickey@ | |||
2005-01-27 | long unused and/or documented in better places already | Martin Reindl | |
'no strong objection' hugh@ | |||
2005-01-27 | Use pcmcia_intr_string() for printing the irq (or error) string. | Todd C. Miller | |
2005-01-27 | Add pcmcia_intr_string() to format the intr string for pcmcia attach | Todd C. Miller | |
routines. | |||
2005-01-27 | Make pcic_isa_chip_intr_establish() silent; irq printing will move | Todd C. Miller | |
to the forthcoming pcmcia_intr_string(). | |||
2005-01-26 | only attach ohci on chips that actually have the controller | David Gwynne | |
ok drahn@ | |||
2005-01-26 | add the Belkin F5D6050 802.11b Wireless Device. from netbsd | David Gwynne | |
2005-01-26 | regen | David Gwynne | |
2005-01-26 | add the Belkin F5D6050 802.11b Wireless adapter. from netbsd | David Gwynne | |
2005-01-26 | Moved to sys/arch/zaurus/dev/zaurus_apm.c | Uwe Stuehler | |
2005-01-26 | New device for the dedicated SSP unit, automatic battery charging, and | Uwe Stuehler | |
reporting the remaining battery life to apmd(8). ok drahn@ | |||
2005-01-25 | map Fn to something for now. | Dale Rahn | |
2005-01-25 | Enable the COMPAT ioctls to allow X to switch VTs. | Dale Rahn | |
2005-01-25 | Enable mavb(4). | Mark Kettenis | |
go for it miod@ | |||
2005-01-25 | Do not write anything when ignoring cl interrupts not for us; this kills | Miod 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-25 | regen | Brad Smith | |
2005-01-25 | typo | Brad Smith | |
2005-01-24 | Ok, this driver is being abused and used on pxa270, however it's OS timer clock | Dale Rahn | |
rate is different. set the time to the correct value for pxa270, defaulting to the old value on other processors. | |||
2005-01-24 | Pass boot arguments from zboot/zbsdmod to the loaded kernel, and cope | Uwe Stuehler | |
with 32-bit lseek() in zboot (make 'boot' and 'ls' work above 2G). ok drahn@ | |||
2005-01-24 | Switch 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-24 | Fix MACE ISA ringbuffer alignment. | Mark Kettenis | |
2005-01-24 | Tweak mixer label. Whitespace. | Mark Kettenis | |
2005-01-24 | sti 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-24 | Do not attach hilkbd as console if we are running on a serial console. | Miod Vallat | |
2005-01-24 | fix a couple of comments | David Gwynne | |
ok drahn@ | |||
2005-01-24 | more constants | Brad Smith | |
2005-01-24 | more Broadcom PHY | Brad Smith | |
2005-01-24 | regen | Brad Smith | |
2005-01-24 | add Broadcom BCM5214 Quad 10/100 PHY | Brad Smith | |
From NetBSD | |||
2005-01-24 | regen | Brad Smith | |
2005-01-24 | add Broadcom BCM5222 Dual 10/100 PHY | Brad Smith | |
From NetBSD | |||
2005-01-24 | fix preposterous time warnings in the nfs client; caused by false hits | marius eriksen | |
in the attribute cache based on original fix by pedro@, ok pedro@, tedu@; testing kettenis@ | |||
2005-01-23 | use register names instead of numbers | Michael Shalayeff | |
2005-01-23 | bus_space_map() sti regions with BUS_SPACE_MAP_CACHEABLE if they have the | Miod Vallat | |
cache bit set in the region descriptor. Halves sti processing time on hp300. ok mickey@ | |||
2005-01-23 | Enable sgc and sti. | Miod Vallat | |
2005-01-23 | Two 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-23 | generate .size for asm objects too (and kill *end labels) | Michael Shalayeff | |