Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-28 | enable cy* by default | Theo de Raadt | |
2001-03-28 | identify Cyrix III; from Armin Wolfermann <armin@wolfermann.org> | Michael Shalayeff | |
2001-03-28 | Replaced with bt8xx.h; byebye. | Federico G. Schwindt | |
2001-03-24 | Remove an #ifdef PMAP_NEW so userland (specifically ps) doesn't | Todd C. Miller | |
have to define PMAP_NEW all over the place. This means there is an unused entry in struct pcb for pmap.old but that's going away (and it doesn't hurt anything). | |||
2001-03-23 | Fix pagemove to work with PMAP_NEW. Mostly from NetBSD. | Artur Grabowski | |
2001-03-23 | fix a diagnostic check in pagemove | Artur Grabowski | |
2001-03-23 | Remove obsolete configs, add the one we (Applitron) use nowadays instead. | Niklas Hallqvist | |
2001-03-22 | Remove transient config file. | Niklas Hallqvist | |
2001-03-22 | sync | Niklas Hallqvist | |
2001-03-22 | Merge in NetBSD's PMAP_NEW, still disabled | Niklas Hallqvist | |
2001-03-22 | KNF a stmt | Niklas Hallqvist | |
2001-03-16 | mislabeling | Theo de Raadt | |
2001-03-15 | support puc devices with higher speeds (not tested yet) | Theo de Raadt | |
2001-03-15 | make sure pcibios ever attached; found by aaron@ | Michael Shalayeff | |
2001-03-14 | ukbd is a valid wscons keyboard. include ukbd.h for wskbdvar.h | Todd T. Fries | |
2001-03-14 | Back out order change in conf.c and priority change in wscons_machdep.c | Todd C. Miller | |
Add kludge to prevent wscons on i386 from stealing the console from another source. wscons should really be fixed to not touch cn_tab... | |||
2001-03-12 | add nsphyter | Jason Wright | |
2001-03-09 | enable in kernel configs at 42% | Michael Shalayeff | |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino | |
2001-03-06 | bit of cleaning | Theo de Raadt | |
2001-03-06 | isapnp pcic fits | Theo de Raadt | |
2001-03-05 | Backs out changes to wsdisplay.c so alpha (and presumably others) | Todd C. Miller | |
is happy again. It also makes i386 serial console work by changing the console priority in wscons_machdep.c from CN_INTERNAL to CN_NORMAL and moves the com/pccom console attach routine for i386 to be the first so it will be matched (consinit takes the first highest match). | |||
2001-03-05 | Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED. | Aaron Campbell | |
These cards are probably very rare. deraadt@ ok | |||
2001-03-05 | this can contain minimal usb support | Theo de Raadt | |
2001-03-03 | Fix typo, "edx" -> "%edx", so that the %edx register is properly protected | Aaron Campbell | |
from clobbering; mickey@ ok. | |||
2001-02-28 | shorter thus better printings | Michael Shalayeff | |
2001-02-28 | proper bang placement | Michael Shalayeff | |
2001-02-28 | double the fixed storage size for io*_ex; deraadt@ ok | Michael Shalayeff | |
2001-02-28 | better print due to theo's suggestion | Michael Shalayeff | |
2001-02-28 | make compile; update for pci, cardbus, usb, pcmcia | Todd T. Fries | |
2001-02-28 | scan the isa hole for `optional rom's. | Michael Shalayeff | |
found proms are excluded from the iomem_ex such that devices cannot map on the same memory. next step would be for pcic and similar devices to choose memory windows from unused spots in the iomem_ex. currently prom checksum test is not enforced due to broken stinkpad bioses, which do not pass the checksum test. testing from aaron@, fgsch@, fries@, millert@ | |||
2001-02-26 | Fix copyright; ericj@ | Aaron Campbell | |
2001-02-25 | Add wscons_machdep.c which is a constab-style wrapper driver for wscons on | Aaron Campbell | |
i386. This fixes serial console. millert@, mickey@ ok | |||
2001-02-22 | Enable the same PHYs that are enabled in GENERIC | Chris Cappuccio | |
2001-02-22 | Enable lxtphy and qsphy because they both work fine for me, ok jason@ | Chris Cappuccio | |
2001-02-21 | + sis | Theo de Raadt | |
2001-02-21 | Remove old (non-wsmouse) pms driver. aaron@ ok. | jbm | |
2001-02-20 | Import of wsmouse-compatible lms and mms drivers from NetBSD. | jbm | |
Remove creation of non-wsmouse device in MAKEDEV (/dev/lms{0,1}, /dev/mms{0,1} /dev/psm0, /dev/pms0). Remove cdevsw[] entries for the devices above, as new mouse protocols are only accessible trough /dev/wsmouse. aaron@ ok. | |||
2001-02-20 | Remove old (non wsmouse) lms and mms drivers. Remove the commented olms and | jbm | |
omms entries in GENERIC. aaron@ ok | |||
2001-02-20 | add uftdi | Nathan Binkert | |
2001-02-19 | Avoid losing rtc after suspend/resume on some laptops. Ok provos@ | Hakan Olsson | |
2001-02-15 | Add iha (Initio SCSI) | Kenneth R Westerback | |
2001-02-15 | Change i386 LSI/Symbios/NCR 53c8xx driver to siop | Kenneth R Westerback | |
2001-02-14 | Theo keeps remembering me things I forgotten. Add pcscp(4) here as well. | Federico G. Schwindt | |
2001-02-14 | Add pcscp(4) per theo request. | Federico G. Schwindt | |
2001-02-14 | Add pcscp support. | Federico G. Schwindt | |
2001-02-13 | grr, pcvt ioctl support still required | Theo de Raadt | |
2001-02-13 | rtc stops if we miss interrupts. Inspired by code from FreeBSD. | Hakan Olsson | |
Some KNF. (niklas@ ok) | |||
2001-02-13 | default more wscons options | Theo de Raadt | |
2001-02-08 | kvtop() returns pa, not va | Michael Shalayeff | |