summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rework the ISA PnP driver pnp and the PnP resource parser to fixKazutaka YOKOTA2001-09-058-360/+701
* Attempt to refine the __IDSTRING() macros so that they dont collide withPeter Wemm2001-09-051-4/+12
* style(9) the structure definitions.David E. O'Brien2001-09-0514-22/+22
* Fix the definition generation code from rev 1.15 that generates non-style(9)David E. O'Brien2001-09-051-4/+4
* style(9) the structure definitions.David E. O'Brien2001-09-0525-58/+52
* Style(9)David E. O'Brien2001-09-051-47/+47
* Add cloning support for the tap(4) device similar to that in the tun(4)Brooks Davis2001-09-052-136/+221
* Regenerate.Bill Paul2001-09-041-1/+5
* Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs.Bill Paul2001-09-043-26/+79
* I don't know what I was thinking- if I have two separate busses on onMatt Jacob2001-09-041-174/+136
* Note for ATIOs returned because of BDRs or Bus Resets for which bus thisMatt Jacob2001-09-041-20/+34
* If we're on an interrupt stack, mark things so that we don't tryMatt Jacob2001-09-041-10/+11
* I don't know what I was thinking- if I have two separate busses on onMatt Jacob2001-09-041-4/+6
* Don't report power interrupts.Warner Losh2001-09-041-2/+0
* MFS: put debug writes behind boot verbose.Warner Losh2001-09-041-7/+16
* Fix SET_IID_VAL/SET_BUS_VAL macros to usable.Matt Jacob2001-09-041-2/+2
* Fix a memory leak in __getcwd() that can occur after a filesystemIan Dowse2001-09-041-1/+3
* Make the csc and function interrupts ISA on shutdown. This shouldWarner Losh2001-09-041-1/+13
* Add support for Conexant LANfinity miniPCI controllers. People who haveBill Paul2001-09-044-6/+98
* Reenable RTC interrupts after wakeup. Some laptops have a problemMitsuru IWASAKI2001-09-048-8/+113
* Remove long overdue obsolete file ide_pcireg.hSøren Schmidt2001-09-041-63/+0
* There is no option IDE_DELAY and havn't been for a long time..Søren Schmidt2001-09-041-1/+0
* Add `-I.' option to CFLAGS so that we can compile asm code togetherMitsuru IWASAKI2001-09-041-0/+1
* Just print a message in acpi_tz_monitor() only when new active stateMitsuru IWASAKI2001-09-041-2/+5
* Fix sysctl comment field, s/the the/then theAlfred Perlstein2001-09-041-1/+1
* Enable bootforth.Doug Rabson2001-09-042-2/+2
* Avoid an alignment fault on 64bit architectures.Doug Rabson2001-09-041-1/+1
* Mostly cosmetic. Move various variables from .s files to .c files so thatPeter Wemm2001-09-045-32/+17
* style(9) the structure namesDavid E. O'Brien2001-09-041-6/+6
* Make sure we copy over the linker set sections to the EFI executable.Doug Rabson2001-09-042-0/+2
* Add definition for arch-ia64.Doug Rabson2001-09-041-0/+6
* Add ia64 system dependancies.Doug Rabson2001-09-042-0/+513
* Zap #if 0'ed map init code that got moved to the MI area.Peter Wemm2001-09-048-992/+4
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablyPeter Wemm2001-09-046-102/+0
* Kill the NCCD constant by modernizing the ccd driver.Poul-Henning Kamp2001-09-044-420/+472
* Remove an accidentally forgotten #ifdef. This could cause depletionGreg Lehey2001-09-041-2/+0
* MFS: change name of sysctl to something more diplomatic.Julian Elischer2001-09-041-9/+9
* Kill init_t type, and minor white space changes to match original -stable ver...Warner Losh2001-09-041-4/+1
* Add support for changing the way that ToPIC csc interrupts are routed.Warner Losh2001-09-042-4/+42
* Move to using a chip function + function pointers to deal with theWarner Losh2001-09-045-159/+634
* We should not pass the size of the memory to bus_alloc_resource().Noriaki Mitsunaga2001-09-044-4/+4
* Values for the Toshiba ToPIC's Function Control Register.Warner Losh2001-09-041-0/+6
* Add rwindow.c, forgotten earlier.Jake Burkholder2001-09-041-0/+1
* Make this compile.Jake Burkholder2001-09-041-0/+3
* Remove some stale definitions and update for new assembler code.Jake Burkholder2001-09-031-56/+28
* Add ktr traces to copy{in,out} and cpu_switch.Jake Burkholder2001-09-034-6/+198
* Add comments following what other architectures have.Jake Burkholder2001-09-031-1/+36
* Change tf_arg to uintptr_t from void * to reflect the fact thatJake Burkholder2001-09-033-23/+10
* Implement a slightly different window spill/fill algorithm for dealingJake Burkholder2001-09-036-1514/+2354
* Move the alternate global register stack to struct globaldata.Jake Burkholder2001-09-032-0/+12