Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-14 | make resettodr() save the clock (per the pdc manual), tested | Michael Shalayeff | |
2002-05-14 | powerpc generates powerpc coredumps, not hppa coredumps. | Dale Rahn | |
2002-05-14 | fix the diag insns, make copy_on_fault() usable by the kcopy as well | Michael Shalayeff | |
2002-05-14 | disable sid hashing while still in real mode, alos print the parisc arch ↵ | Michael Shalayeff | |
once and not per each cpu since they are not intermixable architecture-wise | |||
2002-05-13 | Deal with 24bit dvma requests | Jason Wright | |
2002-05-13 | add BUS_DMA_24BIT flag (for braindead lance implementations) | Jason Wright | |
2002-05-13 | ldi-ldo whatever was in the table, be that much clever | Michael Shalayeff | |
2002-05-13 | Add missing cnpollc() calls. | Dale Rahn | |
2002-05-13 | Add lebuffer at sbus and le at lebuffer | Jason Wright | |
2002-05-11 | Avoid multiple definitions of macros in float.h and limits.h. This | Todd C. Miller | |
is a long-standing problem that recently showed up on vax because due to some indirection cpp no longer believes the definitions are equivalent (though they really are). From espie@ | |||
2002-05-11 | Enable dz at uba, since it seems to move characters back and forth | Hugh Graham | |
in the SIMH/VAX simulator OK. If anyone has an actual card to test, a report would be appreciated. | |||
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-10 | on ServerWorks CNB20HE Host: | Michael Shalayeff | |
do not synthesyse secondary pci bus on the pchb0 rev 0x23 OR pchb1 w/ any revision. prompted by frisco@blackant.net in pr#2642 | |||
2002-05-10 | Some protection from userland and some __asm paranoia. | Artur Grabowski | |
From NetBSD. | |||
2002-05-10 | Mark all those __asm directives as clobbering memory, because | Artur Grabowski | |
that's what they are supposed to do. | |||
2002-05-10 | uhid changes | Theo de Raadt | |
2002-05-09 | ukbd (and others) at uhidev, not uhub | Marco S Hyman | |
2002-05-09 | On the hid -> hiddev changes, this file was missed. | Dale Rahn | |
2002-05-09 | ukbd now at uhidev, not uhub. Ditto for ums (commented out) | Marco S Hyman | |
2002-05-09 | sid max should be such that after conversion into prot-id it will not overflow | Michael Shalayeff | |
2002-05-09 | add stats gathering for tlb handlers, count the calls for | Michael Shalayeff | |
itlb, dtlb and tlb-dirty traps and cumulative time spent in each of those, being average 37 for the dtlb handler of 24 insns. move unrelated to traps code out of the traps way since profiled tlb handlers grew up and shifted the trap-all too far. insert required nops/sync and implied regs here and there. encode diag-reg insns in .word to see better what is being generated for the code. | |||
2002-05-09 | Sync hid stuff including ukbd, ums, and uhid with NetBSD | Nathan Binkert | |
This adds a uhidev device which can be thought of as something like a uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same device instance. This functionality is found on many of the newer keyboards that have extra buttons. (The extra buttons show up as uhid device(s)). Tested by me on i386, dale on macppc, and jason on sparc64 | |||
2002-05-09 | Make the paragraph degree key on a swedish iBook keyboard work in X. | Mats O Jansson | |
The only problem is that its switched with the less greater key. Add an option FIX_SV_X_KBDBUG to fix that. -moj | |||
2002-05-08 | Overhaul of the french layout for adb keyboards, fixing errors, adding a lot | Miod Vallat | |
more useful symbols (such as ~ | \ { } etc) that were not available before. Requested by some French users, checked against MacOS's keyboard applet. | |||
2002-05-08 | print parisc level w/ the the parisc version, not for each cpu | Michael Shalayeff | |
2002-05-08 | kill debugging printfski | Michael Shalayeff | |
2002-05-08 | regen | Michael Shalayeff | |
2002-05-08 | a few more boards and corrections, from pg-hwdb | Michael Shalayeff | |
2002-05-07 | bring over our mods; the cnv*c have a problem now, described in the osf ↵ | Michael Shalayeff | |
version of the cnv_float.h, at the end | |||
2002-05-07 | Add url(4) and urlphy(4) | Nathan Binkert | |
ok deraadt | |||
2002-05-07 | move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be | Nathan Binkert | |
2002-05-07 | Spring pmap cleaning: | Miod Vallat | |
- update and fix comments - clean the batc code (still not used by default) - there was some KNF left to do - fix incorrect locking behaviour in pmap_remove_all() - fix incorrect pmap_remove_range() call which would cause the kernel to enter an infinite loop sometimes at shutdown - fix an off-by-one page loop in pmap_protect() This should bring the extra bits of stability I need to resume working on the compiler... | |||
2002-05-06 | Increase MAXPHYS from 63K to 64K which brings it in line with all our | Todd C. Miller | |
other architectures and matches NetBSD-current. hugh@ OK | |||
2002-05-06 | Try to deal with the pci shadow bus issue by disabling a specific chip | Nathan Binkert | |
revision of the CNB20HE that always seems to be involved in the shadow bus. This is definately not the right way to do things. The correct way is to try to figure out that the bus is being detected for the second time. ok deraadt | |||
2002-05-06 | drop out of any intr fixup activities if was disabled in the config flags | Michael Shalayeff | |
2002-05-06 | tuner driver for the fms cards. | Michael Shalayeff | |
attach radio at the fms(4), instead of a separate device, which would never work out fine. from Vladimir Popov <jumbo@narod.ru> rework the radio config stuff (radio at radiobus, instead of radio at radio), allowing to tag source files in the files.* files w/ radio attribute. from mickey@ | |||
2002-05-03 | disable ahc again for now, since it does not fit; ok miod | Peter Valchev | |
2002-05-03 | ptrdiff_t and size_t fixes. | Marc Espie | |
okay mickey@ | |||
2002-05-03 | no guarantee that ptrdiff_t is int and not long, so cast. | Marc Espie | |
ok mickey@ | |||
2002-05-03 | le_ioasic.h is history | Todd C. Miller | |
2002-05-03 | Need a dummy tc_fb_cnattach() until we have real fb support on | Todd C. Miller | |
TURBOchannel machines. | |||
2002-05-02 | Oops, it's too early for this chunk of code... spotted by millert@. | Miod Vallat | |
2002-05-02 | Add a type specifier for intrnames, eintrnames, intrcnt, and eintrcnt. | Todd C. Miller | |
Without this, n_type in struct nlist ends up as N_UNDF for those symbols which makes vmstat -i unhappy. mido@ OK | |||
2002-05-02 | Big TURBOchannel support catchup from NetBSD, part 1. | Miod Vallat | |
A few local changes and tweaks remain. This bring DEC 3000 machines back in the game, but framebuffers are still not supported at the moment. Thanks to ericj@ and nate@ for supplying me a DEC 3000 for testing. | |||
2002-05-02 | update the nbsd rcsid to unconfuse some lamers | Michael Shalayeff | |
2002-04-30 | unused stuffing | Michael Shalayeff | |
2002-04-30 | uninitialized variable usage was here | Michael Shalayeff | |
2002-04-30 | yup, ahc fits easily again; requested by brad | Theo de Raadt | |
2002-04-30 | Fix an ancient problem in how sparc interrupts are handled. | Artur Grabowski | |
There are many interrupt handlers that assume that they don't need to do any spl protection in their code because the interrupt of some level can't be interrupted by an interrupt of the same level. The problem is that some interrupt handlers have hardware levels that are lower then their "software" levels. Fix this by adding an additional field to struct intrhand that specifies which "software" level an interrupt handler has and blocks that level while handling the interrupt. This new field is initialized in intr_establish which gets an additional argument (which can be -1 meaning that the interrupt handler doesn't need to block any additional level). ok deraadt@ | |||
2002-04-30 | dmesg logs show that many NICs run at prio 7. Bump IPL_NET to 7. | Artur Grabowski | |
deraadt@ ok. |