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