Age | Commit message (Expand) | Author |
2007-04-28 | initialize and bootstrap the device and enable the firmware | Reyk Floeter |
2007-04-28 | spacing (cleanup the code before i leave the room) | Reyk Floeter |
2007-04-28 | attach the available ports and print the lladdr (no operation yet). | Reyk Floeter |
2007-04-28 | Fix pmap_extract to not return TRUE just because we have a PTP. Make sure | Artur Grabowski |
2007-04-28 | validate the firmware version, this driver requires 3.4.xx (3.4.31). | Reyk Floeter |
2007-04-28 | add different flags for debug messages to minimize the noise. | Reyk Floeter |
2007-04-28 | read more information from flash - get the user info field and copy | Reyk Floeter |
2007-04-28 | query the board information before mapping the interrupt and before | Reyk Floeter |
2007-04-28 | add code to access the flash memory in the ROMUSB register area and | Reyk Floeter |
2007-04-28 | CCDLABELDEV/ect and RAIDLABELDEV/etc join other no-op defines in the | Kenneth R Westerback |
2007-04-28 | Remove a duplicate copyright statement. | Jonathan Gray |
2007-04-28 | Fix comments above DISKMINOR uses. DISKMINOR provides minor not major | Kenneth R Westerback |
2007-04-28 | missing splbio/splx pair (which splasserted me per-device probe) in | Theo de Raadt |
2007-04-28 | remove abstraction around splbio/splx; they just confuse things; ok dlg marco... | Theo de Raadt |
2007-04-27 | Even floppies should use DISKLABELDEV() on the dev_t parameter to | Kenneth R Westerback |
2007-04-27 | Correct typo in comment, no code changes | Chad Loder |
2007-04-27 | update a comment to reflect the truth - the documentation that is | Reyk Floeter |
2007-04-27 | spacing | Reyk Floeter |
2007-04-27 | registers are accessed via configurable windows in the PCI memory space, | Reyk Floeter |
2007-04-27 | also map the seconds PCI memory space | Reyk Floeter |
2007-04-27 | Disable interrupts around bit operations; ok deraadt@ | Miod Vallat |
2007-04-27 | Enable interrupts during syscall processing. Need to verify if the | Dale Rahn |
2007-04-27 | In pmap_enter_pv(), when uncaching a page due to a VAC conflict, only flush | Miod Vallat |
2007-04-27 | Remove unused macros, and make sure the remaining one do not truncate the | Miod Vallat |
2007-04-27 | More pmap changes from the potpourri pool: | Miod Vallat |
2007-04-27 | For uvm_map and uvm_unmap, splassert(IPL_NONE) for non-INTRSAFE maps. | Artur Grabowski |
2007-04-27 | Another indentation cleanup without binary changes. | Artur Grabowski |
2007-04-27 | Some ANSI function prototypes and misc cleanups. | Artur Grabowski |
2007-04-27 | Some indentation cleanup. | Artur Grabowski |
2007-04-27 | sync (also update the PCI IDs in the nx driver) | Reyk Floeter |
2007-04-27 | update NetXen PCI IDs | Reyk Floeter |
2007-04-27 | add initial nxb_read/nxb_write functions | Reyk Floeter |
2007-04-27 | only attach nx NICs with 128MB memory and a 32bit memory type for now | Reyk Floeter |
2007-04-27 | rename sc_io* types to sc_mem* to reflect the bus space memory type. | Reyk Floeter |
2007-04-27 | add NX_DEBUG macros | Reyk Floeter |
2007-04-27 | add a section to define the nx memory layout | Reyk Floeter |
2007-04-27 | Nuke WDUNIT/WDPART/etc. defines and just use standard DISKUNIT/DISKPART/etc. | Kenneth R Westerback |
2007-04-27 | Check for Control key held down when starting, and don't read boot.conf | Tom Cosgrove |
2007-04-27 | Use the right size when we're backing out the allocation in | Artur Grabowski |
2007-04-27 | Fix copy/paste-o in offset of TDINTCM register jointly spotted by dlg and | Chad Loder |
2007-04-27 | my txt fifo write bug is extremely strange. i need a delay before the | David Gwynne |
2007-04-27 | remove duplicate defines. | David Gwynne |
2007-04-26 | Eliminate CPU_BIOS from userland and wd(4) by always using the BIOS | Kenneth R Westerback |
2007-04-26 | Handle AltiVec Assist exceptions. Fixes a panic when running crashme. | Mark Kettenis |
2007-04-26 | Proper atomic_{set,clear}bits_{int,long} implementation, and use it for | Miod Vallat |
2007-04-26 | enable splassert (1) by default; requested and ok many | Theo de Raadt |
2007-04-26 | add a comment that NetXen provided hardware and documentation to make | Reyk Floeter |
2007-04-26 | ack the power switch interrupt even if machdep.kbdreset is not set | Martin Reindl |
2007-04-26 | Do not allow userland to change cop0 SR via ptrace; from NetBSD. | Miod Vallat |
2007-04-26 | Be more careful when changing cop0 SR value; or flags in instead of setting | Miod Vallat |