summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-12-18newer machines use phantom bus to attach lasi and other bus adapters.Michael Shalayeff
2002-12-18APM_BEBATT is in the apm_flags, not sc_flags, from markus@Michael Shalayeff
2002-12-18order the entries by numberMichael Shalayeff
2002-12-18boot -a support.Miod Vallat
2002-12-18Dammit Theo, I told you to fix the typo before commiting!Miod Vallat
2002-12-18bye byeTheo de Raadt
2002-12-18make boot.lif use GENERICTheo de Raadt
2002-12-18working full GENERIC; miod okTheo de Raadt
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-17Export a few more symbols to kvm realm; ok mickey@Miod Vallat
2002-12-17try to deal w/ a premature clock interrupt; does not break the 'it works scen...Michael Shalayeff
2002-12-17real interrupts/spl framework.Michael Shalayeff
2002-12-15max size for the iodc entry point is 64k, by the iodc spec;Michael Shalayeff
2002-12-15pdc device class for fibrechannel; from the iodc specMichael Shalayeff
2002-12-15Correctly report MicroVAX-30 as a MicroVAX, not a VAXstation.Miod Vallat
2002-12-14remove extra space in dmesgTheo de Raadt
2002-12-14Let this compile with option DEBUGMiod Vallat
2002-12-14handelr -> handlerFederico G. Schwindt
2002-12-14handeled -> handled; reported by someone on the list, but i no longerFederico G. Schwindt
2002-12-13Comment out wsdisplay at sti attachment, as it causes problems at the moment.Miod Vallat
2002-12-13Add FireWire to kernel config.Thierry Deval
2002-12-12Dvorak typo.Miod Vallat
2002-12-12Remove dead prototypesMiod Vallat
2002-12-12linux passes the 6th syscall argument in ebpJason Ish
2002-12-11Some people say that "__asm __volatile("")" is not enough.Artur Grabowski
2002-12-11Added paranoia to make sure that gcc doesn't reorder spl* inlines.Artur Grabowski
2002-12-11delay(1) is enough on attentionMichael Shalayeff
2002-12-10achetypal -> archetypalMiod Vallat
2002-12-10VT100 emul is the default, and there is no point yet having more than oneMiod Vallat
2002-12-10Use CPU_ISSUN4M macro rather than check cputyp value. Consistent with the restMiod Vallat
2002-12-10No need to hardclock IPL_STATCLOCK value anymore.Miod Vallat
2002-12-10Use bus_addr_t rather than paddr_t when it makes sense, and use TAILQ macrosMiod Vallat
2002-12-10``synthesizers'' is too difficult to spell correctly.Miod Vallat
2002-12-10Typos, and fix a comment's content.Miod Vallat
2002-12-10interupt->interruptMiod Vallat
2002-12-10Add RCS ids.Miod Vallat
2002-12-10You would think cleaning your tree every now and then would eventually neverMiod Vallat
2002-12-10The introduction of fbwscons_setcolormap() left out 24 bit frame buffersMiod Vallat
2002-12-10Register as the "std" wscons device, not "sun". This is consistent with otherMiod Vallat
2002-12-10Fix spurious \n in dmesg outputMiod Vallat
2002-12-09update utah-u copyright from the newer pmk snap; 10x to mike hibler for rolli...Michael Shalayeff
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-08Remove header file which is unused since the removal of if_gm, pointed outDale Rahn
2002-12-08duh, provide a wrapper on the hardclock() since it's voidMichael Shalayeff
2002-12-08put the -fno-stack-protector into a proper placeMichael Shalayeff
2002-12-06unkown; torh@bogus.netTheo de Raadt
2002-12-05remove altq entries.Kenjiro Cho
2002-12-04Add a few more phys: exphy, brgphy, iophy, inphyJason Wright
2002-12-04Make ti(4) use busdma and add all of the necessary stuff to support bothNathan Binkert
2002-12-03Use bus_space_vaddr() instead of checking the mapping directly (this willJason Wright