aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Connect Cronyx Tau-PCI to the system.Roman Kurakin2004-05-171-0/+2
* Unbreak build due to previous commit: now that elf_reloc_internal()Marcel Moolenaar2004-05-171-1/+0
* filter out the fdc(4) and sio(4) devices and corresponding options.Marcel Moolenaar2004-05-171-0/+8
* o De-support fdc(4). No ia64 has ever been made with PC floppy andMarcel Moolenaar2004-05-171-3/+0
* Move fdc from isa/fd.c to dev/fdc/fdc.c. The old files wereWarner Losh2004-05-176-2797/+4
* Update to reflect new location in the tree. This has been repo copiedWarner Losh2004-05-171-1/+1
* Oops, use the generic ELF_ST_BIND() macro instead of ELF64_ST_BIND.Peter Wemm2004-05-171-5/+5
* Markup fixes.Ruslan Ermilov2004-05-162-11/+9
* Checkpoint some of what I was starting to tinker with for having somePeter Wemm2004-05-163-7/+20
* Disable ndis module on amd64. It doesn't compile. For example,Peter Wemm2004-05-161-1/+1
* Kill the LAZYPMAP ifdefs. While they worked, they didn't do anythingPeter Wemm2004-05-166-127/+1
* Converge some more with i386.Peter Wemm2004-05-161-10/+21
* Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn'tPeter Wemm2004-05-161-4/+0
* Another candidate that didn't use copyin/copyout for user<->kernelJoerg Wunsch2004-05-161-3/+23
* You wouldn't believe a driver could survive doing userland IO withoutJoerg Wunsch2004-05-162-12/+49
* After successfully attaching an iicbus instance, instead of using aJoerg Wunsch2004-05-161-1/+3
* MFi386: add rue and twaPeter Wemm2004-05-161-0/+3
* MFi386: avoid partial register references, for what its worth.Peter Wemm2004-05-161-5/+5
* For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_tPeter Wemm2004-05-162-2/+2
* MFi386: numerous interrupt and acpi updatesPeter Wemm2004-05-1619-192/+506
* Enable first part of kld's on amd64. This is known to not work rightPeter Wemm2004-05-162-0/+10
* Make a small revision to the api between the elf linker core and thePeter Wemm2004-05-169-84/+113
* Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.Archie Cobbs2004-05-161-42/+20
* - Initialize uart_bus_space_io and uart_bus_space_mem.Yoshihiro Takahashi2004-05-161-7/+7
* Fixed the disordering from rev. 1.371.Ruslan Ermilov2004-05-161-1/+1
* Don't use the node id as an index into the topology map. This breaksDoug Rabson2004-05-161-2/+21
* Try harder not to compile anything in sys/boot for arm.Olivier Houchard2004-05-162-2/+2
* Remove dead code. (This loop counted the number of rules, but the countColin Percival2004-05-151-7/+0
* Remove twa_intrhook prototype.Scott Long2004-05-151-1/+0
* Set the cpi.hba_inquiry field to something useful.Scott Long2004-05-151-1/+1
* Remove the config_intrhook as it is not needed.Scott Long2004-05-152-39/+1
* Remove some debugging printf()s and a pointless device_set_desc() call.Dag-Erling Smørgrav2004-05-151-12/+7
* Remove libkern/mem*Olivier Houchard2004-05-141-2/+0
* Implement bcopy, memcpy and memcmp in support.S.Olivier Houchard2004-05-141-0/+2059
* Remove libkern/bzero.S and libkern/memset.S.Olivier Houchard2004-05-141-2/+0
* Implement bzero et memset in support.SOlivier Houchard2004-05-141-0/+161
* Change ffs_realloccg() to set the valid bits for the extended part of theKen Smith2004-05-141-2/+10
* Fixed some common printf format errors. Don't assume that "struct foo *"Bruce Evans2004-05-142-33/+27
* Back out last revision that unnecessarily changed valid assemblerRuslan Ermilov2004-05-146-1606/+1601
* Partly back out last revision that unnecessarily changed validRuslan Ermilov2004-05-141-236/+236
* MFNetBSD (umodem.c 1.46):MIHIRA Sanpei Yoshiro2004-05-141-2/+2
* This is FreeBSD/arm, not FreeBSD/i386Olivier Houchard2004-05-141-1/+1
* Define uart_sa1110_ops and uart_sa1110_classe in .c files instead of spammingOlivier Houchard2004-05-142-0/+5
* Define INLINE_LIMIT for arm.Olivier Houchard2004-05-141-0/+3
* Do not attempt to build anything in sys/boot for arm.Olivier Houchard2004-05-141-0/+2
* Implement enough of an uart driver to get serial console working.Olivier Houchard2004-05-145-3/+539
* Import libkern arm specific bits.Olivier Houchard2004-05-143-0/+713
* Add config magic for arm.Olivier Houchard2004-05-144-0/+261
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-14124-69/+30630
* Add support for GPE being a package of { reference, gpe bit }.Nate Lawson2004-05-141-40/+86