Age | Commit message (Expand) | Author |
2007-04-19 | Add initial metadata write function and hook it up. | Marco Peereboom |
2007-04-19 | Silly tedu, partitions are measured in blocks not in bytes. | Marco Peereboom |
2007-04-18 | Use atomic operations to change the pending software interrupt mask. | Miod Vallat |
2007-04-18 | Pass arguments to DPRINTF in the right order. | Mark Kettenis |
2007-04-18 | tidy - number unused cdev_/bdev_ slots | Todd T. Fries |
2007-04-18 | Remove the ``new i/o'' code. It has never worked well, noone has stepped up | Miod Vallat |
2007-04-18 | Reserve a few pg_flags for pmaps that might want to use them. | Artur Grabowski |
2007-04-18 | When vslocking memory for the sysctl make sure that we aren't trying | Artur Grabowski |
2007-04-18 | Contrary to the comment in cia_dma_get_tag(), there are machines with cia | Martin Reindl |
2007-04-18 | if possible, fill in hw.serialno; | Martin Reindl |
2007-04-18 | start implementing support for the fifos on these chips. | David Gwynne |
2007-04-18 | move the tht attach args up a bit, for greater feng shui | David Gwynne |
2007-04-18 | add a wrapper around single segment dmaable memory allocations. this has | David Gwynne |
2007-04-18 | Typo in comment. From Brad. | Marco Pfatschbacher |
2007-04-18 | Break out of the mtag check loop when a hit was found else we end up in a | Claudio Jeker |
2007-04-18 | callers of sw_reset will print an error message if anythign goes wrong, so | David Gwynne |
2007-04-18 | reset the port before establishing the interrupt handler during attach | David Gwynne |
2007-04-18 | implement the software reset of a port as per the specification | David Gwynne |
2007-04-18 | code to busy wait on registers and bits in bus_space | David Gwynne |
2007-04-18 | tiny register additions | David Gwynne |
2007-04-18 | define the bits in the RX_FLT register | David Gwynne |
2007-04-17 | Whenever there are mutliple outstanding IOs a chunk can transtion multiple | Marco Peereboom |
2007-04-17 | Add support for setting the address of the ppp peer. | Marco Pfatschbacher |
2007-04-17 | The debug printf in malo_newstate() is too verbose so require debug level 2 | Claudio Jeker |
2007-04-17 | Don't bother performing ITIMER accounting on P_SYSTEM processes (i.e. kthreads). | Miod Vallat |
2007-04-17 | Now that acpidock no longer hangs machines during boot (at least | Michael Knudsen |
2007-04-17 | Fix a really emberrassing bug: Do not unconditionally call _DCK with a | Michael Knudsen |
2007-04-17 | Add commented out entry for FFS2 | Todd C. Miller |
2007-04-17 | lots of registers | David Gwynne |
2007-04-17 | start defining the hardware structures | David Gwynne |
2007-04-17 | Shuffle ccb contents and clean up a loop | Marco Peereboom |
2007-04-17 | a break in the default case, while unnecessary, is still nice. | David Gwynne |
2007-04-17 | add some ifmedia goop. | David Gwynne |
2007-04-17 | point ifreq in the ioctl path at something, so we can void dereferencing | David Gwynne |
2007-04-17 | initial bits for the network interface glue. | David Gwynne |
2007-04-16 | Fix debug info when docking/undocking so it tells users what they need | Michael Knudsen |
2007-04-16 | do some byteswapping to make the mac address look more believable. i dont | David Gwynne |
2007-04-16 | regen | Claudio Jeker |
2007-04-16 | Add Tenda TWL541U and XBOX 360 wireless adapter ids. | Claudio Jeker |
2007-04-16 | Crank MAXPHYS to the regular 64KB. | Miod Vallat |
2007-04-16 | During the drives detection only check the status register to be not | Alexander Yurchenko |
2007-04-16 | move nxb_map_pci code into nxb_attach | Reyk Floeter |
2007-04-16 | not yet | Reyk Floeter |
2007-04-16 | establish the interrupt per port and not per board (inspired by the | Reyk Floeter |
2007-04-16 | move the nxb_tick function to a per-port nx_tick function | Reyk Floeter |
2007-04-16 | Start a driver for the NetXen Inc. multi port 10Gb and Gigabit | Reyk Floeter |
2007-04-16 | read the mac address off the port. i hope its the right way round. | David Gwynne |
2007-04-16 | add wrappers around bus space ops for each port | David Gwynne |
2007-04-16 | add a point from tht_softc back to thtc_softc so we can use thtc's bus | David Gwynne |
2007-04-16 | sigh, move tht autoconf stuff after thtc autoconf stuff. it will work | David Gwynne |