| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Connect Cronyx Tau-PCI to the system. | rik | 2004-05-17 | 1 | -0/+2 |
* | Unbreak build due to previous commit: now that elf_reloc_internal() | marcel | 2004-05-17 | 1 | -1/+0 |
* | filter out the fdc(4) and sio(4) devices and corresponding options. | marcel | 2004-05-17 | 1 | -0/+8 |
* | o De-support fdc(4). No ia64 has ever been made with PC floppy and | marcel | 2004-05-17 | 1 | -3/+0 |
* | Move fdc from isa/fd.c to dev/fdc/fdc.c. The old files were | imp | 2004-05-17 | 6 | -2797/+4 |
* | Update to reflect new location in the tree. This has been repo copied | imp | 2004-05-17 | 1 | -1/+1 |
* | Oops, use the generic ELF_ST_BIND() macro instead of ELF64_ST_BIND. | peter | 2004-05-17 | 1 | -5/+5 |
* | Markup fixes. | ru | 2004-05-16 | 2 | -11/+9 |
* | Checkpoint some of what I was starting to tinker with for having some | peter | 2004-05-16 | 3 | -7/+20 |
* | Disable ndis module on amd64. It doesn't compile. For example, | peter | 2004-05-16 | 1 | -1/+1 |
* | Kill the LAZYPMAP ifdefs. While they worked, they didn't do anything | peter | 2004-05-16 | 6 | -127/+1 |
* | Converge some more with i386. | peter | 2004-05-16 | 1 | -10/+21 |
* | Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn't | peter | 2004-05-16 | 1 | -4/+0 |
* | Another candidate that didn't use copyin/copyout for user<->kernel | joerg | 2004-05-16 | 1 | -3/+23 |
* | You wouldn't believe a driver could survive doing userland IO without | joerg | 2004-05-16 | 2 | -12/+49 |
* | After successfully attaching an iicbus instance, instead of using a | joerg | 2004-05-16 | 1 | -1/+3 |
* | MFi386: add rue and twa | peter | 2004-05-16 | 1 | -0/+3 |
* | MFi386: avoid partial register references, for what its worth. | peter | 2004-05-16 | 1 | -5/+5 |
* | For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_t | peter | 2004-05-16 | 2 | -2/+2 |
* | MFi386: numerous interrupt and acpi updates | peter | 2004-05-16 | 19 | -192/+506 |
* | Enable first part of kld's on amd64. This is known to not work right | peter | 2004-05-16 | 2 | -0/+10 |
* | Make a small revision to the api between the elf linker core and the | peter | 2004-05-16 | 9 | -84/+113 |
* | Allow ng_ether "lower" and "orphans" hooks to be connected at the same time. | archie | 2004-05-16 | 1 | -42/+20 |
* | - Initialize uart_bus_space_io and uart_bus_space_mem. | nyan | 2004-05-16 | 1 | -7/+7 |
* | Fixed the disordering from rev. 1.371. | ru | 2004-05-16 | 1 | -1/+1 |
* | Don't use the node id as an index into the topology map. This breaks | dfr | 2004-05-16 | 1 | -2/+21 |
* | Try harder not to compile anything in sys/boot for arm. | cognet | 2004-05-16 | 2 | -2/+2 |
* | Remove dead code. (This loop counted the number of rules, but the count | cperciva | 2004-05-15 | 1 | -7/+0 |
* | Remove twa_intrhook prototype. | scottl | 2004-05-15 | 1 | -1/+0 |
* | Set the cpi.hba_inquiry field to something useful. | scottl | 2004-05-15 | 1 | -1/+1 |
* | Remove the config_intrhook as it is not needed. | scottl | 2004-05-15 | 2 | -39/+1 |
* | Remove some debugging printf()s and a pointless device_set_desc() call. | des | 2004-05-15 | 1 | -12/+7 |
* | Remove libkern/mem* | cognet | 2004-05-14 | 1 | -2/+0 |
* | Implement bcopy, memcpy and memcmp in support.S. | cognet | 2004-05-14 | 1 | -0/+2059 |
* | Remove libkern/bzero.S and libkern/memset.S. | cognet | 2004-05-14 | 1 | -2/+0 |
* | Implement bzero et memset in support.S | cognet | 2004-05-14 | 1 | -0/+161 |
* | Change ffs_realloccg() to set the valid bits for the extended part of the | kensmith | 2004-05-14 | 1 | -2/+10 |
* | Fixed some common printf format errors. Don't assume that "struct foo *" | bde | 2004-05-14 | 2 | -33/+27 |
* | Back out last revision that unnecessarily changed valid assembler | ru | 2004-05-14 | 6 | -1606/+1601 |
* | Partly back out last revision that unnecessarily changed valid | ru | 2004-05-14 | 1 | -236/+236 |
* | MFNetBSD (umodem.c 1.46): | sanpei | 2004-05-14 | 1 | -2/+2 |
* | This is FreeBSD/arm, not FreeBSD/i386 | cognet | 2004-05-14 | 1 | -1/+1 |
* | Define uart_sa1110_ops and uart_sa1110_classe in .c files instead of spamming | cognet | 2004-05-14 | 2 | -0/+5 |
* | Define INLINE_LIMIT for arm. | cognet | 2004-05-14 | 1 | -0/+3 |
* | Do not attempt to build anything in sys/boot for arm. | cognet | 2004-05-14 | 1 | -0/+2 |
* | Implement enough of an uart driver to get serial console working. | cognet | 2004-05-14 | 5 | -3/+539 |
* | Import libkern arm specific bits. | cognet | 2004-05-14 | 3 | -0/+713 |
* | Add config magic for arm. | cognet | 2004-05-14 | 4 | -0/+261 |
* | Import FreeBSD/arm kernel bits. | cognet | 2004-05-14 | 124 | -69/+30630 |
* | Add support for GPE being a package of { reference, gpe bit }. | njl | 2004-05-14 | 1 | -40/+86 |