Age | Commit message (Expand) | Author |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-10-22 | stoped -> stopped | Joel Sing |
2007-10-14 | 'expresion' -> 'expression'. Reported by Jung on tech@. | Kenneth R Westerback |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-09-10 | Pass a real ipl level to add_nubus_intr(), and make sure the interrupt | Miod Vallat |
2007-09-04 | Reset the chip after internal memory exhaustion, makes the driver more solid | Miod Vallat |
2007-07-29 | It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2 | Miod Vallat |
2007-04-24 | It's never too late to write "too late" correctly. | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-17 | Indentation repairs, no code change. | Miod Vallat |
2007-03-13 | Drop the second and third arguments to adb_op_sync, for they are not used; | Miod Vallat |
2007-03-04 | Limit knowledge of splfoo() return values, and use mac68k_machine.via1_ipl | Miod Vallat |
2007-01-22 | use the MI DP8390 driver instead of rolling our own functions | Martin Reindl |
2007-01-14 | zsprintf() is gone, fixes ZSMACDEBUG case | Martin Reindl |
2007-01-12 | fix altq for mc(4); make mbuf functions return NULL instead of 0 while | Martin Reindl |
2007-01-12 | support a few more video cards, untested: | Martin Reindl |
2007-01-03 | shorten dmesg a bit | Martin Reindl |
2006-12-13 | Remove the dma_eop callback in the ncr5380 driver md attachment, it was always | Miod Vallat |
2006-12-06 | fix some multi-line comments and printfs | Martin Reindl |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-09-16 | Do not use bus_space_write_multi and happily write to NULL and die, when | Miod Vallat |
2006-07-11 | the scsi_link structure contained a copy of the inquiry flags and the whole | David Gwynne |
2006-06-30 | When allocating the default rasops attribute, it is not necessary to use | Miod Vallat |
2006-06-24 | Allocate ethernet buffers as uvm pages, and map them with pmap_enter_cache(), | Miod Vallat |
2006-04-16 | Remove assert definitions which are provided by libkern. | Miod Vallat |
2006-04-14 | rm trailing whitespace | Martin Reindl |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-23 | - Remove variable names from function prototypes. | Brad Smith |
2006-03-23 | Use PAGE_SIZE instead of NBPG. | Brad Smith |
2006-03-23 | ANSI and KNF. | Brad Smith |
2006-03-23 | ANSIfy | Brad Smith |
2006-03-15 | Entries in cd_devs[] may be NULL, so be sure to check for them in your | Miod Vallat |
2006-03-13 | Put wsscreen_list array inside the softc instead of on the stack; similar fix | Miod Vallat |
2006-03-13 | Although we can not currently run the glass console with colors if in an | Miod Vallat |
2006-03-13 | remove splimp. | Brad Smith |
2006-03-04 | Set up a ``different shades of gray'' palette at 2bpp, this gives us | Miod Vallat |
2006-02-26 | skip common macfb attachment on unknown cards | Martin Reindl |
2006-02-25 | initialize rv to zero avoiding match on whatever is just next on the bus | Martin Reindl |
2006-02-12 | Remove packets from the queue before calling their completion routine, as | Miod Vallat |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-01-30 | Do not disable frame buffer interrupts in the match() function, but rather | Miod Vallat |
2006-01-30 | swap B and R in 24bpp and 32bpp modes too; tested martin@ | Miod Vallat |
2006-01-30 | pretty printf, for 32bit mode | Martin Reindl |
2006-01-29 | SMC91CXX NuBus hooks | Martin Reindl |
2006-01-23 | Be more careful when mapping DAFB color registers, so that we don't prevent | Miod Vallat |
2006-01-23 | Be sure to clear color capabilities from rasops at 8bpp if we do not have | Miod Vallat |
2006-01-22 | Colormap support for DAFB frame buffers (using information from Linux). | Miod Vallat |
2006-01-22 | Add bus_space_vaddr() and use it instead of accessing private bus_space | Miod Vallat |